Home
last modified time | relevance | path

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

12345678

/third_party/mesa3d/src/amd/compiler/
DREADME.md123 #### Glossary of software stages
132 #### Glossary of hardware stages
143 ##### Notes about HW VS and the "GS copy" shader
155 ##### Notes about merged shaders
165 ### Which software stage runs on which hardware stage?
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp160 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
163 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
467 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
477 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local
536 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local
539 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local
661 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local
667 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DPerStage.cpp19 BitSetIterator<kNumStages, ShaderStage> IterateStages(dawn::ShaderStageBit stages) { in IterateStages()
DPipeline.cpp45 dawn::ShaderStageBit stages) in PipelineBase()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPerStage.cpp39 BitSetIterator<kNumStages, SingleShaderStage> IterateStages(wgpu::ShaderStage stages) { in IterateStages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp316 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
322 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
342 const VkShaderStageFlags stages[] = in createSubgroupsShapeTests() local
DvktSubgroupsBallotMasksTests.cpp303 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
309 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
330 const VkShaderStageFlags stages[] = in createSubgroupsBallotMasksTests() local
DvktSubgroupsBallotTests.cpp885 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.s… in test() local
901 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef… in test() local
935 const VkShaderStageFlags stages[] = in createSubgroupsBallotTests() local
DvktSubgroupsBallotOtherTests.cpp377 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
383 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
405 const VkShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
DvktSubgroupsQuadTests.cpp298 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.s… in test() local
312 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef… in test() local
342 const VkShaderStageFlags stages[] = in createSubgroupsQuadTests() local
DvktSubgroupsBuiltinMaskVarTests.cpp1293 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
1299 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
1322 const VkShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
DvktSubgroupsClusteredTests.cpp269 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.s… in test() local
285 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef… in test() local
315 const VkShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
DvktSubgroupsBallotBroadcastTests.cpp354 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.s… in test() local
370 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef… in test() local
406 const VkShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
DvktSubgroupsShuffleTests.cpp342 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.… in test() local
369 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDe… in test() local
410 const VkShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
DvktSubgroupsSizeControlTests.cpp618 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.… in test() local
642 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseD… in test() local
753 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(contex… in testRequireSubgroupSize() local
780 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(cont… in testRequireSubgroupSize() local
874 const VkShaderStageFlags stages[] = in createSubgroupsSizeControlTests() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBallotTests.cpp431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
466 const ShaderStageFlags stages[] = in createSubgroupsBallotTests() local
DglcSubgroupsBuiltinMaskVarTests.cpp428 …subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supported… in test() local
463 const subgroups::ShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
DglcSubgroupsShapeTests.cpp511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
538 const ShaderStageFlags stages[] = in createSubgroupsShapeTests() local
DglcSubgroupsBallotOtherTests.cpp516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
544 const ShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
DglcSubgroupsBallotBroadcastTests.cpp489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
524 const ShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
DglcSubgroupsQuadTests.cpp627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
675 const ShaderStageFlags stages[] = in createSubgroupsQuadTests() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_root_signature.h37 } stages[D3D12_GFX_SHADER_STAGES]; member
/third_party/flutter/skia/src/core/
DSkRasterPipeline.cpp49 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
68 std::vector<const char*> stages; in dump() local

12345678