/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTraversalControlTests.cpp | 755 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()
|
D | vktRayTracingMemGuaranteeTests.cpp | 811 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()
|
D | vktRayTracingCaptureReplayTests.cpp | 1419 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()
|
D | vktRayTracingComplexControlFlowTests.cpp | 1751 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingTraversalControlTests.cpp | 755 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()
|
D | vktRayTracingMemGuaranteeTests.cpp | 811 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()
|
D | vktRayTracingCaptureReplayTests.cpp | 1419 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()
|
D | vktRayTracingComplexControlFlowTests.cpp | 1751 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1886 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() local 1890 testTypes[testTypeNdx].test, in createLayeredRenderingTests() 1895 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests() 1896 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests() 1897 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests() 1899 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests() 1901 …TypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].description, c… in createLayeredRenderingTests() 1904 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1886 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() local 1890 testTypes[testTypeNdx].test, in createLayeredRenderingTests() 1895 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests() 1896 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests() 1897 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests() 1899 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests() 1901 …TypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].description, c… in createLayeredRenderingTests() 1904 …FunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].… in createLayeredRenderingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoCapabilitiesTests.cpp | 1142 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoCapabilitiesTests() local 1144 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoCapabilitiesTests()
|
D | vktVideoDecodeTests.cpp | 1220 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoDecodeTests() local 1222 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoDecodeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoCapabilitiesTests.cpp | 1142 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoCapabilitiesTests() local 1144 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoCapabilitiesTests()
|
D | vktVideoDecodeTests.cpp | 1220 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoDecodeTests() local 1222 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoDecodeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryCullRayFlagsTests.cpp | 2102 …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()
|
D | vktRayQueryTraversalControlTests.cpp | 2058 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()
|
D | vktRayQueryBuiltinTests.cpp | 5946 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() local 5948 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createBuiltinTests() 5949 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() 5961 const bool single = testTypeNdx == TEST_TYPE_FLOW in createBuiltinTests() 6057 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() local 6059 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createAdvancedTests() 6060 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
|
D | vktRayQueryWatertightnessTests.cpp | 2234 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() local 2236 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createWatertightnessTests() 2237 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryCullRayFlagsTests.cpp | 2102 …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()
|
D | vktRayQueryTraversalControlTests.cpp | 2058 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()
|
D | vktRayQueryBuiltinTests.cpp | 5946 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() local 5948 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createBuiltinTests() 5949 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() 5961 const bool single = testTypeNdx == TEST_TYPE_FLOW in createBuiltinTests() 6057 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() local 6059 …p> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createAdvancedTests() 6060 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
|
D | vktRayQueryWatertightnessTests.cpp | 2234 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() local 2236 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createWatertightnessTests() 2237 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 2485 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests() local 2487 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createDescriptorUpdateASTests() 2488 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 2485 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests() local 2487 … testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createDescriptorUpdateASTests() 2488 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 4463 for (int testTypeNdx = TEST_TYPE_VIEW_MASK; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in multiViewRenderCreateTests() local 4465 …estCaseGroup> groupShader (new tcu::TestCaseGroup(testCtx, shaderName[testTypeNdx].c_str(), "")); in multiViewRenderCreateTests() 4466 const TestType testType = static_cast<TestType>(testTypeNdx); in multiViewRenderCreateTests() 4471 …if ((testTypeNdx == TEST_TYPE_INPUT_ATTACHMENTS) && (renderPassType == RENDERING_TYPE_DYNAMIC_REND… in multiViewRenderCreateTests() 4474 if (testTypeNdx == TEST_TYPE_DEPTH || in multiViewRenderCreateTests() 4475 testTypeNdx == TEST_TYPE_DEPTH_DIFFERENT_RANGES || in multiViewRenderCreateTests() 4476 testTypeNdx == TEST_TYPE_STENCIL) in multiViewRenderCreateTests()
|