Searched refs:createConvertGraphicsTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 11680 tcu::TestCaseGroup *createConvertGraphicsTests(tcu::TestContext &testCtx, const string &instruction… in createConvertGraphicsTests() function 21343 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpSConvert", "sconvert")); in createInstructionTests() 21344 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpUConvert", "uconvert")); in createInstructionTests() 21345 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpFConvert", "fconvert")); in createInstructionTests() 21346 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpConvertSToF", "convertstof")); in createInstructionTests() 21347 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpConvertFToS", "convertftos")); in createInstructionTests() 21348 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpConvertUToF", "convertutof")); in createInstructionTests() 21349 graphicsTests->addChild(createConvertGraphicsTests(testCtx, "OpConvertFToU", "convertftou")); in createInstructionTests()
|