| /third_party/mesa3d/src/amd/compiler/ |
| D | README.md | 123 #### Glossary of software stages 134 #### Glossary of hardware stages 145 ##### Notes about HW VS and the "GS copy" shader 157 ##### Notes about merged shaders 167 ### Which software stage runs on which hardware stage?
|
| /third_party/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
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_pipe.h | 32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_pipe.h | 32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | PerStage.cpp | 39 BitSetIterator<kNumStages, SingleShaderStage> IterateStages(wgpu::ShaderStage stages) { in IterateStages()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsBallotTests.cpp | 431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 466 const ShaderStageFlags stages[] = in createSubgroupsBallotTests() local
|
| D | glcSubgroupsBuiltinMaskVarTests.cpp | 428 …subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supported… in test() local 463 const subgroups::ShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
|
| D | glcSubgroupsShapeTests.cpp | 511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 538 const ShaderStageFlags stages[] = in createSubgroupsShapeTests() local
|
| D | glcSubgroupsBallotOtherTests.cpp | 516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 544 const ShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
|
| D | glcSubgroupsBallotBroadcastTests.cpp | 489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 524 const ShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
|
| D | glcSubgroupsQuadTests.cpp | 627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 675 const ShaderStageFlags stages[] = in createSubgroupsQuadTests() local
|
| D | glcSubgroupsShuffleTests.cpp | 549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 605 const ShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
|
| D | glcSubgroupsVoteTests.cpp | 685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 724 const ShaderStageFlags stages[] = in createSubgroupsVoteTests() local
|
| D | glcSubgroupsClusteredTests.cpp | 725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local 760 const ShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_root_signature.h | 40 } stages[D3D12_GFX_SHADER_STAGES]; member
|
| /third_party/skia/src/core/ |
| D | SkRasterPipeline.cpp | 55 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local 74 std::vector<const char*> stages; in dump() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | pipelineobj.c | 224 GLbitfield stages, struct gl_pipeline_object *pipe) { in use_program_stages() 264 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, in _mesa_UseProgramStages_no_error() 288 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_perfetto.h | 38 } stages[] = { variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| D | vktShaderObjectBindingTests.cpp | 388 …vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_VERTEX_BIT, vk::VK_SHADER_STAGE_TESSELL… in iterate() local 400 …vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_VERTEX_BIT, vk::VK_SHADER_STAGE_GEOMETR… in iterate() local 423 …vk::VkShaderStageFlagBits stages[] = { vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, vk::VK_SHADER… in iterate() local 932 std::vector<vk::VkShaderStageFlagBits> stages = { in iterate() local 973 std::vector<vk::VkShaderStageFlagBits> stages = { in iterate() local 1101 const vk::VkShaderStageFlagBits stages[] = { in iterate() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | BindGroupLayoutVk.cpp | 32 VkShaderStageFlags VulkanShaderStageFlags(wgpu::ShaderStage stages) { in VulkanShaderStageFlags()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupsShapeTests.cpp | 362 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local 369 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
|
| D | vktSubgroupsBallotOtherTests.cpp | 423 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local 430 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| D | vktSubgroupsShapeTests.cpp | 362 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local 369 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
|
| D | vktSubgroupsBallotOtherTests.cpp | 423 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local 430 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_adecorrelate.c | 45 int stages; member 111 const int stages = s->stages; in filter_channel_dbl() local
|