Home
last modified time | relevance | path

Searched refs:testTypeNdx (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp755 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in createTraversalControlTests() local
757 …if (hitShaderTestTypes[shaderTestNdx].onlyAabbTest && bottomTestTypes[testTypeNdx].testType != BTT… in createTraversalControlTests()
765 bottomTestTypes[testTypeNdx].testType, in createTraversalControlTests()
768 …(new TraversalControlTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", test… in createTraversalControlTests()
DvktRayTracingMemGuaranteeTests.cpp811 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createMemGuaranteeTests() local
813 …cu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNdx].name, "")); in createMemGuaranteeTests()
824 testTypes[testTypeNdx].testType, // TestType testType; in createMemGuaranteeTests()
DvktRayTracingCaptureReplayTests.cpp1419 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in addReplayShaderBindingTablesTests() local
1423 testTypes[testTypeNdx].testType, in addReplayShaderBindingTablesTests()
1433 …aptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in addReplayShaderBindingTablesTests()
1493 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addReplayAccelerationStruturesTests() local
1503 bottomTestTypes[testTypeNdx].testType, in addReplayAccelerationStruturesTests()
1509 …yTracingCaptureReplayTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", test… in addReplayAccelerationStruturesTests()
DvktRayTracingComplexControlFlowTests.cpp1751 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createComplexControlFlowTests() local
1753 const TestType testType = testTypes[testTypeNdx].testType; in createComplexControlFlowTests()
1754 …u::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypes[testTypeNdx].name, "")); in createComplexControlFlowTests()
DvktRayTracingAccelerationStructuresTests.cpp3213 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addOperationTestsImpl() local
3223 bottomTestTypes[testTypeNdx].testType, in addOperationTestsImpl()
3240 …new RayTracingASBasicTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", test… in addOperationTestsImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1878 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() local
1882 testTypes[testTypeNdx].test, in createLayeredRenderingTests()
1887 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests()
1888 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests()
1889 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests()
1891 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests()
1893 …TypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].description, c… in createLayeredRenderingTests()
1896 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryCullRayFlagsTests.cpp2102 …for (size_t testTypeNdx = 0; testTypeNdx < shaderTestTypes[shaderTestNdx].flag.size(); ++testTypeN… in createCullRayFlagsTests() local
2104 …tTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "")); in createCullRayFlagsTests()
2106 const auto& flags = shaderTestTypes[shaderTestNdx].flag[testTypeNdx]; in createCullRayFlagsTests()
2122 bottomTestTypes[testTypeNdx].testType in createCullRayFlagsTests()
DvktRayQueryTraversalControlTests.cpp2058 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in createTraversalControlTests() local
2067 bottomTestTypes[testTypeNdx].testType in createTraversalControlTests()
2069 …QueryTraversalControlTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", test… in createTraversalControlTests()
DvktRayQueryWatertightnessTests.cpp2263 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() local
2265 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createWatertightnessTests()
2266 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
DvktRayQueryBuiltinTests.cpp5978 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() local
5980 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createBuiltinTests()
5981 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests()
5993 const bool single = testTypeNdx == TEST_TYPE_FLOW in createBuiltinTests()
6089 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() local
6091 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createAdvancedTests()
6092 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
DvktRayQueryAccelerationStructuresTests.cpp3724 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(bottomTestTypes); ++testTypeNdx) in addOperationTestsImpl() local
3736 bottomTestTypes[testTypeNdx].testType, in addOperationTestsImpl()
3751 …d(new RayQueryASBasicTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", test… in addOperationTestsImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2511 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests() local
2513 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createDescriptorUpdateASTests()
2514 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp4199 for (int testTypeNdx = TEST_TYPE_VIEW_MASK; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in multiViewRenderCreateTests() local
4201 …estCaseGroup> groupShader (new tcu::TestCaseGroup(testCtx, shaderName[testTypeNdx].c_str(), "")); in multiViewRenderCreateTests()
4202 const TestType testType = static_cast<TestType>(testTypeNdx); in multiViewRenderCreateTests()
4207 …if ((testTypeNdx == TEST_TYPE_INPUT_ATTACHMENTS) && (renderPassType == RENDERING_TYPE_DYNAMIC_REND… in multiViewRenderCreateTests()
4210 if (testTypeNdx == TEST_TYPE_DEPTH || in multiViewRenderCreateTests()
4211 testTypeNdx == TEST_TYPE_DEPTH_DIFFERENT_RANGES || in multiViewRenderCreateTests()
4212 testTypeNdx == TEST_TYPE_STENCIL) in multiViewRenderCreateTests()