Searched refs:createTestsForAllStages (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5621 void createTestsForAllStages (const std::string& name, const RGBA (&inputColors)[4], const RGBA (&o… in createTestsForAllStages() function 5671 inline void createTestsForAllStages (const std::string& name, const RGBA (&inputColors)[4], const R… in createTestsForAllStages() function 5674 …createTestsForAllStages(name, inputColors, outputColors, testCodeFragments, noSpecConstants, tests… in createTestsForAllStages() 5707 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceTests() 5736 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceContinuedTests() 5792 createTestsForAllStages("opnoline", defaultColors, defaultColors, fragments, opLineTests.get()); in createOpNoLineTests() 5854 …createTestsForAllStages(string("opline") + "_" + problemStrings[i].first, defaultColors, defaultCo… in createOpLineTests() 5972 …createTestsForAllStages(tests[testNdx].name, colors, colors, fragments, opConstantNullTests.get()); in createOpConstantNullTests() 6114 …createTestsForAllStages(tests[testNdx].name, inputColors, outputColors, fragments, opConstantCompo… in createOpConstantCompositeTests() 6195 createTestsForAllStages("out_of_order", inputColors, outputColors, fragments, group.get()); in createSelectionBlockOrderTests() [all …]
|