Searched refs:BarrierTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 341 class BarrierTestCase : public vkt::TestCase class 344 BarrierTestCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& testParams); 345 virtual ~BarrierTestCase (void) {} in ~BarrierTestCase() 367 BarrierTestCase::BarrierTestCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& testParams) in BarrierTestCase() function in vkt::RayTracing::__anon28493::BarrierTestCase 373 void BarrierTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 795 TestInstance* BarrierTestCase::createInstance (Context& context) const in createInstance() 800 void BarrierTestCase::checkSupport (Context& context) const in checkSupport() 1716 barrierTypeGroup->addChild(new BarrierTestCase(testCtx, testName, TestParams(resourceType, writerStage, readerStage, barrierType))); in createBarrierTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 341 class BarrierTestCase : public vkt::TestCase class 344 BarrierTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& testParams); 345 virtual ~BarrierTestCase (void) {} in ~BarrierTestCase() 367 BarrierTestCase::BarrierTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& testParams) in BarrierTestCase() function in vkt::RayTracing::__anon29682::BarrierTestCase 373 void BarrierTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 795 TestInstance* BarrierTestCase::createInstance (Context& context) const in createInstance() 800 void BarrierTestCase::checkSupport (Context& context) const in checkSupport() 1715 barrierTypeGroup->addChild(new BarrierTestCase(testCtx, testName, "", TestParams(resourceType, writerStage, readerStage, barrierType))); in createBarrierTests()
|
Completed in 7 milliseconds