Home
last modified time | relevance | path

Searched defs:stages (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/mesa3d/src/vulkan/runtime/
Dvk_synchronization.h35 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/
DREADME.md127 #### 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/
Dreflection.cpp158 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/
Dreflection.cpp158 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/
DRungeKuttaIntegrator.java106 final int stages = c.length + 1; in integrate() local
230 final int stages = c.length + 1; in singleStep() local
DRungeKuttaFieldIntegrator.java126 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/
Dcomplex_fft.c30 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()
Dcomplex_fft_mips.c22 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()
Dcomplex_bit_reverse_mips.c64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { in WebRtcSpl_ComplexBitReverse()
Dcomplex_bit_reverse.c49 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/
DXMLUploader.java30 String stages[] = { in writeBulkInfoHtml() local
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c39 handle_from_stages(struct radv_device *device, const struct radv_ray_tracing_stage *stages, unsigne… in handle_from_stages()
116const 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()
285struct 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/
DglcSubgroupsBallotTests.cpp426 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
DglcSubgroupsBuiltinMaskVarTests.cpp414 …subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supported… in test() local
444 const subgroups::ShaderStageFlags stages[] = { in createSubgroupsBuiltinMaskVarTests() local
DglcSubgroupsShapeTests.cpp486 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
513 const ShaderStageFlags stages[] = { in createSubgroupsShapeTests() local
DglcSubgroupsBallotOtherTests.cpp502 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
530 const ShaderStageFlags stages[] = { in createSubgroupsBallotOtherTests() local
DglcSubgroupsBallotBroadcastTests.cpp491 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
526 const ShaderStageFlags stages[] = { in createSubgroupsBallotBroadcastTests() local
DglcSubgroupsQuadTests.cpp640 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
683 const ShaderStageFlags stages[] = { in createSubgroupsQuadTests() local
DglcSubgroupsShuffleTests.cpp535 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
586 const ShaderStageFlags stages[] = { in createSubgroupsShuffleTests() local
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c759 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/
DSkRasterPipeline.cpp177 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/
Dfft.cpp36 std::vector<unsigned int> stages; in decompose_stages() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_root_signature.h40 } stages[D3D12_GFX_SHADER_STAGES]; member
/external/mesa3d/src/mesa/main/
Dpipelineobj.c221 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/
Dtu_perfetto.h35 struct tu_perfetto_stage stages[TU_PERFETTO_MAX_STACK_DEPTH]; member

12345678910