/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/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBuiltinMaskVarTests.cpp | 491 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local 493 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinMaskVarTests()
|
D | glcSubgroupsBallotOtherTests.cpp | 565 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local 567 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBallotOtherTests()
|
D | glcSubgroupsBallotTests.cpp | 486 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local 488 const CaseDefinition caseDef = {stages[stageIndex]}; in createSubgroupsBallotTests()
|
D | glcSubgroupsShapeTests.cpp | 567 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local 569 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsShapeTests()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 564 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local 566 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsBallotBroadcastTests()
|
D | glcSubgroupsShuffleTests.cpp | 639 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local 641 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsShuffleTests()
|
D | glcSubgroupsQuadTests.cpp | 725 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()
|
D | glcSubgroupsBuiltinVarTests.cpp | 780 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinVarTests() local 782 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinVarTests()
|
D | glcSubgroupsPartitionedTests.cpp | 966 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsPartitionedTests() local 968 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsPartitionedTests()
|
D | glcSubgroupsClusteredTests.cpp | 851 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local 853 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsClusteredTests()
|
D | glcSubgroupsArithmeticTests.cpp | 1032 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local 1034 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsArithmeticTests()
|
D | glcSubgroupsVoteTests.cpp | 773 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/ |
D | vktSubgroupsClusteredTests.cpp | 397 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()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1515 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()
|
D | vktSubgroupsBallotOtherTests.cpp | 650 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()
|
D | vktSubgroupsSizeControlTests.cpp | 1032 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()
|
D | vktSubgroupsQuadTests.cpp | 433 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()
|
D | vktSubgroupsShapeTests.cpp | 669 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()
|
D | vktSubgroupsBallotMasksTests.cpp | 584 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()
|
D | vktSubgroupsArithmeticTests.cpp | 481 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()
|
D | vktSubgroupsBallotTests.cpp | 1132 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()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 483 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()
|
D | vktSubgroupsShuffleTests.cpp | 703 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()
|
D | vktSubgroupsPartitionedTests.cpp | 802 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()
|