Home
last modified time | relevance | path

Searched refs:RayTracingTestCase (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp268 class RayTracingTestCase : public TestCase class
271RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef d…
272 ~RayTracingTestCase (void);
282 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anonea44ae0d0111::RayTracingTestCase
288 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
292 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
326 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
404 TestInstance* RayTracingTestCase::createInstance (Context& context) const in createInstance()
558 group->addChild(new RayTracingTestCase(testCtx, "test", "", caseDef)); in createNullAccelerationStructureTests()
DvktRayTracingBuildLargeTests.cpp174 class RayTracingTestCase : public TestCase class
177RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef d…
178 ~RayTracingTestCase (void);
189 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anonf2a3d5b90111::RayTracingTestCase
196 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
200 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
220 std::string RayTracingTestCase::generateDummyWork (const deUint32 shaderNdx) const in generateDummyWork()
237 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
280 TestInstance* RayTracingTestCase::createInstance (Context& context) const in createInstance()
596 buildTypeGroup->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef)); in createBuildLargeShaderSetTests()
[all …]
DvktRayTracingMemGuaranteeTests.cpp215 class RayTracingTestCase : public TestCase class
218RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef…
219 ~RayTracingTestCase (void);
233 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anon7dee2a390111::RayTracingTestCase
240 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
244 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
259 const std::string RayTracingTestCase::getIntersectionPassthrough (void) in getIntersectionPassthrough()
274 const std::string RayTracingTestCase::getMissPassthrough (void) in getMissPassthrough()
288 const std::string RayTracingTestCase::getHitPassthrough (void) in getHitPassthrough()
303 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
[all …]
DvktRayTracingBuildTests.cpp162 class RayTracingTestCase : public TestCase class
165RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef d…
166 ~RayTracingTestCase (void);
176 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anoncda4fd6e0111::RayTracingTestCase
183 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
187 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
207 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
260 TestInstance* RayTracingTestCase::createInstance (Context& context) const in createInstance()
676 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef)); in createBuildTests()
707 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef)); in createBuildTests()
[all …]
DvktRayTracingBuildIndirectTests.cpp205 class RayTracingTestCase : public TestCase class
208RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef d…
209 ~RayTracingTestCase (void);
219 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anona506d0a00111::RayTracingTestCase
226 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
230 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
244 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
355 TestInstance* RayTracingTestCase::createInstance (Context& context) const in createInstance()
696 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef)); in createBuildIndirectTests()
DvktRayTracingWatertightnessTests.cpp206 class RayTracingTestCase : public TestCase class
209RayTracingTestCase(tcu::TestContext& context, const char* name, const char* desc, const CaseDef da…
210 ~RayTracingTestCase(void);
221RayTracingTestCase::RayTracingTestCase(tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anon9cf7fd5a0111::RayTracingTestCase
228 RayTracingTestCase::~RayTracingTestCase(void) in ~RayTracingTestCase()
232 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
259 void RayTracingTestCase::initPrograms(SourceCollections& programCollection) const in initPrograms()
378 TestInstance* RayTracingTestCase::createInstance(Context& context) const in createInstance()
833 …group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef, false /* useClosedF… in createWatertightnessTests()
867 …group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef, true /* useClosedFa… in createWatertightnessTests()
DvktRayTracingMiscTests.cpp8685 class RayTracingTestCase : public TestCase class
8688 RayTracingTestCase ( tcu::TestContext& context,
8692 ~RayTracingTestCase ( void);
8703 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, in RayTracingTestCase() function in vkt::RayTracing::RayTracingTestCase
8715 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
8719 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
8787 void RayTracingTestCase::initPrograms(SourceCollections& programCollection) const in initPrograms()
8998 TestInstance* RayTracingTestCase::createInstance (Context& context) const in createInstance()
9253 auto newTestCasePtr = new RayTracingTestCase( testCtx, in createMiscTests()
9267 auto newTestCasePtr = new RayTracingTestCase( testCtx, in createMiscTests()
[all …]
DvktRayTracingBuiltinTests.cpp279 class RayTracingTestCase : public TestCase class
282RayTracingTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef…
283 ~RayTracingTestCase (void);
297 RayTracingTestCase::RayTracingTestCase (tcu::TestContext& context, const char* name, const char* de… in RayTracingTestCase() function in vkt::RayTracing::__anona06301d50111::RayTracingTestCase
303 RayTracingTestCase::~RayTracingTestCase (void) in ~RayTracingTestCase()
307 void RayTracingTestCase::checkSupport(Context& context) const in checkSupport()
331 const std::string RayTracingTestCase::getIntersectionPassthrough (void) in getIntersectionPassthrough()
346 const std::string RayTracingTestCase::getMissPassthrough (void) in getMissPassthrough()
360 const std::string RayTracingTestCase::getHitPassthrough (void) in getHitPassthrough()
375 void RayTracingTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
[all …]