Searched refs:bottomTestTypes (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryStressTests.cpp | 540 } bottomTestTypes[] = { in createRayQueryStressTests() local 551 …for (size_t bottomTestNdx = 0; bottomTestNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++bottomTestNd… in createRayQueryStressTests() 564 testParams.testType = bottomTestTypes[bottomTestNdx].testType; in createRayQueryStressTests() 566 … group->getTestContext(), bottomTestTypes[bottomTestNdx].name, rayQueryTestParams, testParams)); in createRayQueryStressTests()
|
D | vktRayQueryAccelerationStructuresTests.cpp | 3517 } bottomTestTypes[] = { in addBasicBuildingTests() local 3599 for (size_t bottomNdx = 0; bottomNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++bottomNdx) in addBasicBuildingTests() 3602 … new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[bottomNdx].name)); in addBasicBuildingTests() 3648 bottomTestTypes[bottomNdx].testType, in addBasicBuildingTests() 3650 bottomTestTypes[bottomNdx].usesAOP, in addBasicBuildingTests() 3946 } bottomTestTypes[] = { in addOperationTestsImpl() local 3981 … for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addOperationTestsImpl() 3995 bottomTestTypes[testTypeNdx].testType, in addOperationTestsImpl() 4013 … group->getTestContext(), bottomTestTypes[testTypeNdx].name, testParams)); in addOperationTestsImpl()
|
D | vktRayQueryTraversalControlTests.cpp | 2129 } bottomTestTypes[] = { in createTraversalControlTests() local 2144 … for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in createTraversalControlTests() 2151 bottomTestTypes[testTypeNdx].testType}; in createTraversalControlTests() 2153 group->getTestContext(), bottomTestTypes[testTypeNdx].name, testParams)); in createTraversalControlTests()
|
D | vktRayQueryCullRayFlagsTests.cpp | 2202 } bottomTestTypes[] = { in createCullRayFlagsTests() local 2220 … new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[testTypeNdx].name)); in createCullRayFlagsTests() 2236 bottomTestTypes[testTypeNdx].testType}; in createCullRayFlagsTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTraversalControlTests.cpp | 785 } bottomTestTypes[] = { in createTraversalControlTests() local 795 … for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in createTraversalControlTests() 797 …if (hitShaderTestTypes[shaderTestNdx].onlyAabbTest && bottomTestTypes[testTypeNdx].testType != BTT… in createTraversalControlTests() 801 bottomTestTypes[testTypeNdx].testType, in createTraversalControlTests() 804 …new TraversalControlTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, testParam… in createTraversalControlTests()
|
D | vktRayTracingCaptureReplayTests.cpp | 1573 } bottomTestTypes[] = { in addReplayAccelerationStruturesTests() local 1594 … for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addReplayAccelerationStruturesTests() 1606 bottomTestTypes[testTypeNdx].testType, in addReplayAccelerationStruturesTests() 1612 group->getTestContext(), bottomTestTypes[testTypeNdx].name, testParams)); in addReplayAccelerationStruturesTests()
|
D | vktRayTracingAccelerationStructuresTests.cpp | 5125 } bottomTestTypes[] = { in addBasicBuildingTests() local 5202 for (size_t bottomNdx = 0; bottomNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++bottomNdx) in addBasicBuildingTests() 5205 new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[bottomNdx].name)); in addBasicBuildingTests() 5248 bottomTestTypes[bottomNdx].testType, in addBasicBuildingTests() 5250 bottomTestTypes[bottomNdx].usesAOP, in addBasicBuildingTests() 5432 } bottomTestTypes[] = { in addOperationTestsImpl() local 5462 … for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addOperationTestsImpl() 5474 bottomTestTypes[testTypeNdx].testType, in addOperationTestsImpl() 5497 group->getTestContext(), bottomTestTypes[testTypeNdx].name, testParams)); in addOperationTestsImpl()
|