Home
last modified time | relevance | path

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

12

/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/openglcts/modules/common/subgroups/
DglcSubgroupsBuiltinMaskVarTests.cpp491 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local
493 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinMaskVarTests()
DglcSubgroupsBallotOtherTests.cpp565 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local
567 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBallotOtherTests()
DglcSubgroupsBallotTests.cpp486 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local
488 const CaseDefinition caseDef = {stages[stageIndex]}; in createSubgroupsBallotTests()
DglcSubgroupsShapeTests.cpp567 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local
569 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsShapeTests()
DglcSubgroupsBallotBroadcastTests.cpp564 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local
566 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsBallotBroadcastTests()
DglcSubgroupsShuffleTests.cpp639 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local
641 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsShuffleTests()
DglcSubgroupsQuadTests.cpp725 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local
727 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, direction}; in createSubgroupsQuadTests()
DglcSubgroupsBuiltinVarTests.cpp780 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinVarTests() local
782 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinVarTests()
DglcSubgroupsPartitionedTests.cpp966 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsPartitionedTests() local
968 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsPartitionedTests()
DglcSubgroupsClusteredTests.cpp851 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local
853 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsClusteredTests()
DglcSubgroupsArithmeticTests.cpp1032 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local
1034 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsArithmeticTests()
DglcSubgroupsVoteTests.cpp773 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsVoteTests() local
775 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsVoteTests()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp397 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local
399 …const CaseDefinition caseDef = {op, stages[stageIndex], format, de::SharedPtr<bool>(new bool), DE_… in createSubgroupsClusteredTests()
DvktSubgroupsBuiltinMaskVarTests.cpp1515 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local
1517 …const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex], de::SharedPtr<bool>(new bool), DE… in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsBallotOtherTests.cpp650 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local
652 …const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], de::SharedPtr<bool>(new bool), DE… in createSubgroupsBallotOtherTests()
DvktSubgroupsSizeControlTests.cpp1032 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsSizeControlTests() local
1034 …PELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT, stages[stageIndex], DE_FALSE, REQU… in createSubgroupsSizeControlTests()
1063 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsSizeControlTests() local
1065 …const CaseDefinition caseDefStageMax = {0u, stages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE_M… in createSubgroupsSizeControlTests()
1067 …const CaseDefinition caseDefStageMin = {0u, stages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE_M… in createSubgroupsSizeControlTests()
DvktSubgroupsQuadTests.cpp433 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local
435 …const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, de::SharedPtr<bool>(new b… in createSubgroupsQuadTests()
DvktSubgroupsShapeTests.cpp669 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local
671 …const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], de::SharedPtr<bool>(new bool), DE… in createSubgroupsShapeTests()
DvktSubgroupsBallotMasksTests.cpp584 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotMasksTests() local
586 …const CaseDefinition caseDef = {maskTypeIndex, stages[stageIndex], de::SharedPtr<bool>(new bool), … in createSubgroupsBallotMasksTests()
DvktSubgroupsArithmeticTests.cpp481 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local
483 …const CaseDefinition caseDef = {op, st, stages[stageIndex], format, de::SharedPtr<bool>(new bool),… in createSubgroupsArithmeticTests()
DvktSubgroupsBallotTests.cpp1132 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local
1134 CaseDefinition caseDef = {stages[stageIndex],de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE}; in createSubgroupsBallotTests()
DvktSubgroupsBallotBroadcastTests.cpp483 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local
485 …CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, de::SharedPtr<bool>(new bool), … in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShuffleTests.cpp703 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local
705 …const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, de::SharedPtr<bool>(new b… in createSubgroupsShuffleTests()
DvktSubgroupsPartitionedTests.cpp802 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsPartitionedTests() local
804 …const CaseDefinition caseDef = {op, st, stages[stageIndex], format, de::SharedPtr<bool>(new bool),… in createSubgroupsPartitionedTests()

12