Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc312 There must be no more than `maxResourceDescriptorBufferBindings` descriptor buffers containing reso…
554 uint32_t maxResourceDescriptorBufferBindings;
590 * `maxResourceDescriptorBufferBindings` defines the maximum number of resource descriptor buffers t…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3545 * [[limits-maxResourceDescriptorBufferBindings]]
3546 pname:maxResourceDescriptorBufferBindings indicates the maximum number
4760 | code:uint32_t | pname:maxResourceDescriptorBufferBindings | `<<VK_EXT_descripto…
5227 | pname:maxResourceDescriptorBufferBindings | - | 1 | min
Ddescriptorsets.adoc6016 * [[VUID-vkCmdBindDescriptorBuffersEXT-maxResourceDescriptorBufferBindings-08049]]
6018 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:maxResourceDescriptorBufferBindings
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14908 uint32_t maxResourceDescriptorBufferBindings; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7218 …H_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings ); in operator ()()