Searched refs:passConstants (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 9202 SpecConstants passConstants; in createOpQuantizeSingleOptionTests() local 9209 passConstants.append<float>(tests[idx].valueAsFloat); in createOpQuantizeSingleOptionTests() 9219 createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, PushConstants(), GraphicsResources(), GraphicsInterfaces(), extensions, features, testCtx); in createOpQuantizeSingleOptionTests() local 9323 SpecConstants passConstants; in createOpQuantizeTwoPossibilityTests() local 9331 passConstants.append<float>(tests[idx].inputAsFloat); in createOpQuantizeTwoPossibilityTests() 9333 createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, testCtx); in createOpQuantizeTwoPossibilityTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 9164 SpecConstants passConstants; in createOpQuantizeSingleOptionTests() local 9171 passConstants.append<float>(tests[idx].valueAsFloat); in createOpQuantizeSingleOptionTests() 9173 createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, testCtx); in createOpQuantizeSingleOptionTests() local 9277 SpecConstants passConstants; in createOpQuantizeTwoPossibilityTests() local 9285 passConstants.append<float>(tests[idx].inputAsFloat); in createOpQuantizeTwoPossibilityTests() 9287 createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, fragments, passConstants, testCtx); in createOpQuantizeTwoPossibilityTests() local
|
Completed in 47 milliseconds