Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp204 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/
DVkPipeline.cpp328 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/
DglcSubgroupsBuiltinMaskVarTests.cpp491 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local
493 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinMaskVarTests()
DglcSubgroupsBallotOtherTests.cpp565 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local
567 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBallotOtherTests()
DglcSubgroupsBallotTests.cpp486 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local
488 const CaseDefinition caseDef = {stages[stageIndex]}; in createSubgroupsBallotTests()
DglcSubgroupsShapeTests.cpp567 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local
569 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsShapeTests()
DglcSubgroupsBallotBroadcastTests.cpp564 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local
566 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsBallotBroadcastTests()
DglcSubgroupsQuadTests.cpp725 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()
DglcSubgroupsShuffleTests.cpp639 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local
641 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsShuffleTests()
DglcSubgroupsBuiltinVarTests.cpp780 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinVarTests() local
782 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinVarTests()
DglcSubgroupsClusteredTests.cpp851 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local
853 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsClusteredTests()
DglcSubgroupsPartitionedTests.cpp966 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/
DvktSubgroupsSizeControlTests.cpp897 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()
DvktSubgroupsBallotOtherTests.cpp462 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests() local
467 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotOtherTests()
DvktSubgroupsShapeTests.cpp399 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests() local
404 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShapeTests()
DvktSubgroupsBallotMasksTests.cpp387 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotMasksTests() local
392 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotMasksTests()
DvktSubgroupsBuiltinMaskVarTests.cpp1379 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests() local
1384 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsClusteredTests.cpp383 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsClusteredTests() local
388 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsClusteredTests()
DvktSubgroupsBallotTests.cpp1004 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests() local
1008 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotTests()
DvktSubgroupsQuadTests.cpp398 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests() local
403 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsQuadTests()
DvktSubgroupsBallotBroadcastTests.cpp494 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests() local
499 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShuffleTests.cpp465 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests() local
470 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsShuffleTests()
DvktSubgroupsArithmeticTests.cpp459 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsArithmeticTests() local
465 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsArithmeticTests()
DvktSubgroupsPartitionedTests.cpp510 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsPartitionedTests() local
516 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsPartitionedTests()
DvktSubgroupsVoteTests.cpp557 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsVoteTests() local
562 stages[stageIndex], // VkShaderStageFlags shaderStage; in createSubgroupsVoteTests()

12