Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc309 There must be no more than `maxSamplerDescriptorBufferBindings` descriptor buffers containing sampl…
555 uint32_t maxSamplerDescriptorBufferBindings;
591 * `maxSamplerDescriptorBufferBindings` defines the maximum number of sampler descriptor buffers tha…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3548 * [[limits-maxSamplerDescriptorBufferBindings]]
3549 pname:maxSamplerDescriptorBufferBindings indicates the maximum number of
4761 | code:uint32_t | pname:maxSamplerDescriptorBufferBindings | `<<VK_EXT_descripto…
5228 | pname:maxSamplerDescriptorBufferBindings | - | 1 | min
Ddescriptorsets.adoc6012 * [[VUID-vkCmdBindDescriptorBuffersEXT-maxSamplerDescriptorBufferBindings-08048]]
6014 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:maxSamplerDescriptorBufferBindings
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14909 uint32_t maxSamplerDescriptorBufferBindings; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7219 …SH_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.maxSamplerDescriptorBufferBindings ); in operator ()()