/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.cpp | 52 ID3D11VideoProcessor *processor; member 120 &self->processor); in gst_d3d11_video_processor_new() 143 (self->processor, 0, FALSE); in gst_d3d11_video_processor_new() 155 gst_d3d11_video_processor_free (GstD3D11VideoProcessor * processor) in gst_d3d11_video_processor_free() argument 157 g_return_if_fail (processor != NULL); in gst_d3d11_video_processor_free() 159 GST_D3D11_CLEAR_COM (processor->video_device); in gst_d3d11_video_processor_free() 160 GST_D3D11_CLEAR_COM (processor->video_context); in gst_d3d11_video_processor_free() 162 GST_D3D11_CLEAR_COM (processor->video_context1); in gst_d3d11_video_processor_free() 165 GST_D3D11_CLEAR_COM (processor->video_context2); in gst_d3d11_video_processor_free() 167 GST_D3D11_CLEAR_COM (processor->processor); in gst_d3d11_video_processor_free() [all …]
|
D | gstd3d11videoprocessor.h | 37 void gst_d3d11_video_processor_free (GstD3D11VideoProcessor * processor); 39 gboolean gst_d3d11_video_processor_supports_input_format (GstD3D11VideoProcessor * processor, 42 gboolean gst_d3d11_video_processor_supports_output_format (GstD3D11VideoProcessor * processor, 45 gboolean gst_d3d11_video_processor_get_caps (GstD3D11VideoProcessor * processor, 48 gboolean gst_d3d11_video_processor_set_input_color_space (GstD3D11VideoProcessor * processor, 51 gboolean gst_d3d11_video_processor_set_output_color_space (GstD3D11VideoProcessor * processor, 55 gboolean gst_d3d11_video_processor_check_format_conversion (GstD3D11VideoProcessor * processor, 61 gboolean gst_d3d11_video_processor_set_input_dxgi_color_space (GstD3D11VideoProcessor * processor, 64 gboolean gst_d3d11_video_processor_set_output_dxgi_color_space (GstD3D11VideoProcessor * processor, 69 gboolean gst_d3d11_video_processor_set_input_hdr10_metadata (GstD3D11VideoProcessor * processor, [all …]
|
D | gstd3d11window_dummy.cpp | 88 g_clear_pointer (&window->processor, gst_d3d11_video_processor_free); in gst_d3d11_window_dummy_prepare() 125 GstD3D11VideoProcessor *processor = NULL; in gst_d3d11_window_dummy_prepare() local 139 processor = in gst_d3d11_window_dummy_prepare() 145 /* Check if video processor can support all possible output dxgi formats */ in gst_d3d11_window_dummy_prepare() 146 for (i = 0; i < G_N_ELEMENTS (formats_to_check) && processor; i++) { in gst_d3d11_window_dummy_prepare() 152 if (!gst_d3d11_video_processor_check_format_conversion (processor, in gst_d3d11_window_dummy_prepare() 156 g_clear_pointer (&processor, gst_d3d11_video_processor_free); in gst_d3d11_window_dummy_prepare() 161 if (processor) { in gst_d3d11_window_dummy_prepare() 162 gst_d3d11_video_processor_set_input_dxgi_color_space (processor, in gst_d3d11_window_dummy_prepare() 164 gst_d3d11_video_processor_set_output_dxgi_color_space (processor, in gst_d3d11_window_dummy_prepare() [all …]
|
D | gstd3d11window.cpp | 272 g_clear_pointer (&self->processor, gst_d3d11_video_processor_free); in gst_d3d11_window_dispose() 358 if (window->processor) { in gst_d3d11_window_on_resize_default() 364 if (!gst_d3d11_video_processor_create_output_view (window->processor, in gst_d3d11_window_on_resize_default() 466 g_clear_pointer (&window->processor, gst_d3d11_video_processor_free); in gst_d3d11_window_prepare_default() 585 /* Step 4: Decide render color space and set it on converter/processor */ in gst_d3d11_window_prepare_default() 681 GstD3D11VideoProcessor *processor = NULL; in gst_d3d11_window_prepare_default() local 689 processor = in gst_d3d11_window_prepare_default() 695 if (processor) { in gst_d3d11_window_prepare_default() 702 if (!gst_d3d11_video_processor_check_format_conversion (processor, in gst_d3d11_window_prepare_default() 706 gst_d3d11_video_processor_free (processor); in gst_d3d11_window_prepare_default() [all …]
|
/third_party/node/deps/v8/src/parsing/ |
D | rewriter.cc | 18 class Processor final : public AstVisitor<Processor> { class 20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor() function in v8::internal::Processor 34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() function in v8::internal::Processor 75 explicit BreakableScope(Processor* processor, bool breakable = true) in BreakableScope() argument 76 : processor_(processor), previous_(processor->breakable_) { in BreakableScope() 77 processor->breakable_ = processor->breakable_ || breakable; in BreakableScope() 83 Processor* processor_; 116 Statement* Processor::AssignUndefinedBefore(Statement* s) { in AssignUndefinedBefore() 126 void Processor::Process(ZonePtrList<Statement>* statements) { in Process() 140 void Processor::VisitBlock(Block* node) { in VisitBlock() [all …]
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
D | base.py | 12 calling previous/next processor in the chain. 18 If processor ignores the test it has to return SkippedResult. 20 the previous processor it can enclose them in GroupedResult. 25 When test processor needs to modify the test or create some variants of the 26 test it creates subtests and sends them to the next processor. 29 some suffix given by test processor, e.g. its name + subtest type. 30 - processor - which created it 63 Method called by previous processor or processor pipeline creator to let 72 # during result creation (in the output processor), so the result is 80 Method called by previous processor whenever it produces new test. [all …]
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 130 #define EM_TRICORE 44 // Siemens Tricore embedded processor 136 #define EM_IA_64 50 // Intel IA-64 Processor 142 #define EM_NCPU 56 // Sony nCPU embedded RISC processor 144 #define EM_STARCORE 58 // Motorola Star*Core processor 145 #define EM_ME16 59 // Toyota ME16 processor 146 #define EM_ST100 60 // STMicroelectronics ST100 processor 147 #define EM_TINYJ 61 // Advanced Logic Corp. TinyJ embedded processor 148 #define EM_X86_64 62 // Advanced Micro Devices X86-64 processor 149 #define EM_PDSP 63 // Sony DSP Processor 162 #define EM_CRIS 76 // Axis Communications 32-bit embedded processor [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 71 /// X86 processor family: Intel Atom, and others 85 /// True if the processor supports X87 instructions. 88 /// True if the processor supports CMPXCHG8B. 91 /// True if this processor has NOPL instruction 95 /// True if this processor has conditional move instructions 99 /// True if the processor supports X86-64 instructions. 102 /// True if the processor supports POPCNT. 105 /// True if the processor supports SSE4A instructions. 149 /// True if the processor has the MOVBE instruction. 152 /// True if the processor has the RDRAND instruction. [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | CldrDataProcessor.java | 27 * An immutable processor which can be configured to process CLDR data according to a series of 30 * <p>In typical use a processor would be statically created to bind paths and handler functions 34 * <p>A processor is built by adding a mixture of "actions" to a builder. An action either defines 36 * to start a new sub-processor at a specific point in the data hierarchy (see {@link 39 * @param <T> the main "state" type used by the processor for the top-level processing. 42 /** Returns a processor builder which operates on a "state" of type {@code <T>}. */ 50 * @param <T> the "state" type used by the processor. 68 * processor 90 * processor 113 * processor [all …]
|
/third_party/node/deps/npm/node_modules/glob/dist/mjs/ |
D | walker.js | 9 import { Processor } from './processor.js'; 157 this.walkCB2(target, patterns, new Processor(this.opts), cb); 159 walkCB2(target, patterns, processor, cb) { argument 165 this.onResume(() => this.walkCB2(target, patterns, processor, cb)); 168 processor.processPatterns(target, patterns); 177 for (const [m, absolute, ifDir] of processor.matches.entries()) { 183 for (const t of processor.subwalkTargets()) { 190 this.walkCB3(t, childrenCached, processor, next); 192 t.readdirCB((_, entries) => this.walkCB3(t, entries, processor, next), true); 197 walkCB3(target, entries, processor, cb) { argument [all …]
|
D | walker.d.ts | 12 import { Processor } from './processor.js'; 76 walkCB2(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any; 77 walkCB3(target: Path, entries: Path[], processor: Processor, cb: () => any): void; 79 walkCB2Sync(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any; 80 walkCB3Sync(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | ResourceManager.h | 10 /// The classes here represent processor resource units and their management 28 /// Used to notify the internal state of a processor resource. 30 /// A processor resource is available if it is not reserved, and there are 31 /// available slots in the buffer. A processor resource is unavailable if it 32 /// is either reserved, or the associated buffer is full. A processor resource 56 /// Selects a processor resource unit from a ReadyMask. 59 /// Called by the ResourceManager when a processor resource group, or a 60 /// processor resource with multiple units has become unavailable. 66 /// Default resource allocation strategy used by processor resource groups and 67 /// processor resources with multiple units. [all …]
|
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/ |
D | walker.js | 12 const processor_js_1 = require("./processor.js"); 160 this.walkCB2(target, patterns, new processor_js_1.Processor(this.opts), cb); 162 walkCB2(target, patterns, processor, cb) { argument 168 this.onResume(() => this.walkCB2(target, patterns, processor, cb)); 171 processor.processPatterns(target, patterns); 180 for (const [m, absolute, ifDir] of processor.matches.entries()) { 186 for (const t of processor.subwalkTargets()) { 193 this.walkCB3(t, childrenCached, processor, next); 195 t.readdirCB((_, entries) => this.walkCB3(t, entries, processor, next), true); 200 walkCB3(target, entries, processor, cb) { argument [all …]
|
D | walker.d.ts | 12 import { Processor } from './processor.js'; 76 walkCB2(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any; 77 walkCB3(target: Path, entries: Path[], processor: Processor, cb: () => any): void; 79 walkCB2Sync(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any; 80 walkCB3Sync(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Processors.td | 1 //===-- R600Processors.td - R600 Processor definitions --------------------===// 70 def : Processor<"r600", R600_VLIW5_Itin, 74 def : Processor<"r630", R600_VLIW5_Itin, 78 def : Processor<"rs880", R600_VLIW5_Itin, 82 def : Processor<"rv670", R600_VLIW5_Itin, 90 def : Processor<"rv710", R600_VLIW5_Itin, 94 def : Processor<"rv730", R600_VLIW5_Itin, 98 def : Processor<"rv770", R600_VLIW5_Itin, 106 def : Processor<"cedar", R600_VLIW5_Itin, 111 def : Processor<"cypress", R600_VLIW5_Itin, [all …]
|
/third_party/skia/src/gpu/ |
D | GrFragmentProcessor.h | 29 * Some fragment-processor creation methods have preconditions that might not be satisfied by the 31 * succeeds, the new fragment processor is created and `success` is true. If a precondition is not 80 * Returns a fragment processor that generates the passed-in color, modulated by the child's 88 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 96 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 104 * Returns a fragment processor which samples the passed-in fragment processor using 112 * Returns a fragment processor that calls the passed in fragment processor, and then swizzles 119 * Returns a fragment processor that calls the passed in fragment processor, and then clamps 125 * Returns a fragment processor that composes two fragment processors `f` and `g` into f(g(x)). 133 * Returns a fragment processor that calls the passed in fragment processor, then runs the [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 10 // This header contains common, non-processor-specific data structures and 71 Elf32_Word e_flags; // Processor-specific flags 116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes 117 ET_HIPROC = 0xffff // Processor-specific 160 EM_IA_64 = 50, // Intel IA-64 processor architecture 166 EM_NCPU = 56, // Sony nCPU embedded RISC processor 168 EM_STARCORE = 58, // Motorola Star*Core processor 169 EM_ME16 = 59, // Toyota ME16 processor 170 EM_ST100 = 60, // STMicroelectronics ST100 processor 171 EM_TINYJ = 61, // Advanced Logic Corp. TinyJ embedded processor family [all …]
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 109 constexpr Elf_Half EM_TRICORE = 44; // Siemens Tricore embedded processor 115 constexpr Elf_Half EM_IA_64 = 50; // Intel IA-64 Processor 121 constexpr Elf_Half EM_NCPU = 56; // Sony nCPU embedded RISC processor 123 constexpr Elf_Half EM_STARCORE = 58; // Motorola Star*Core processor 124 constexpr Elf_Half EM_ME16 = 59; // Toyota ME16 processor 125 constexpr Elf_Half EM_ST100 = 60; // STMicroelectronics ST100 processor 126 constexpr Elf_Half EM_TINYJ = 61; // Advanced Logic Corp. TinyJ embedded processor 127 constexpr Elf_Half EM_X86_64 = 62; // Advanced Micro Devices X86-64 processor 128 constexpr Elf_Half EM_PDSP = 63; // Sony DSP Processor 141 constexpr Elf_Half EM_CRIS = 76 ; // Axis Communications 32-bit embedded processor [all …]
|
D | elfio_dump.hpp | 151 { EM_TRICORE, "Siemens Tricore embedded processor" }, 157 { EM_IA_64, "Intel IA-64 Processor" }, 163 { EM_NCPU, "Sony nCPU embedded RISC processor" }, 165 { EM_STARCORE, "Motorola Star*Core processor" }, 166 { EM_ME16, "Toyota ME16 processor" }, 167 { EM_ST100, "STMicroelectronics ST100 processor" }, 168 { EM_TINYJ, "Advanced Logic Corp. TinyJ embedded processor" }, 169 { EM_X86_64, "Advanced Micro Devices X86-64 processor" }, 170 { EM_PDSP, "Sony DSP Processor" }, 183 { EM_CRIS, "Axis Communications 32-bit embedded processor" }, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 9 // This header contains common, non-processor-specific data structures and 68 Elf32_Word e_flags; // Processor-specific flags 117 ET_LOPROC = 0xff00, // Beginning of processor-specific codes 118 ET_HIPROC = 0xffff // Processor-specific 161 EM_IA_64 = 50, // Intel IA-64 processor architecture 167 EM_NCPU = 56, // Sony nCPU embedded RISC processor 169 EM_STARCORE = 58, // Motorola Star*Core processor 170 EM_ME16 = 59, // Toyota ME16 processor 171 EM_ST100 = 60, // STMicroelectronics ST100 processor 172 EM_TINYJ = 61, // Advanced Logic Corp. TinyJ embedded processor family [all …]
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | processor.mjs | 49 export class Processor extends LogReader { class 84 processor: this.processV8Version, property 88 processor: this.processSharedLibrary.bind(this), property 96 processor: this.processCodeCreation property 103 processor: this.processCodeDeopt property 106 {parsers: [parseInt, parseInt], processor: this.processCodeMove}, property 107 'code-delete': {parsers: [parseInt], processor: this.processCodeDelete}, property 113 processor: this.processCodeSourceInfo property 121 processor: this.processCodeDisassemble property 128 processor: this.processFeedbackVector property [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | Sparc.td | 88 : Processor<Name, NoItineraries, Features>; 129 def : Processor<"leon2", LEON2Itineraries, 133 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 134 def : Processor<"at697e", LEON2Itineraries, 138 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 139 def : Processor<"at697f", LEON2Itineraries, 144 def : Processor<"leon3", LEON3Itineraries, 147 // LEON 3 FT (UT699). Provides features for the UT699 processor 149 def : Processor<"ut699", LEON3Itineraries, 152 // LEON3 FT (GR712RC). Provides features for the GR712RC processor. [all …]
|
/third_party/node/deps/v8/tools/ |
D | ic-processor-driver.mjs | 5 import { Processor } from "./system-analyzer/processor.mjs"; 24 const processor = new Processor(); constant 25 await processor.processLogFile(params.logFileName); 39 for (const ic of processor.icTimeline.all) {
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_e_machine_string.c | 124 return "Motorola Star*Core processor"; in dwelf_elf_e_machine_string() 126 return "Toyota ME16 processor"; in dwelf_elf_e_machine_string() 134 return "Sony DSP Processor"; in dwelf_elf_e_machine_string() 160 return "Axis Communications 32-bit embedded processor"; in dwelf_elf_e_machine_string() 162 return "Infineon Technologies 32-bit embedded processor"; in dwelf_elf_e_machine_string() 164 return "Element 14 64-bit DSP Processor"; in dwelf_elf_e_machine_string() 166 return "LSI Logic 16-bit DSP Processor"; in dwelf_elf_e_machine_string() 168 return "Donald Knuth's educational 64-bit processor"; in dwelf_elf_e_machine_string() 200 return "Thompson Multimedia General Purpose Processor"; in dwelf_elf_e_machine_string() 212 return "MAX processor"; in dwelf_elf_e_machine_string() [all …]
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.h | 540 class Processor { 542 Processor(); 555 Processor* next_; 556 Processor* prev_; 568 void NotifyLoadExcl_Locked(int32_t addr, Processor* processor); 569 void NotifyStore_Locked(int32_t addr, Processor* processor); 570 bool NotifyStoreExcl_Locked(int32_t addr, Processor* processor); 573 void RemoveProcessor(Processor* processor); 582 bool IsProcessorInLinkedList_Locked(Processor* processor) const; 583 void PrependProcessor_Locked(Processor* processor); [all …]
|