/external/deqp/external/openglcts/modules/common/ |
D | glcSeparableProgramsTransformFeedbackTests.cpp | 204 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/ |
D | vktSubgroupsBuiltinMaskVarTests.cpp | 485 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local 487 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBuiltinMaskVarTests()
|
D | vktSubgroupsBallotOtherTests.cpp | 736 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local 738 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotOtherTests()
|
D | vktSubgroupsBallotTests.cpp | 517 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local 519 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotTests()
|
D | vktSubgroupsShapeTests.cpp | 585 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local 587 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsShapeTests()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 650 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local 652 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsShuffleTests.cpp | 723 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local 725 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsShuffleTests()
|
D | vktSubgroupsQuadTests.cpp | 712 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local 714 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsQuadTests()
|
D | vktSubgroupsVoteTests.cpp | 793 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsVoteTests() local 795 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsVoteTests()
|
D | vktSubgroupsBuiltinVarTests.cpp | 781 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinVarTests() local 783 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBuiltinVarTests()
|
D | vktSubgroupsClusteredTests.cpp | 841 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local 843 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsClusteredTests()
|
D | vktSubgroupsArithmeticTests.cpp | 969 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local 971 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsBasicTests.cpp | 1432 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBasicTests() local 1434 const VkShaderStageFlags stage = stages[stageIndex]; in createSubgroupsBasicTests()
|