Home
last modified time | relevance | path

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

12

/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1886 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/
DvktGeometryLayeredRenderingTests.cpp1886 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/
DvktVideoCapabilitiesTests.cpp1142 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoCapabilitiesTests() local
1144 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoCapabilitiesTests()
DvktVideoDecodeTests.cpp1220 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/
DvktVideoCapabilitiesTests.cpp1142 for (int testTypeNdx = 0; testTypeNdx < TEST_TYPE_LAST; ++testTypeNdx) in createVideoCapabilitiesTests() local
1144 const TestType testType = static_cast<TestType>(testTypeNdx); in createVideoCapabilitiesTests()
DvktVideoDecodeTests.cpp1220 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/
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()
DvktRayQueryBuiltinTests.cpp5946 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()
DvktRayQueryWatertightnessTests.cpp2234 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/
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()
DvktRayQueryBuiltinTests.cpp5946 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()
DvktRayQueryWatertightnessTests.cpp2234 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/
DvktBindingDescriptorUpdateASTests.cpp2485 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/
DvktBindingDescriptorUpdateASTests.cpp2485 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/
DvktMultiViewRenderTests.cpp4463 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()

12