/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 268 class RayTracingTestCase : public TestCase class 271 …RayTracingTestCase (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()
|
D | vktRayTracingBuildLargeTests.cpp | 174 class RayTracingTestCase : public TestCase class 177 …RayTracingTestCase (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 …]
|
D | vktRayTracingMemGuaranteeTests.cpp | 215 class RayTracingTestCase : public TestCase class 218 …RayTracingTestCase (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 …]
|
D | vktRayTracingBuildTests.cpp | 162 class RayTracingTestCase : public TestCase class 165 …RayTracingTestCase (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 …]
|
D | vktRayTracingBuildIndirectTests.cpp | 205 class RayTracingTestCase : public TestCase class 208 …RayTracingTestCase (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()
|
D | vktRayTracingWatertightnessTests.cpp | 206 class RayTracingTestCase : public TestCase class 209 …RayTracingTestCase(tcu::TestContext& context, const char* name, const char* desc, const CaseDef da… 210 ~RayTracingTestCase(void); 221 …RayTracingTestCase::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()
|
D | vktRayTracingMiscTests.cpp | 8685 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 …]
|
D | vktRayTracingBuiltinTests.cpp | 279 class RayTracingTestCase : public TestCase class 282 …RayTracingTestCase (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 …]
|