Home
last modified time | relevance | path

Searched refs:opTypeIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBallotOtherTests.cpp552 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotOtherTests() local
554 const string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsBallotOtherTests()
556 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT}; in createSubgroupsBallotOtherTests()
561 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS}; in createSubgroupsBallotOtherTests()
567 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBallotOtherTests()
DglcSubgroupsShapeTests.cpp546 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShapeTests() local
548 const std::string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsShapeTests()
551 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT}; in createSubgroupsShapeTests()
559 opTypeIndex, in createSubgroupsShapeTests()
569 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsShapeTests()
DglcSubgroupsBallotBroadcastTests.cpp549 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotBroadcastTests() local
551 const std::string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsBallotBroadcastTests()
555 CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsBallotBroadcastTests()
560 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS, format}; in createSubgroupsBallotBroadcastTests()
566 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsBallotBroadcastTests()
DglcSubgroupsQuadTests.cpp689 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsQuadTests() local
691 const std::string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsQuadTests()
695 if (OPTYPE_QUAD_BROADCAST == opTypeIndex) in createSubgroupsQuadTests()
711 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format, direction}; in createSubgroupsQuadTests()
718 opTypeIndex, in createSubgroupsQuadTests()
727 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, direction}; in createSubgroupsQuadTests()
DglcSubgroupsVoteTests.cpp749 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsVoteTests() local
752 if ((FORMAT_R32_UINT != format) && (OPTYPE_ALLEQUAL != opTypeIndex)) in createSubgroupsVoteTests()
757 const std::string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsVoteTests()
760 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsVoteTests()
767 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS, format}; in createSubgroupsVoteTests()
775 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsVoteTests()
783 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_FRAGMENT_BIT, format}; in createSubgroupsVoteTests()
DglcSubgroupsShuffleTests.cpp617 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShuffleTests() local
621 de::toLower(getOpTypeName(opTypeIndex)) + in createSubgroupsShuffleTests()
627 opTypeIndex, in createSubgroupsShuffleTests()
635 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsShuffleTests()
641 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsShuffleTests()
DglcSubgroupsClusteredTests.cpp785 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_CLUSTERED_LAST; ++opTypeIndex) in createSubgroupsClusteredTests() local
814 switch (opTypeIndex) in createSubgroupsClusteredTests()
837 const std::string name = de::toLower(getOpTypeName(opTypeIndex)) in createSubgroupsClusteredTests()
841 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsClusteredTests()
846 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS, format}; in createSubgroupsClusteredTests()
853 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsClusteredTests()
DglcSubgroupsPartitionedTests.cpp894 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsPartitionedTests() local
923 switch (opTypeIndex) in createSubgroupsPartitionedTests()
951 const std::string name = de::toLower(getOpTypeName(opTypeIndex)) + "_" + in createSubgroupsPartitionedTests()
955 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsPartitionedTests()
961 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS, format}; in createSubgroupsPartitionedTests()
968 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsPartitionedTests()
DglcSubgroupsArithmeticTests.cpp957 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsArithmeticTests() local
986 switch (opTypeIndex) in createSubgroupsArithmeticTests()
1014 std::string op = getOpTypeName(opTypeIndex); in createSubgroupsArithmeticTests()
1017 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT, format}; in createSubgroupsArithmeticTests()
1025 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS, format}; in createSubgroupsArithmeticTests()
1034 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsArithmeticTests()
DglcSubgroupsBasicTests.cpp1499 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBasicTests() local
1501 const std::string op = de::toLower(getOpTypeName(opTypeIndex)); in createSubgroupsBasicTests()
1504 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_COMPUTE_BIT}; in createSubgroupsBasicTests()
1509 if (OPTYPE_SUBGROUP_MEMORY_BARRIER_SHARED == opTypeIndex) in createSubgroupsBasicTests()
1516 const CaseDefinition caseDef = {opTypeIndex, SHADER_STAGE_ALL_GRAPHICS}; in createSubgroupsBasicTests()
1524 if (opTypeIndex == OPTYPE_ELECT && stageIndex == 0) in createSubgroupsBasicTests()
1527 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBasicTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsQuadTests.cpp363 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsQuadTests() local
365 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsQuadTests()
424 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsQuadTests() local
426 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsQuadTests()
DvktSubgroupsClusteredTests.cpp338 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_CLUSTERED_LAST; ++opTypeIndex) in createSubgroupsClusteredTests() local
340 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsClusteredTests()
411 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_CLUSTERED_LAST; ++opTypeIndex) in createSubgroupsClusteredTests() local
413 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsClusteredTests()
DvktSubgroupsArithmeticTests.cpp411 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsArithmeticTests() local
413 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsArithmeticTests()
488 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsArithmeticTests() local
490 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsArithmeticTests()
DvktSubgroupsShuffleTests.cpp431 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShuffleTests() local
433 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShuffleTests()
491 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShuffleTests() local
493 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShuffleTests()
DvktSubgroupsBallotBroadcastTests.cpp428 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotBroadcastTests() local
430 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotBroadcastTests()
523 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotBroadcastTests() local
525 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotBroadcastTests()
DvktSubgroupsPartitionedTests.cpp462 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsPartitionedTests() local
464 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsPartitionedTests()
539 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsPartitionedTests() local
541 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsPartitionedTests()
DvktSubgroupsVoteTests.cpp493 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsVoteTests() local
495 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsVoteTests()
600 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST_NON_ARB; ++opTypeIndex) in createSubgroupsVoteTests() local
602 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsVoteTests()
DvktSubgroupsShapeTests.cpp355 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShapeTests() local
357 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShapeTests()
DvktSubgroupsBallotOtherTests.cpp418 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotOtherTests() local
420 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotOtherTests()
DvktSubgroupsBasicTests.cpp2054 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBasicTests() local
2056 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBasicTests()