/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/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/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/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/flutter/skia/src/gpu/ |
D | GrFragmentProcessor.h | 52 * This assumes that the input color to the returned processor will be unpremul and that the 53 * passed processor (which becomes the returned processor's child) produces a premul output. 54 * The result of the returned processor is a premul of its input color modulated by the child 55 * processor's premul output. 61 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 70 * Returns a fragment processor that premuls the input before calling the passed in fragment 71 * processor. 76 * Returns a fragment processor that calls the passed in fragment processor, and then swizzles 83 * Returns a fragment processor that runs the passed in array of fragment processors in a 85 * second, etc. The output of the returned processor is the output of the last processor of the [all …]
|
D | GrProcessorSet.h | 69 /** Comparisons are only legal on finalized processor sets. */ 74 * This is used to report results of processor analysis when a processor set is finalized (see 128 * state of the processor set may change to an equivalent but more optimal set of processors. 133 * This must be called before the processor set is used to construct a GrPipeline and may only 137 * that owns a processor set is recorded to ensure pending and writes are propagated to 184 XP(const GrXferProcessor* processor) : fProcessor(processor) {} in XP() argument
|
/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 70 * Returns a fragment processor that generates the passed-in color, modulated by the child's 78 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 86 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 94 * Returns a fragment processor which samples the passed-in fragment processor using 102 * Returns a fragment processor that calls the passed in fragment processor, and then swizzles 109 * Returns a fragment processor that calls the passed in fragment processor, and then clamps 115 * Returns a fragment processor that composes two fragment processors `f` and `g` into f(g(x)). 123 * Returns a fragment processor that calls the passed in fragment processor, then runs the [all …]
|
D | GrProcessorSet.h | 63 /** Comparisons are only legal on finalized processor sets. */ 68 * This is used to report results of processor analysis when a processor set is finalized (see 130 * state of the processor set may change to an equivalent but more optimal set of processors. 135 * This must be called before the processor set is used to construct a GrPipeline and may only 139 * that owns a processor set is recorded to ensure pending and writes are propagated to 170 XP(const GrXferProcessor* processor) : fProcessor(processor) {} in XP() argument
|
/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/ejdb/src/bindings/ejdb2_node/ |
D | CMakeLists.txt | 16 set(PROCESSOR x64) variable 18 set(PROCESSOR x64) variable 20 set(PROCESSOR x32) variable 22 set(PROCESSOR arm64) variable 24 set(PROCESSOR arm) variable 26 set(PROCESSOR ppc64) variable 28 set(PROCESSOR ppc) variable 30 set(PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}) variable 33 string(TOLOWER ${CMAKE_SYSTEM_NAME}-${PROCESSOR} NODE_BIN_SUFFIX)
|
/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 27 // processor resources and latency with each SchedReadWrite type. 107 // A processor may only implement part of published ISA, due to either new ISA 111 // For a processor which doesn't support some feature(s), the schedule model 129 // Define a kind of processor resource that may be common across 133 // Define a number of interchangeable processor resources. NumUnits 182 // SchedModel ties these units to a processor for any stand-alone defs 197 // Subtargets typically define processor resource kind and number of 251 // SchedModel ties these resources to a processor. 259 // Allow a processor to mark some scheduling classes as unsupported 262 // Allow a processor to mark some scheduling classes as single-issue. [all …]
|
/third_party/ltp/testcases/kernel/mce-test/doc/cases/ |
D | soft-inj_panic.txt | 32 * Exception message is "Processor context corrupt" 54 * Exception message is "Processor context corrupt" 71 * Exception message is "Processor context corrupt" 88 * Exception message is "Processor context corrupt" 105 * Exception message is "Processor context corrupt" 122 * Exception message is "Processor context corrupt" 155 * Exception message is "Processor context corrupt" 171 * Exception message is "Processor context corrupt"
|
/third_party/flutter/skia/src/sksl/ |
D | README | 83 fragment processor's portion of the overall fragment shader. 85 Within an '.fp' fragment processor file: 113 * global 'in' variables represent data passed to the fragment processor at 115 stored in fragment processor fields. By default float2/half2 maps to SkPoints, 128 fragment processor constructor parameters. The fragment processor will accept 152 fragment processor is 'fragmentProcessor?', as in 154 fragment processor by comparing it to 'null'. 164 .cpp and .h file for the fragment processor. 166 6. Add the new processor's ClassID (k<ProcessorName>_ClassID) to 168 7. At this point you can reference the new fragment processor from within Skia.
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
D | ht_utils.c | 13 #define PROCESSOR_STR "processor" 21 /*Number of logic processor in a physical processor */ in is_ht_cpu() 31 /*printf("The processor in this system supports HT\n"); */ in is_ht_cpu() 34 /*printf("The processor in this system does not support in is_ht_cpu() 55 #define CPU_NAME "processor"
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
D | ht_utils.c | 13 #define PROCESSOR_STR "processor" 24 /*Number of logic processor in a physical processor */ in is_ht_cpu() 34 /*printf("The processor in this system supports HT\n"); */ in is_ht_cpu() 37 /*printf("The processor in this system does not support HT\n"); */ in is_ht_cpu() 59 #define CPU_NAME "processor"
|