/third_party/vk-gl-cts/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()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 328 for(uint32_t stageIndex = 0; stageIndex < pCreateInfo->stageCount; stageIndex++) in compileShaders() local 330 const VkPipelineShaderStageCreateInfo &stageInfo = pCreateInfo->pStages[stageIndex]; in compileShaders() 332 pipelineCreationFeedback.stageCreationBegins(stageIndex); in compileShaders() 361 auto onCacheHit = [&] { pipelineCreationFeedback.cacheHit(stageIndex); }; in compileShaders() 382 pipelineCreationFeedback.stageCreationEnds(stageIndex); in compileShaders()
|
/third_party/vk-gl-cts/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 | 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 | 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 | 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 | 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 | 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 897 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsSizeControlTests() local 899 …PELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT, stages[stageIndex], DE_FALSE, REQU… in createSubgroupsSizeControlTests() 932 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsSizeControlTests() local 934 …const CaseDefinition caseDefStageMax = {0u, stages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE_M… in createSubgroupsSizeControlTests() 936 …const CaseDefinition caseDefStageMin = {0u, stages[stageIndex], DE_FALSE, REQUIRED_SUBGROUP_SIZE_M… in createSubgroupsSizeControlTests()
|
D | vktSubgroupsBallotOtherTests.cpp | 462 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local 467 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotOtherTests()
|
D | vktSubgroupsShapeTests.cpp | 399 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local 404 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShapeTests()
|
D | vktSubgroupsBallotMasksTests.cpp | 387 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotMasksTests() local 392 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotMasksTests()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1379 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local 1384 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBuiltinMaskVarTests()
|
D | vktSubgroupsClusteredTests.cpp | 383 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local 388 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsClusteredTests()
|
D | vktSubgroupsBallotTests.cpp | 1004 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local 1008 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotTests()
|
D | vktSubgroupsQuadTests.cpp | 398 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local 403 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsQuadTests()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 494 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local 499 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsShuffleTests.cpp | 465 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local 470 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShuffleTests()
|
D | vktSubgroupsArithmeticTests.cpp | 459 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local 465 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsPartitionedTests.cpp | 510 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsPartitionedTests() local 516 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsPartitionedTests()
|
D | vktSubgroupsVoteTests.cpp | 557 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsVoteTests() local 562 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsVoteTests()
|