Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dtrace_rays_limits_common.adoc23 sname:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayDispatchInvocationCount
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_ray_tracing_pipeline.adoc141 ** added pname:maxRayDispatchInvocationCount,
253 * Added pname:maxRayDispatchInvocationCount limit to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc2892 * pname:maxRayDispatchInvocationCount is the maximum number of ray
4715 | code:uint32_t | pname:maxRayDispatchInvocationCount | `apiext:VK_KHR_ray_tr…
5171 | pname:maxRayDispatchInvocationCount | - | 2^30^ | min
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17914 uint32_t maxRayDispatchInvocationCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp9546 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()