Home
last modified time | relevance | path

Searched refs:maxEmbeddedImmutableSamplerBindings (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc378 There must be no more than `maxEmbeddedImmutableSamplerBindings` embedded immutable sampler sets bo…
556 uint32_t maxEmbeddedImmutableSamplerBindings;
592 * `maxEmbeddedImmutableSamplerBindings` defines the maximum number of embedded immutable samplers s…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3551 * [[limits-maxEmbeddedImmutableSamplerBindings]]
3552 pname:maxEmbeddedImmutableSamplerBindings indicates the maximum number
4762 | code:uint32_t | pname:maxEmbeddedImmutableSamplerBindings | `<<VK_EXT_descripto…
5229 | pname:maxEmbeddedImmutableSamplerBindings | - | 1 | min
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14910 uint32_t maxEmbeddedImmutableSamplerBindings; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7220 …H_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.maxEmbeddedImmutableSamplerBindings ); in operator ()()