Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_acceleration_structure.adoc158 pname:maxPrimitiveCount, added per stage and update after bind limits)
428 ** clarify that pname:maxPrimitiveCount limit should apply to triangles
DVK_KHR_ray_tracing_pipeline.adoc183 to pname:maxPrimitiveCount, added
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc2811 * [[limits-maxPrimitiveCount]] pname:maxPrimitiveCount is the maximum
2857 <<limits-maxPrimitiveCount, pname:maxPrimitiveCount>> must: not exceed
5159 | pname:maxPrimitiveCount | - | 2^29^-1 | min
Daccelstructures.adoc606 slink:VkPhysicalDeviceAccelerationStructurePropertiesKHR::pname:maxPrimitiveCount
612 slink:VkPhysicalDeviceAccelerationStructurePropertiesKHR::pname:maxPrimitiveCount
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17685 uint64_t maxPrimitiveCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6722 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceAccelerationStructurePropertiesKHR.maxPrimitiveCount ); in operator ()()