Searched refs:passConstants (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 7277 vector<deInt32> passConstants; in createOpQuantizeSingleOptionTests() local 7286 passConstants.push_back(specConstant); in createOpQuantizeSingleOptionTests() 7288 …("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, testCtx); in createOpQuantizeSingleOptionTests() 7392 vector<deInt32> passConstants; in createOpQuantizeTwoPossibilityTests() local 7402 passConstants.push_back(specConstant); in createOpQuantizeTwoPossibilityTests() 7404 …("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, testCtx); in createOpQuantizeTwoPossibilityTests()
|