Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.hpp54 class ConvertTestCase : public SpvAsmComputeShaderCase class
57ConvertTestCase (tcu::TestContext& testCtx, const char* name, const char* description, const Compu…
DvktSpvAsmComputeShaderCase.cpp454 ConvertTestCase::ConvertTestCase (tcu::TestContext& testCtx, const char* name, const char* descript… in ConvertTestCase() function in vkt::SpirVAssembly::ConvertTestCase
461 TestInstance* ConvertTestCase::createInstance (Context& ctx) const in createInstance()
DvktSpvAsmInstructionTests.cpp8199 …group->addChild(new ConvertTestCase(testCtx, test->m_name.c_str(), "Convert integers with OpSConve… in createSConvertTests()
8237 …group->addChild(new ConvertTestCase(testCtx, test->m_name.c_str(), "Convert integers with OpUConve… in createUConvertTests()