| /external/mesa3d/src/vulkan/runtime/ |
| D | vk_synchronization.h | 35 vk_pipeline_stage_flags2_has_graphics_shader(VkPipelineStageFlags2 stages) in vk_pipeline_stage_flags2_has_graphics_shader() 51 vk_pipeline_stage_flags2_has_compute_shader(VkPipelineStageFlags2 stages) in vk_pipeline_stage_flags2_has_compute_shader() 72 vk_expand_src_stage_flags2(VkPipelineStageFlags2 stages) in vk_expand_src_stage_flags2() 81 vk_expand_dst_stage_flags2(VkPipelineStageFlags2 stages) in vk_expand_dst_stage_flags2()
|
| /external/mesa3d/src/amd/compiler/ |
| D | README.md | 127 #### Glossary of software stages 138 #### Glossary of hardware stages 149 ##### Notes about HW VS and the "GS copy" shader 161 ##### Notes about merged shaders 171 ### Which software stage runs on which hardware stage?
|
| /external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
| D | reflection.cpp | 158 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local 161 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local 465 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local 475 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local 534 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local 537 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local 660 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local 667 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | reflection.cpp | 158 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local 161 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local 465 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local 475 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local 534 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local 537 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local 660 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local 667 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
| D | RungeKuttaIntegrator.java | 106 final int stages = c.length + 1; in integrate() local 230 final int stages = c.length + 1; in singleStep() local
|
| D | RungeKuttaFieldIntegrator.java | 126 final int stages = c.length + 1; in integrate() local 237 final int stages = c.length + 1; in singleStep() local
|
| /external/webrtc/common_audio/signal_processing/ |
| D | complex_fft.c | 30 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT() 159 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT()
|
| D | complex_fft_mips.c | 22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT() 151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT()
|
| D | complex_bit_reverse_mips.c | 64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { in WebRtcSpl_ComplexBitReverse()
|
| D | complex_bit_reverse.c | 49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { in WebRtcSpl_ComplexBitReverse()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | XMLUploader.java | 30 String stages[] = { in writeBulkInfoHtml() local
|
| /external/mesa3d/src/amd/vulkan/ |
| D | radv_pipeline_rt.c | 39 handle_from_stages(struct radv_device *device, const struct radv_ray_tracing_stage *stages, unsigne… in handle_from_stages() 116 … const struct radv_ray_tracing_stage *stages, struct radv_ray_tracing_group *groups) in radv_create_group_handles() 174 const struct radv_ray_tracing_stage *stages, in radv_rt_fill_group_info() 258 …e_info(const VkRayTracingPipelineCreateInfoKHR *pCreateInfo, struct radv_ray_tracing_stage *stages) in radv_rt_fill_stage_info() 285 … struct radv_ray_tracing_stage *stages, const struct radv_shader_stage_key *stage_keys) in radv_init_rt_stage_hashes() 514 …struct radv_shader_stage *stages = calloc(pCreateInfo->stageCount, sizeof(struct radv_shader_stage… in radv_rt_compile_shaders() local
|
| /external/deqp/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsBallotTests.cpp | 426 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 461 …const ShaderStageFlags stages[] = {SHADER_STAGE_TESS_EVALUATION_BIT, SHADER_STAGE_TESS_CONTROL_BIT, in createSubgroupsBallotTests() local
|
| D | glcSubgroupsBuiltinMaskVarTests.cpp | 414 …subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supported… in test() local 444 const subgroups::ShaderStageFlags stages[] = { in createSubgroupsBuiltinMaskVarTests() local
|
| D | glcSubgroupsShapeTests.cpp | 486 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 513 const ShaderStageFlags stages[] = { in createSubgroupsShapeTests() local
|
| D | glcSubgroupsBallotOtherTests.cpp | 502 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 530 const ShaderStageFlags stages[] = { in createSubgroupsBallotOtherTests() local
|
| D | glcSubgroupsBallotBroadcastTests.cpp | 491 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 526 const ShaderStageFlags stages[] = { in createSubgroupsBallotBroadcastTests() local
|
| D | glcSubgroupsQuadTests.cpp | 640 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 683 const ShaderStageFlags stages[] = { in createSubgroupsQuadTests() local
|
| D | glcSubgroupsShuffleTests.cpp | 535 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 586 const ShaderStageFlags stages[] = { in createSubgroupsShuffleTests() local
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_pipeline.c | 759 struct anv_pipeline_stage *stages, in anv_pipeline_hash_graphics() 1748 struct anv_pipeline_stage *stages, in anv_graphics_pipeline_skip_shader_compile() 1770 struct anv_pipeline_stage *stages) in anv_graphics_pipeline_init_keys() 1851 struct anv_pipeline_stage *stages, in anv_graphics_lib_retain_shaders() 1883 struct anv_pipeline_stage *stages, in anv_graphics_pipeline_load_cached_shaders() 2000 struct anv_pipeline_stage *stages, in anv_graphics_pipeline_load_nir() 2085 struct anv_pipeline_stage *stages) in anv_fill_pipeline_creation_feedback() 2122 anv_graphics_pipeline_imported_shader_count(struct anv_pipeline_stage *stages) in anv_graphics_pipeline_imported_shader_count() 2134 struct anv_pipeline_stage *stages, in anv_graphics_pipeline_compile() 2973 struct anv_pipeline_stage *stages, in anv_graphics_pipeline_import_lib() [all …]
|
| /external/skia/src/core/ |
| D | SkRasterPipeline.cpp | 177 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local 229 std::vector<const char*> stages; in dump() local 601 int stages = fNumStages + 1; in stagesNeeded() local
|
| /external/ComputeLibrary/src/core/utils/helpers/ |
| D | fft.cpp | 36 std::vector<unsigned int> stages; in decompose_stages() local
|
| /external/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_root_signature.h | 40 } stages[D3D12_GFX_SHADER_STAGES]; member
|
| /external/mesa3d/src/mesa/main/ |
| D | pipelineobj.c | 221 GLbitfield stages, struct gl_pipeline_object *pipe) { in use_program_stages() 261 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, in _mesa_UseProgramStages_no_error() 285 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages()
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_perfetto.h | 35 struct tu_perfetto_stage stages[TU_PERFETTO_MAX_STACK_DEPTH]; member
|