/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,imr.txt | 1 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 D | renesas,imr.yaml | 7 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 D | scvgarndr.c | 108 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 D | syscons.h | 279 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 D | scterm-dumb.c | 61 "*", /* matching renderer */
|
H A D | scgfbrndr.c | 118 /* text mode renderer */
|
H A D | scmouse.c | 244 * 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 D | GIMatchTableExecutor.h | 244 /// - 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 D | TestAST.cpp | 46 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 D | GlobalISelMatchTable.h | 2137 /// 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 D | GlobalISelMatchTable.cpp | 1231 << 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 D | SARIFDiagnostic.h | 58 // Shared between SARIFDiagnosticPrinter and this renderer.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.h | 1 //===-- xray-graph-diff.h - XRay Graph Diff Renderer ------------*- C++ -*-===//
|
H A D | xray-color-helper.h | 1 //===-- xray-graph.h - XRay Function Call Graph Renderer --------*- C++ -*-===//
|
H A D | xray-graph.h | 1 //===-- xray-graph.h - XRay Function Call Graph Renderer --------*- C++ -*-===//
|
H A D | xray-color-helper.cpp | 1 //===-- xray-graph.cpp: XRay Function Call Graph Renderer -----------------===//
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 156 /// renderer which implements the Rendering Interface. 164 /// Various options to guide the coverage renderer.
|
H A D | SourceCoverageViewText.h | 9 /// \file This file defines the interface to the text-based coverage renderer.
|
H A D | SourceCoverageViewHTML.h | 9 /// \file This file defines the interface to the html coverage renderer.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Target.td | 51 // Defines a custom renderer. This is analogous to SDNodeXForm from
|
/freebsd/include/ |
H A D | printf.h | 36 * The API defined by glibc allows a renderer to take multiple arguments
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd_syscons.c | 203 * 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 D | bcm2835_fb.c | 286 * 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 D | SerializedDiagnosticPrinter.cpp | 618 SDiagsRenderer Renderer(*this, *LangOpts, &*State->DiagOpts); in HandleDiagnostic() local 619 Renderer.emitDiagnostic( in HandleDiagnostic()
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.1 | 232 depending on the video mode and renderer.
|