/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCaseUtil.cpp | 119 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 D | vktAmberTestCase.hpp | 65 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 D | vktAmberTestCase.cpp | 47 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 D | vktAmberDepthTests.cpp | 47 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 D | vktAmberTestCaseUtil.cpp | 119 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 D | vktAmberTestCase.cpp | 47 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 D | vktAmberTestCase.hpp | 65 class AmberTestCase : public TestCase class 68 AmberTestCase (tcu::TestContext& testCtx, 73 virtual ~AmberTestCase (void); 136 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
|
H A D | vktAmberDepthTests.cpp | 47 class DepthTestCase : public AmberTestCase 57 : AmberTestCase(testCtx, name, description, readFilename), in DepthTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSubgroupLodTests.cpp | 42 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 D | vktTextureTexelBufferTests.cpp | 95 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 D | vktTextureTexelOffsetTests.cpp | 49 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 D | vktTextureSubgroupLodTests.cpp | 42 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 D | vktTextureTexelBufferTests.cpp | 95 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 D | vktTextureTexelOffsetTests.cpp | 49 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 D | vktDrawOutputLocationTests.cpp | 97 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 D | vktDrawDepthBiasTests.cpp | 65 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 D | vktDrawOutputLocationTests.cpp | 97 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 D | vktDrawShaderInvocationTests.cpp | 59 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, "helper_invocation", "", dataDir, "helper_invocation.amber"); in createTests()
|
H A D | vktDrawDepthBiasTests.cpp | 65 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 D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
|
H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
|
H A D | vktSpvAsmPtrAccessChainTests.cpp | 55 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createTests()
|
H A D | vktSpvAsmVectorShuffleTests.cpp | 54 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 D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
|
H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
|