Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc361 The offsets must be aligned to `descriptorBufferOffsetAlignment`.
552 VkDeviceSize descriptorBufferOffsetAlignment;
585 * `descriptorBufferOffsetAlignment` describes the alignment required, in bytes, when setting offset…
732 `descriptorBufferOffsetAlignment` might be larger than one descriptor, so binding at the desired of…
758 …tained from `vkGetDescriptorSetLayoutSizeEXT` and alignment from `descriptorBufferOffsetAlignment`.
873 layoutSizes[0] = align(layoutSizes[0], props.descriptorBufferOffsetAlignment);
874 layoutSizes[1] = align(layoutSizes[1], props.descriptorBufferOffsetAlignment);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3539 * [[limits-descriptorBufferOffsetAlignment]]
3540 pname:descriptorBufferOffsetAlignment indicates the required: alignment
4758 | basetype:VkDeviceSize | pname:descriptorBufferOffsetAlignment | `<<VK_EXT_descripto…
5225 | pname:descriptorBufferOffsetAlignment | - | 256 | max
Ddescriptorsets.adoc6082 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:descriptorBufferOffsetAlignment
6238 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:descriptorBufferOffsetAlignment
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14906 VkDeviceSize descriptorBufferOffsetAlignment; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7216 …_HASH_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.descriptorBufferOffsetAlignment ); in operator ()()