Home
last modified time | relevance | path

Searched refs:createTestsForAllStages (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp5621 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
5674createTestsForAllStages(name, inputColors, outputColors, testCodeFragments, noSpecConstants, tests… in createTestsForAllStages()
5707createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceTests()
5736createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceContinuedTests()
5792 createTestsForAllStages("opnoline", defaultColors, defaultColors, fragments, opLineTests.get()); in createOpNoLineTests()
5854createTestsForAllStages(string("opline") + "_" + problemStrings[i].first, defaultColors, defaultCo… in createOpLineTests()
5972createTestsForAllStages(tests[testNdx].name, colors, colors, fragments, opConstantNullTests.get()); in createOpConstantNullTests()
6114createTestsForAllStages(tests[testNdx].name, inputColors, outputColors, fragments, opConstantCompo… in createOpConstantCompositeTests()
6195 createTestsForAllStages("out_of_order", inputColors, outputColors, fragments, group.get()); in createSelectionBlockOrderTests()
[all …]