Searched refs:specConstantMap (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5644 StageToSpecConstantMap specConstantMap; in createTestsForAllStages() local 5646 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = specConstants; in createTestsForAllStages() 5648 …nceContext(vertFragPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5650 specConstantMap.clear(); in createTestsForAllStages() 5651 specConstantMap[VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT] = specConstants; in createTestsForAllStages() 5653 …nstanceContext(tessPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5655 specConstantMap.clear(); in createTestsForAllStages() 5656 specConstantMap[VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT] = specConstants; in createTestsForAllStages() 5658 …nstanceContext(tessPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5660 specConstantMap.clear(); in createTestsForAllStages() [all …]
|