Home
last modified time | relevance | path

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

123456789

/third_party/mesa3d/src/amd/compiler/
DREADME.md123 #### 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/
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
/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/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
DglcSubgroupsShuffleTests.cpp549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
605 const ShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
DglcSubgroupsVoteTests.cpp685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
724 const ShaderStageFlags stages[] = in createSubgroupsVoteTests() local
DglcSubgroupsClusteredTests.cpp725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
760 const ShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_root_signature.h40 } stages[D3D12_GFX_SHADER_STAGES]; member
/third_party/skia/src/core/
DSkRasterPipeline.cpp55 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/
Dpipelineobj.c224 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/
Dtu_perfetto.h38 } stages[] = { variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBindingTests.cpp388 …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/
DBindGroupLayoutVk.cpp32 VkShaderStageFlags VulkanShaderStageFlags(wgpu::ShaderStage stages) { in VulkanShaderStageFlags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp362 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
369 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
DvktSubgroupsBallotOtherTests.cpp423 …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/
DvktSubgroupsShapeTests.cpp362 …const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.sh… in test() local
369 …const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.… in test() local
DvktSubgroupsBallotOtherTests.cpp423 …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/
Daf_adecorrelate.c45 int stages; member
111 const int stages = s->stages; in filter_channel_dbl() local

123456789