Searched refs:opLineTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5455 …de::MovePtr<tcu::TestCaseGroup> opLineTests (new tcu::TestCaseGroup(testCtx, "opnoline", "OpNo… in createOpNoLineTests() local 5502 createTestsForAllStages("opnoline", defaultColors, defaultColors, fragments, opLineTests.get()); in createOpNoLineTests() 5504 return opLineTests.release(); in createOpNoLineTests() 5511 …de::MovePtr<tcu::TestCaseGroup> opLineTests (new tcu::TestCaseGroup(testCtx, "opline", "Op… in createOpLineTests() local 5564 …) + "_" + problemStrings[i].first, defaultColors, defaultColors, testFragments, opLineTests.get()); in createOpLineTests() 5567 return opLineTests.release(); in createOpLineTests()
|