Searched refs:specConstantMap (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5354 StageToSpecConstantMap specConstantMap; in createTestsForAllStages() local 5356 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = specConstants; in createTestsForAllStages() 5358 …nceContext(vertFragPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5360 specConstantMap.clear(); in createTestsForAllStages() 5361 specConstantMap[VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT] = specConstants; in createTestsForAllStages() 5363 …nstanceContext(tessPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5365 specConstantMap.clear(); in createTestsForAllStages() 5366 specConstantMap[VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT] = specConstants; in createTestsForAllStages() 5368 …nstanceContext(tessPipelineStages, inputColors, outputColors, testCodeFragments, specConstantMap)); in createTestsForAllStages() 5370 specConstantMap.clear(); in createTestsForAllStages() [all …]
|