Home
last modified time | relevance | path

Searched refs:maxPipelineRayRecursionDepth (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dtrace_rays_common_khr.adoc8 * [[VUID-{refpage}-maxPipelineRayRecursionDepth-03679]]
11 depth>> greater than the value of pname:maxPipelineRayRecursionDepth
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytracing.adoc95 pname:maxPipelineRayRecursionDepth specified in the pipeline.
942 pname:maxPipelineRayRecursionDepth) {times}
945 pname:maxPipelineRayRecursionDepth-1) {times}
Dpipelines.adoc6280 * pname:maxPipelineRayRecursionDepth is the <<ray-tracing-recursion-depth,
6353 * [[VUID-VkRayTracingPipelineCreateInfoKHR-maxPipelineRayRecursionDepth-03589]]
6354 pname:maxPipelineRayRecursionDepth must: be less than or equal to
6365 with the value of pname:maxPipelineRayRecursionDepth equal to that in
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17887 uint32_t maxPipelineRayRecursionDepth; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11877 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth ); in operator ()()