Home
last modified time | relevance | path

Searched full:renderer (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,imr.txt1 Renesas R-Car Image Renderer (Distortion Correction Engine)
4 The image renderer, or the distortion correction engine, is a drawing processor
12 the image renderer light extended 4 (IMR-LX4) found in the R-Car gen3 SoCs,
H A Drenesas,imr.yaml7 title: Renesas R-Car Image Renderer (Distortion Correction Engine)
13 The image renderer, or the distortion correction engine, is a drawing
19 The image renderer light extended 4 (IMR-LX4) is found in R-Car Gen3 SoCs.
/freebsd/contrib/pkgconf/cli/
H A Drenderer-msvc.h2 * renderer-msvc.h
3 * MSVC library syntax renderer header
H A Drenderer-msvc.c2 * renderer-msvc.c
3 * MSVC library syntax renderer
20 #include "renderer-msvc.h"
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c108 RENDERER(mda, 0, txtrndrsw, vga_set);
109 RENDERER(cga, 0, txtrndrsw, vga_set);
110 RENDERER(ega, 0, txtrndrsw, vga_set);
111 RENDERER(vga, 0, txtrndrsw, vga_set);
125 RENDERER(ega, PIXEL_MODE, vgarndrsw, vga_set);
126 RENDERER(vga, PIXEL_MODE, vgarndrsw, vga_set);
141 RENDERER(cga, GRAPHICS_MODE, grrndrsw, vga_set);
142 RENDERER(ega, GRAPHICS_MODE, grrndrsw, vga_set);
143 RENDERER(vga, GRAPHICS_MODE, grrndrsw, vga_set);
447 /* text mode renderer */
[all …]
H A Dsyscons.h279 struct sc_rndr_sw *rndr; /* renderer */
324 const void *mouse_data; /* renderer (pixmap) data */
394 char *te_renderer; /* matching renderer */
436 /* renderer function table */
467 #define RENDERER(name, mode, sw, set) \ macro
H A Dscterm-dumb.c61 "*", /* matching renderer */
/freebsd/usr.bin/pkgconf/
H A DMakefile6 SRCS+= renderer-msvc.c
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h260 /// - RendererID(2) - The renderer to hold the result
483 /// - RendererID(2) - The renderer to call
487 /// - RendererID(2) - The renderer to call
493 /// - RendererID(2) - The renderer to call
501 /// - RendererFnID(2) - Custom renderer function to call
517 /// - RendererFnID(2) - Custom renderer function to call
/freebsd/contrib/pkgconf/
H A DMakefile.am192 cli/renderer-msvc.c
196 cli/renderer-msvc.h
H A Dmeson.build134 'cli/renderer-msvc.c',
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp46 TextDiagnostic Renderer(OS, LangOpts, in HandleDiagnostic() local
48 Renderer.emitStoredDiagnostic(Out.back()); in HandleDiagnostic()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2198 /// Adds operands by calling a renderer function supplied by the ComplexPattern
2206 /// The renderer number. This must be unique within a rule since it's used to
2207 /// identify a temporary variable to hold the renderer function.
2255 const Record &Renderer; variable
2260 CustomRenderer(unsigned InsnID, const Record &Renderer, in CustomRenderer() argument
2262 : OperandRenderer(OR_Custom), InsnID(InsnID), Renderer(Renderer), in CustomRenderer()
2275 const Record &Renderer; variable
2280 CustomOperandRenderer(unsigned InsnID, const Record &Renderer, in CustomOperandRenderer() argument
2282 : OperandRenderer(OR_CustomOperand), InsnID(InsnID), Renderer(Renderer), in CustomOperandRenderer()
H A DGlobalISelMatchTable.cpp1225 << MatchTable::Comment("Renderer") << MatchTable::IntValue(2, ID) in emitPredicateOpcodes()
2137 << MatchTable::Comment("Renderer") in emitRenderOpcodes()
2139 2, "GICR_" + Renderer.getValueAsString("RendererFn").str()) in emitRenderOpcodes()
2156 2, "GICR_" + Renderer.getValueAsString("RendererFn").str()) in emitRenderOpcodes()
2170 for (const auto &Renderer : enumerate(OperandRenderers)) { in canMutate() local
2171 if (const auto *Copy = dyn_cast<CopyRenderer>(&*Renderer.value())) { in canMutate()
2175 OM.getOpIdx() != Renderer.index()) in canMutate()
2282 for (const auto &Renderer : OperandRenderers) in emitActionOpcodes() local
2283 Renderer->emitRenderOpcodes(Table, Rule); in emitActionOpcodes()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h58 // Shared between SARIFDiagnosticPrinter and this renderer.
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h1 //===-- xray-graph-diff.h - XRay Graph Diff Renderer ------------*- C++ -*-===//
H A Dxray-color-helper.h1 //===-- xray-graph.h - XRay Function Call Graph Renderer --------*- C++ -*-===//
H A Dxray-graph.h1 //===-- xray-graph.h - XRay Function Call Graph Renderer --------*- C++ -*-===//
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h156 /// renderer which implements the Rendering Interface.
164 /// Various options to guide the coverage renderer.
H A DSourceCoverageViewText.h9 /// \file This file defines the interface to the text-based coverage renderer.
H A DSourceCoverageViewHTML.h9 /// \file This file defines the interface to the html coverage renderer.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td51 // Defines a custom renderer. This is analogous to SDNodeXForm from
/freebsd/include/
H A Dprintf.h36 * The API defined by glibc allows a renderer to take multiple arguments
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c203 * We use our own renderer; this is because we must emulate a hardware
218 RENDERER(am335x_syscons, 0, am335x_rend, gfb_set);
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c286 * We use our own renderer; this is because we must emulate a hardware
301 RENDERER(bcmfb, 0, bcmrend, gfb_set);

12