Searched refs:minStorageBufferOffsetAlignment (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 823 …minStorageBufferOffsetAlignment = printer.write_int("minStorageBufferOffsetAlignment", 8, indent, …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 619 * [[limits-minStorageBufferOffsetAlignment]] 620 pname:minStorageBufferOffsetAlignment is the minimum required: 4512 | basetype:VkDeviceSize | pname:minStorageBufferOffsetAlignment | - 4939 | pname:minStorageBufferOffsetAlignment | - | 256 | max
|
D | descriptorsets.adoc | 3595 sname:VkPhysicalDeviceLimits::pname:minStorageBufferOffsetAlignment 4911 sname:VkPhysicalDeviceLimits::pname:minStorageBufferOffsetAlignment
|
D | resources.adoc | 8064 sname:VkPhysicalDeviceLimits::pname:minStorageBufferOffsetAlignment.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4482 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minStorageBufferOffsetAlignment ); in operator ()()
|
D | vulkan_hash.hpp | 8489 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minStorageBufferOffsetAlignment ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 831 vkStream->write((VkDeviceSize*)&forMarshaling->minStorageBufferOffsetAlignment, in marshal_VkPhysicalDeviceLimits() 970 vkStream->read((VkDeviceSize*)&forUnmarshaling->minStorageBufferOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 793 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->minStorageBufferOffsetAlignment, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 894 vkStream->write((VkDeviceSize*)&forMarshaling->minStorageBufferOffsetAlignment, in marshal_VkPhysicalDeviceLimits() 1033 vkStream->read((VkDeviceSize*)&forUnmarshaling->minStorageBufferOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 785 memcpy((VkDeviceSize*)&forUnmarshaling->minStorageBufferOffsetAlignment, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3143 VkDeviceSize minStorageBufferOffsetAlignment; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12869 pname:minStorageBufferOffsetAlignment members as both minimums and
|