Home
last modified time | relevance | path

Searched refs:maxRayRecursionDepth (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp1073 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < 2) in checkSupport()
1074 TCU_THROW(NotSupportedError, "rayTracingPipelinePropertiesKHR.maxRayRecursionDepth is smaller than required"); in checkSupport()
H A DvktRayTracingMiscTests.cpp9021 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < nLevels)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp1073 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < 2) in checkSupport()
1074 TCU_THROW(NotSupportedError, "rayTracingPipelinePropertiesKHR.maxRayRecursionDepth is smaller than required"); in checkSupport()
H A DvktRayTracingMiscTests.cpp8780 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < nLevels)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1866 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < 2 && testParams.testType == TEST_TYPE_USING_RAY_TRACING && (testParams.stage == VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR || testParams.stage == VK_SHADER_STAGE_MISS_BIT_KHR)) in checkSupport()
1867 TCU_THROW(NotSupportedError, "rayTracingPipelinePropertiesKHR.maxRayRecursionDepth is smaller than required"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp1866 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < 2 && testParams.testType == TEST_TYPE_USING_RAY_TRACING && (testParams.stage == VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR || testParams.stage == VK_SHADER_STAGE_MISS_BIT_KHR)) in checkSupport()
1867 TCU_THROW(NotSupportedError, "rayTracingPipelinePropertiesKHR.maxRayRecursionDepth is smaller than required"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp3909 uint32_t getMaxRecursionDepth (void) override { return m_rayTracingPipelineProperties.maxRayRecursionDepth; }
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2507 props->maxRayRecursionDepth = 31; /* Minimum allowed for DXR. */ in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h12530 uint32_t maxRayRecursionDepth; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp50128 uint32_t maxRayRecursionDepth = {}; global() member
[all...]
H A Dvulkan_core.h13327 uint32_t maxRayRecursionDepth; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h14890 uint32_t maxRayRecursionDepth; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h13534 uint32_t maxRayRecursionDepth; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h19211 uint32_t maxRayRecursionDepth; member
H A Dvulkan_hash.hpp10698 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth );
H A Dvulkan_structs.hpp[all...]

Completed in 373 milliseconds