Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_ray_tracing_pipeline.adoc138 ** renamed pname:maxRecursionDepth to pname:maxRayRecursionDepth and it
293 (pipeline creation) and pname:maxRayRecursionDepth (limit) to reduce
372 maxRayRecursionDepth (#2203,!3937)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytracing.adoc85 <<limits-maxRayRecursionDepth, pname:maxRayRecursionDepth>> limit.
Dlimits.adoc2884 * [[limits-maxRayRecursionDepth]] pname:maxRayRecursionDepth is the
4713 | code:uint32_t | pname:maxRayRecursionDepth | `apiext:VK_KHR_ray_tr…
5149 | slink:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayRecursionDepth | - | 1 …
Dpipelines.adoc6355 slink:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayRecursionDepth
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17910 uint32_t maxRayRecursionDepth; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp9542 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth ); in operator ()()