Searched refs:specConstantMap (Results 1 – 4 of 4) sorted by relevance
193 StageToSpecConstantMap specConstantMap; in addGraphicsVaryingNameTest() local203 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphicsVaryingNameTest()204 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphicsVaryingNameTest()218 specConstantMap, in addGraphicsVaryingNameTest()
600 StageToSpecConstantMap specConstantMap; in addGraphicsVariableInitOutputTest() local608 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphicsVariableInitOutputTest()609 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphicsVariableInitOutputTest()634 specConstantMap, in addGraphicsVariableInitOutputTest()
4185 StageToSpecConstantMap specConstantMap; in addGraphics16BitStorageInputOutputFloat16To16x2Group() local4194 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputFloat16To16x2Group()4195 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputFloat16To16x2Group()4229 specConstantMap, in addGraphics16BitStorageInputOutputFloat16To16x2Group()4258 StageToSpecConstantMap specConstantMap; in addGraphics16BitStorageInputOutputInt16To16x2Group() local4267 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputInt16To16x2Group()4268 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputInt16To16x2Group()4305 specConstantMap, in addGraphics16BitStorageInputOutputInt16To16x2Group()
4735 StageToSpecConstantMap specConstantMap; in createTestForStage() local4737 specConstantMap[stage] = specConstants; in createTestForStage()4739 …InstanceContext ctx (inputColors, outputColors, testCodeFragments, specConstantMap, pushCo… in createTestForStage()