Home
last modified time | relevance | path

Searched refs:maxRayRecursionDepth (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_ray_tracing_pipeline.txt137 ** renamed pname:maxRecursionDepth to pname:maxRayRecursionDepth and it
292 (pipeline creation) and pname:maxRayRecursionDepth (limit) to reduce
358 maxRayRecursionDepth (#2203,!3937)
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Draytracing.txt80 <<limits-maxRayRecursionDepth, pname:maxRayRecursionDepth>> limit.
Dlimits.txt2522 * [[limits-maxRayRecursionDepth]] pname:maxRayRecursionDepth is the
3389 | code:uint32_t | pname:maxRayRecursionDepth | `apiext:VK_KHR_ray_tr…
3685 | slink:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayRecursionDepth | - | 1 …
Dpipelines.txt3021 slink:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayRecursionDepth
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp1073 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < 2) in checkSupport()
DvktRayTracingMiscTests.cpp8780 if (rayTracingPipelinePropertiesKHR.maxRayRecursionDepth < nLevels) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2855 …tMaxRecursionDepth (void) { return m_rayTracingPipelineProperties.maxRayRecursionDepth; } in getMaxRecursionDepth()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5919 uint32_t maxRayRecursionDepth; member
DvkVulkan_c.inl14496 deUint32 maxRayRecursionDepth; member
DvkStrUtilImpl.inl12481 s << "\tmaxRayRecursionDepth = " << value.maxRayRecursionDepth << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2507 props->maxRayRecursionDepth = 31; /* Minimum allowed for DXR. */ in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h12530 uint32_t maxRayRecursionDepth; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h13534 uint32_t maxRayRecursionDepth; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h13606 uint32_t maxRayRecursionDepth; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h13327 uint32_t maxRayRecursionDepth; member
Dvulkan_structs.hpp50063 , maxRayRecursionDepth( maxRayRecursionDepth_ )
50109 ( maxRayRecursionDepth == rhs.maxRayRecursionDepth ) && in operator ==()
50128 uint32_t maxRayRecursionDepth = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14890 uint32_t maxRayRecursionDepth; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h17051 uint32_t maxRayRecursionDepth; member
Dvulkan_structs.hpp70171 , maxRayRecursionDepth( maxRayRecursionDepth_ )
70228 maxRayRecursionDepth, in reflect()
70247 …( maxRayRecursionDepth == rhs.maxRayRecursionDepth ) && ( maxShaderGroupStride == rhs.maxShaderGro… in operator ==()
70264 uint32_t maxRayRecursionDepth = {}; member
Dvulkan_hash.hpp9593 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth ); in operator ()()