Home
last modified time | relevance | path

Searched full:processor (Results 1 – 25 of 1987) sorted by relevance

12345678910>>...80

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11videoprocessor.cpp52 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 …]
Dgstd3d11videoprocessor.h37 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 …]
Dgstd3d11window_dummy.cpp88 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 …]
Dgstd3d11window.cpp272 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/
Delf_types_c_wrapper.hpp130 #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/
DX86Subtarget.h71 /// 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/
DCldrDataProcessor.java27 * 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/
DResourceManager.h10 /// 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/
DR600Processors.td1 //===-- 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/
DGrFragmentProcessor.h52 * 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 …]
DGrProcessorSet.h69 /** 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/
DGrFragmentProcessor.h29 * 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 …]
DGrProcessorSet.h63 /** 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/
DELF.h10 // 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/
Delf_types.hpp109 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 …]
Delfio_dump.hpp151 { 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/
DELF.h9 // 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/
DCMakeLists.txt16 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/
DSparc.td88 : 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/
Ddwelf_elf_e_machine_string.c124 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/
DTargetSchedule.td27 // 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/
Dsoft-inj_panic.txt32 * 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/
DREADME83 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/
Dht_utils.c13 #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/
Dht_utils.c13 #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"

12345678910>>...80