Home
last modified time | relevance | path

Searched full:renderer (Results 1 – 25 of 37) 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/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 */
H A Dscgfbrndr.c118 /* text mode renderer */
H A Dscmouse.c244 * To simplify the renderer and ensure undrawing with correct in sc_remove_mouse_image()
249 * The renderer should only undraw any pixels outside of the text in sc_remove_mouse_image()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h244 /// - RendererID(2) - The renderer to hold the result
457 /// - RendererID(2) - The renderer to call
461 /// - RendererID(2) - The renderer to call
467 /// - RendererID(2) - The renderer to call
475 /// - RendererFnID(2) - Custom renderer function to call
491 /// - RendererFnID(2) - Custom renderer function to call
/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.h2137 /// Adds operands by calling a renderer function supplied by the ComplexPattern
2145 /// The renderer number. This must be unique within a rule since it's used to
2146 /// identify a temporary variable to hold the renderer function.
2194 const Record &Renderer; variable
2199 CustomRenderer(unsigned InsnID, const Record &Renderer, in CustomRenderer() argument
2201 : OperandRenderer(OR_Custom), InsnID(InsnID), Renderer(Renderer), in CustomRenderer()
2214 const Record &Renderer; variable
2219 CustomOperandRenderer(unsigned InsnID, const Record &Renderer, in CustomOperandRenderer() argument
2221 : OperandRenderer(OR_CustomOperand), InsnID(InsnID), Renderer(Renderer), in CustomOperandRenderer()
H A DGlobalISelMatchTable.cpp1231 << MatchTable::Comment("Renderer") << MatchTable::IntValue(2, ID) in emitPredicateOpcodes()
2103 << MatchTable::Comment("Renderer") in emitRenderOpcodes()
2105 2, "GICR_" + Renderer.getValueAsString("RendererFn").str()) in emitRenderOpcodes()
2122 2, "GICR_" + Renderer.getValueAsString("RendererFn").str()) in emitRenderOpcodes()
2136 for (const auto &Renderer : enumerate(OperandRenderers)) { in canMutate() local
2137 if (const auto *Copy = dyn_cast<CopyRenderer>(&*Renderer.value())) { in canMutate()
2141 OM.getOpIdx() != Renderer.index()) in canMutate()
2247 for (const auto &Renderer : OperandRenderers) in emitActionOpcodes() local
2248 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++ -*-===//
H A Dxray-color-helper.cpp1 //===-- xray-graph.cpp: XRay Function Call Graph Renderer -----------------===//
/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);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp618 SDiagsRenderer Renderer(*this, *LangOpts, &*State->DiagOpts); in HandleDiagnostic() local
619 Renderer.emitDiagnostic( in HandleDiagnostic()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.1232 depending on the video mode and renderer.

12