/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBallotOtherTests.cpp | 552 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()
|
D | glcSubgroupsShapeTests.cpp | 546 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()
|
D | glcSubgroupsBallotBroadcastTests.cpp | 549 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()
|
D | glcSubgroupsQuadTests.cpp | 689 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()
|
D | glcSubgroupsVoteTests.cpp | 749 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()
|
D | glcSubgroupsShuffleTests.cpp | 617 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()
|
D | glcSubgroupsClusteredTests.cpp | 785 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()
|
D | glcSubgroupsPartitionedTests.cpp | 894 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()
|
D | glcSubgroupsArithmeticTests.cpp | 957 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()
|
D | glcSubgroupsBasicTests.cpp | 1499 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/ |
D | vktSubgroupsQuadTests.cpp | 363 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()
|
D | vktSubgroupsClusteredTests.cpp | 338 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()
|
D | vktSubgroupsArithmeticTests.cpp | 411 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()
|
D | vktSubgroupsShuffleTests.cpp | 431 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()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 428 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()
|
D | vktSubgroupsPartitionedTests.cpp | 462 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()
|
D | vktSubgroupsVoteTests.cpp | 493 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()
|
D | vktSubgroupsShapeTests.cpp | 355 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsShapeTests() local 357 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsShapeTests()
|
D | vktSubgroupsBallotOtherTests.cpp | 418 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBallotOtherTests() local 420 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBallotOtherTests()
|
D | vktSubgroupsBasicTests.cpp | 2054 for (int opTypeIndex = 0; opTypeIndex < OPTYPE_LAST; ++opTypeIndex) in createSubgroupsBasicTests() local 2056 const OpType opType = static_cast<OpType>(opTypeIndex); in createSubgroupsBasicTests()
|