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()
560 StageToSpecConstantMap specConstantMap; in addGraphicsVariableInitOutputTest() local568 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphicsVariableInitOutputTest()569 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphicsVariableInitOutputTest()596 specConstantMap, in addGraphicsVariableInitOutputTest()
4181 StageToSpecConstantMap specConstantMap; in addGraphics16BitStorageInputOutputFloat16To16x2Group() local4190 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputFloat16To16x2Group()4191 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputFloat16To16x2Group()4225 specConstantMap, in addGraphics16BitStorageInputOutputFloat16To16x2Group()4255 StageToSpecConstantMap specConstantMap; in addGraphics16BitStorageInputOutputInt16To16x2Group() local4264 specConstantMap[VK_SHADER_STAGE_VERTEX_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputInt16To16x2Group()4265 specConstantMap[VK_SHADER_STAGE_FRAGMENT_BIT] = noSpecConstants; in addGraphics16BitStorageInputOutputInt16To16x2Group()4301 specConstantMap, in addGraphics16BitStorageInputOutputInt16To16x2Group()
4176 StageToSpecConstantMap specConstantMap; in createTestForStage() local4178 specConstantMap[stage] = specConstants; in createTestForStage()4180 …InstanceContext ctx (inputColors, outputColors, testCodeFragments, specConstantMap, pushCo… in createTestForStage()