Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc406 … buffers combined with push descriptors is supported if the `descriptorBufferPushDescriptors` feat…
530 VkBool32 descriptorBufferPushDescriptors;
537 If the `descriptorBufferPushDescriptors` features is enabled push descriptors can be used with desc…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc6345 If the <<features-descriptorBufferPushDescriptors,
6346 pname:descriptorBufferPushDescriptors>> feature is enabled, push descriptors
Dfeatures.adoc5540 * [[features-descriptorBufferPushDescriptors]]
5541 pname:descriptorBufferPushDescriptors indicates that the implementation
Dresources.adoc314 <<features-descriptorBufferPushDescriptors,
315 pname:descriptorBufferPushDescriptors>> feature must: be enabled
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14950 VkBool32 descriptorBufferPushDescriptors; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7201 …PP_HASH_COMBINE( seed, physicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferPushDescriptors ); in operator ()()