Home
last modified time | relevance | path

Searched refs:stageIndex (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp204 for (int stageIndex = VERTEX_STAGE; stageIndex > -1; --stageIndex) in iterate() local
206 StageData* stageData = m_shaderData.stage + stageIndex; in iterate()
210 specializationMap["PERVERTEX_BLOCK"] = vertexBlock + vertexBlockPostfix[stageIndex]; in iterate()
213 code[stageIndex] = specializedShader.c_str(); in iterate()
214 programs[stageIndex].build(0, code[0], code[1], code[2], code[3], code[4], stageData->tfVaryings, in iterate()
216 code[stageIndex] = 0; in iterate()
227 for (int stageIndex = 0; stageIndex < STAGES_COUNT; ++stageIndex) in iterate() local
229 if (!programs[stageIndex].m_program_object_id) in iterate()
231 …gl.useProgramStages(pipelineId, StageTokens[stageIndex], programs[stageIndex].m_program_object_id); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinMaskVarTests.cpp485 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local
487 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsBallotOtherTests.cpp736 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local
738 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotOtherTests()
DvktSubgroupsBallotTests.cpp517 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local
519 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotTests()
DvktSubgroupsShapeTests.cpp585 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local
587 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsShapeTests()
DvktSubgroupsBallotBroadcastTests.cpp650 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local
652 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShuffleTests.cpp723 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local
725 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsShuffleTests()
DvktSubgroupsQuadTests.cpp712 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local
714 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsQuadTests()
DvktSubgroupsVoteTests.cpp793 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsVoteTests() local
795 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsVoteTests()
DvktSubgroupsBuiltinVarTests.cpp781 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinVarTests() local
783 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBuiltinVarTests()
DvktSubgroupsClusteredTests.cpp841 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local
843 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsClusteredTests()
DvktSubgroupsArithmeticTests.cpp969 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local
971 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsArithmeticTests()
DvktSubgroupsBasicTests.cpp1432 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBasicTests() local
1434 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBasicTests()