Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc394 If the `allowSamplerImageViewPostSubmitCreation` property is `VK_FALSE` there are special requireme…
397 For example, if `allowSamplerImageViewPostSubmitCreation` is `VK_FALSE`, this is disallowed:
551 VkBool32 allowSamplerImageViewPostSubmitCreation;
588 * `allowSamplerImageViewPostSubmitCreation` indicates that the implementation does not restrict whe…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3526 * [[limits-allowSamplerImageViewPostSubmitCreation]]
3527 pname:allowSamplerImageViewPostSubmitCreation indicates that the
4757 | basetype:VkBool32 | pname:allowSamplerImageViewPostSubmitCreation | `<<VK_EXT_descripto…
5224 | pname:allowSamplerImageViewPostSubmitCreation | - | false | implementation-dependent
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14905 VkBool32 allowSamplerImageViewPostSubmitCreation; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7215 …MBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.allowSamplerImageViewPostSubmitCreation ); in operator ()()