Home
last modified time | relevance | path

Searched refs:RayQueryASBasicTestCase (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp1502 class RayQueryASBasicTestCase : public TestCase class
1505RayQueryASBasicTestCase (tcu::TestContext& context, const char* name, const char* desc, const Tes…
1506 ~RayQueryASBasicTestCase (void);
1515 class RayQueryASFuncArgTestCase : public RayQueryASBasicTestCase
1543 RayQueryASBasicTestCase::RayQueryASBasicTestCase (tcu::TestContext& context, const char* name, cons… in RayQueryASBasicTestCase() function in vkt::RayQuery::__anon9b1822880111::RayQueryASBasicTestCase
1549 RayQueryASBasicTestCase::~RayQueryASBasicTestCase (void) in ~RayQueryASBasicTestCase()
1553 void RayQueryASBasicTestCase::checkSupport (Context& context) const in checkSupport()
1603 void RayQueryASBasicTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
2131 TestInstance* RayQueryASBasicTestCase::createInstance (Context& context) const in createInstance()
2137 : RayQueryASBasicTestCase (context, name, desc, data) in RayQueryASFuncArgTestCase()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp1511 class RayQueryASBasicTestCase : public TestCase class
1514RayQueryASBasicTestCase (tcu::TestContext& context, const char* name, const TestParams& data);
1515 ~RayQueryASBasicTestCase (void);
1524 class RayQueryASFuncArgTestCase : public RayQueryASBasicTestCase
1552 RayQueryASBasicTestCase::RayQueryASBasicTestCase (tcu::TestContext& context, const char* name, cons… in RayQueryASBasicTestCase() function in vkt::RayQuery::__anonc7f207e80111::RayQueryASBasicTestCase
1558 RayQueryASBasicTestCase::~RayQueryASBasicTestCase (void) in ~RayQueryASBasicTestCase()
1562 void RayQueryASBasicTestCase::checkSupport (Context& context) const in checkSupport()
1612 void RayQueryASBasicTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
2142 TestInstance* RayQueryASBasicTestCase::createInstance (Context& context) const in createInstance()
2148 : RayQueryASBasicTestCase (context, name, data) in RayQueryASFuncArgTestCase()
[all …]