Searched refs:optimalBufferCopyOffsetAlignment (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_host_image_copy.adoc | 61 2) Are `optimalBufferCopyOffsetAlignment` and
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 857 …optimalBufferCopyOffsetAlignment = printer.write_int("optimalBufferCopyOffsetAlignment", 8, indent…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 806 * [[limits-optimalBufferCopyOffsetAlignment]] 807 pname:optimalBufferCopyOffsetAlignment is the optimal buffer offset 4551 | basetype:VkDeviceSize | pname:optimalBufferCopyOffsetAlignment | - 4979 | pname:optimalBufferCopyOffsetAlignment | - | - | recommendation
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4522 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.optimalBufferCopyOffsetAlignment ); in operator ()()
|
D | vulkan_hash.hpp | 8529 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.optimalBufferCopyOffsetAlignment ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 875 vkStream->write((VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in marshal_VkPhysicalDeviceLimits() 1014 vkStream->read((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 871 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 938 vkStream->write((VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in marshal_VkPhysicalDeviceLimits() 1077 vkStream->read((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 863 memcpy((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3177 VkDeviceSize optimalBufferCopyOffsetAlignment; member
|