Home
last modified time | relevance | path

Searched refs:AmberTestCase (Results 1 - 25 of 48) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp119 AmberTestCase* parse (const char* category, tcu::TestContext& testCtx) in parse()
155 AmberTestCase *testCase = new AmberTestCase(testCtx, m_testnameField, m_descField, testFilename); in parse()
179 AmberTestCase* testCase = 0; in createAmberTestsFromIndexFile()
192 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, in createAmberTestCase()
202 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, in createAmberTestCase()
218 AmberTestCase *testCase = new AmberTestCase(testCtx, name, description, readFilename); in createAmberTestCase()
H A DvktAmberTestCase.hpp65 class AmberTestCase : public TestCase class
68 AmberTestCase (tcu::TestContext& testCtx,
73 virtual ~AmberTestCase (void);
136 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
144 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
H A DvktAmberTestCase.cpp47 AmberTestCase::AmberTestCase (tcu::TestContext& testCtx, in AmberTestCase() function in vkt::cts_amber::AmberTestCase
58 AmberTestCase::~AmberTestCase (void) in ~AmberTestCase()
63 TestInstance* AmberTestCase::createInstance (Context& ctx) const in createInstance()
139 void AmberTestCase::delayedInit(void) in delayedInit()
149 void AmberTestCase::checkSupport(Context& ctx) const in checkSupport()
286 bool AmberTestCase::parse (const std::string& readFilename) in parse()
319 void AmberTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
454 void AmberTestCase
[all...]
H A DvktAmberDepthTests.cpp47 class DepthTestCase : public AmberTestCase
56 : AmberTestCase(testCtx, name, "", readFilename), in DepthTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp119 AmberTestCase* parse (const char* category, tcu::TestContext& testCtx) in parse()
155 AmberTestCase *testCase = new AmberTestCase(testCtx, m_testnameField, m_descField, testFilename); in parse()
179 AmberTestCase* testCase = 0; in createAmberTestsFromIndexFile()
192 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, in createAmberTestCase()
208 AmberTestCase *testCase = new AmberTestCase(testCtx, name, description, readFilename); in createAmberTestCase()
H A DvktAmberTestCase.cpp47 AmberTestCase::AmberTestCase (tcu::TestContext& testCtx, in AmberTestCase() function in vkt::cts_amber::AmberTestCase
57 AmberTestCase::~AmberTestCase (void) in ~AmberTestCase()
62 TestInstance* AmberTestCase::createInstance (Context& ctx) const in createInstance()
138 void AmberTestCase::delayedInit(void) in delayedInit()
148 void AmberTestCase::checkSupport(Context& ctx) const in checkSupport()
285 bool AmberTestCase::parse (const std::string& readFilename) in parse()
318 void AmberTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
453 void AmberTestCase
[all...]
H A DvktAmberTestCase.hpp65 class AmberTestCase : public TestCase class
68 AmberTestCase (tcu::TestContext& testCtx,
73 virtual ~AmberTestCase (void);
136 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
H A DvktAmberDepthTests.cpp47 class DepthTestCase : public AmberTestCase
57 : AmberTestCase(testCtx, name, description, readFilename), in DepthTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSubgroupLodTests.cpp42 cts_amber::AmberTestCase* testCaseLod = cts_amber::createAmberTestCase(testCtx, "texturelod", "texture/subgroup_lod", "texture_lod.amber"); in populateSubgroupLodTests()
43 cts_amber::AmberTestCase* testCaseGrad = cts_amber::createAmberTestCase(testCtx, "texturegrad", "texture/subgroup_lod", "texture_grad.amber"); in populateSubgroupLodTests()
44 cts_amber::AmberTestCase* testCaseFetch = cts_amber::createAmberTestCase(testCtx, "texelfetch", "texture/subgroup_lod", "texel_fetch.amber"); in populateSubgroupLodTests()
H A DvktTextureTexelBufferTests.cpp95 cts_amber::AmberTestCase* testCase = in createUniformTexelBufferTests()
126 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createUniformTexelBufferTests()
167 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, c.testName.c_str(), in createUniformTexelBufferTests()
H A DvktTextureTexelOffsetTests.cpp49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSubgroupLodTests.cpp42 cts_amber::AmberTestCase* testCaseLod = cts_amber::createAmberTestCase(testCtx, "texturelod", "", "texture/subgroup_lod", "texture_lod.amber"); in populateSubgroupLodTests()
43 cts_amber::AmberTestCase* testCaseGrad = cts_amber::createAmberTestCase(testCtx, "texturegrad", "", "texture/subgroup_lod", "texture_grad.amber"); in populateSubgroupLodTests()
44 cts_amber::AmberTestCase* testCaseFetch = cts_amber::createAmberTestCase(testCtx, "texelfetch", "", "texture/subgroup_lod", "texel_fetch.amber"); in populateSubgroupLodTests()
H A DvktTextureTexelBufferTests.cpp95 cts_amber::AmberTestCase* testCase = in createUniformTexelBufferTests()
125 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createUniformTexelBufferTests()
166 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, c.testName.c_str(), "", in createUniformTexelBufferTests()
H A DvktTextureTexelOffsetTests.cpp49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests()
119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests()
H A DvktDrawDepthBiasTests.cpp65 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), dataDir, fileName, requirements); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests()
119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests()
H A DvktDrawShaderInvocationTests.cpp59 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, "helper_invocation", "", dataDir, "helper_invocation.amber"); in createTests()
H A DvktDrawDepthBiasTests.cpp65 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), "", dataDir, fileName, requirements); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSignedIntCompareTests.cpp61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
H A DvktSpvAsmSignedOpTests.cpp76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
H A DvktSpvAsmPtrAccessChainTests.cpp55 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createTests()
H A DvktSpvAsmVectorShuffleTests.cpp54 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, data_dir, file, cases[i].requirements); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSignedIntCompareTests.cpp61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
H A DvktSpvAsmSignedOpTests.cpp76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()

Completed in 14 milliseconds

12