Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotMasksTests.cpp381 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotMasksTests() local
467 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotMasksTests()
472 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotMasksTests()
DvktSubgroupsShapeTests.cpp393 const VkShaderStageFlags fbStages[] = in createSubgroupsShapeTests() local
479 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsShapeTests()
484 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShapeTests()
DvktSubgroupsBallotOtherTests.cpp456 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotOtherTests() local
542 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotOtherTests()
547 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotOtherTests()
DvktSubgroupsBuiltinMaskVarTests.cpp1373 const VkShaderStageFlags fbStages[] = in createSubgroupsBuiltinMaskVarTests() local
1459 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests()
1464 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsQuadTests.cpp392 const VkShaderStageFlags fbStages[] = in createSubgroupsQuadTests() local
477 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsQuadTests()
482 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsQuadTests()
DvktSubgroupsClusteredTests.cpp366 const VkShaderStageFlags fbStages[] = in createSubgroupsClusteredTests() local
462 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsClusteredTests()
467 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsClusteredTests()
DvktSubgroupsSizeControlTests.cpp1086 const VkShaderStageFlags fbStages[] = in createSubgroupsSizeControlTests() local
1121 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsSizeControlTests()
1123 …const CaseDefinition caseDefStage = {params.flagsEnabled ? flagsVary : 0u, fbStages[stageIndex], D… in createSubgroupsSizeControlTests()
1196 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsSizeControlTests()
1198 …const CaseDefinition caseDefStageMax = {0u, fbStages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE… in createSubgroupsSizeControlTests()
1200 …const CaseDefinition caseDefStageMin = {0u, fbStages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE… in createSubgroupsSizeControlTests()
DvktSubgroupsBallotTests.cpp988 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotTests() local
1094 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotTests()
1098 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotTests()
DvktSubgroupsArithmeticTests.cpp441 const VkShaderStageFlags fbStages[] = in createSubgroupsArithmeticTests() local
541 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsArithmeticTests()
547 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsArithmeticTests()
DvktSubgroupsBallotBroadcastTests.cpp454 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotBroadcastTests() local
589 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotBroadcastTests()
594 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsPartitionedTests.cpp468 const VkShaderStageFlags fbStages[] = in createSubgroupsPartitionedTests() local
564 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsPartitionedTests()
570 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsPartitionedTests()
DvktSubgroupsShuffleTests.cpp494 const VkShaderStageFlags fbStages[] = in createSubgroupsShuffleTests() local
599 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsShuffleTests()
604 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShuffleTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp393 const VkShaderStageFlags fbStages[] = in createSubgroupsShapeTests() local
479 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsShapeTests()
484 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShapeTests()
DvktSubgroupsBallotMasksTests.cpp381 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotMasksTests() local
467 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotMasksTests()
472 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotMasksTests()
DvktSubgroupsBallotOtherTests.cpp456 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotOtherTests() local
542 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotOtherTests()
547 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotOtherTests()
DvktSubgroupsBuiltinMaskVarTests.cpp1373 const VkShaderStageFlags fbStages[] = in createSubgroupsBuiltinMaskVarTests() local
1459 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests()
1464 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsQuadTests.cpp392 const VkShaderStageFlags fbStages[] = in createSubgroupsQuadTests() local
477 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsQuadTests()
482 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsQuadTests()
DvktSubgroupsClusteredTests.cpp366 const VkShaderStageFlags fbStages[] = in createSubgroupsClusteredTests() local
462 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsClusteredTests()
467 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsClusteredTests()
DvktSubgroupsSizeControlTests.cpp1086 const VkShaderStageFlags fbStages[] = in createSubgroupsSizeControlTests() local
1121 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsSizeControlTests()
1123 …const CaseDefinition caseDefStage = {params.flagsEnabled ? flagsVary : 0u, fbStages[stageIndex], D… in createSubgroupsSizeControlTests()
1196 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsSizeControlTests()
1198 …const CaseDefinition caseDefStageMax = {0u, fbStages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE… in createSubgroupsSizeControlTests()
1200 …const CaseDefinition caseDefStageMin = {0u, fbStages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE… in createSubgroupsSizeControlTests()
DvktSubgroupsArithmeticTests.cpp441 const VkShaderStageFlags fbStages[] = in createSubgroupsArithmeticTests() local
541 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsArithmeticTests()
547 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsArithmeticTests()
DvktSubgroupsBallotTests.cpp988 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotTests() local
1094 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotTests()
1098 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotTests()
DvktSubgroupsPartitionedTests.cpp468 const VkShaderStageFlags fbStages[] = in createSubgroupsPartitionedTests() local
564 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsPartitionedTests()
570 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsPartitionedTests()
DvktSubgroupsBallotBroadcastTests.cpp454 const VkShaderStageFlags fbStages[] = in createSubgroupsBallotBroadcastTests() local
589 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsBallotBroadcastTests()
594 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShuffleTests.cpp494 const VkShaderStageFlags fbStages[] = in createSubgroupsShuffleTests() local
599 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsShuffleTests()
604 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShuffleTests()
DvktSubgroupsVoteTests.cpp537 const VkShaderStageFlags fbStages[] = in createSubgroupsVoteTests() local
655 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(fbStages); ++stageIndex) in createSubgroupsVoteTests()
660 fbStages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsVoteTests()

12