Searched refs:RayQueryASFuncArgTestCase (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| D | vktRayQueryAccelerationStructuresTests.cpp | 1524 class RayQueryASFuncArgTestCase : public RayQueryASBasicTestCase class 1527 … RayQueryASFuncArgTestCase (tcu::TestContext& context, const char* name, const TestParams& data); 1528 ~RayQueryASFuncArgTestCase (void) {} in ~RayQueryASFuncArgTestCase() 2147 RayQueryASFuncArgTestCase::RayQueryASFuncArgTestCase (tcu::TestContext& context, const char* name, … in RayQueryASFuncArgTestCase() function in vkt::RayQuery::__anonc7f207e80111::RayQueryASFuncArgTestCase 2152 void RayQueryASFuncArgTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 3898 group->addChild(new RayQueryASFuncArgTestCase(ctx, buildTypes[buildTypeNdx].name, testParams)); in addFuncArgTests() 4080 …buildTypeGroup->addChild(new RayQueryASFuncArgTestCase(ctx, operationTypes[operationTypesIdx].name… in addInstanceUpdateTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| D | vktRayQueryAccelerationStructuresTests.cpp | 1515 class RayQueryASFuncArgTestCase : public RayQueryASBasicTestCase class 1518 …RayQueryASFuncArgTestCase (tcu::TestContext& context, const char* name, const char* desc, const T… 1519 ~RayQueryASFuncArgTestCase (void) {} in ~RayQueryASFuncArgTestCase() 2136 RayQueryASFuncArgTestCase::RayQueryASFuncArgTestCase (tcu::TestContext& context, const char* name, … in RayQueryASFuncArgTestCase() function in vkt::RayQuery::__anon9b1822880111::RayQueryASFuncArgTestCase 2141 void RayQueryASFuncArgTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 3838 …group->addChild(new RayQueryASFuncArgTestCase(ctx, buildTypes[buildTypeNdx].name, "", testParams)); in addFuncArgTests()
|