Home
last modified time | relevance | path

Searched refs:optimalBufferCopyOffsetAlignment (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_host_image_copy.adoc61 2) Are `optimalBufferCopyOffsetAlignment` and
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py857optimalBufferCopyOffsetAlignment = printer.write_int("optimalBufferCopyOffsetAlignment", 8, indent…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc806 * [[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/
Dvulkansc_hash.hpp4522 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.optimalBufferCopyOffsetAlignment ); in operator ()()
Dvulkan_hash.hpp8529 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.optimalBufferCopyOffsetAlignment ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp875 vkStream->write((VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in marshal_VkPhysicalDeviceLimits()
1014 vkStream->read((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp871 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp938 vkStream->write((VkDeviceSize*)&forMarshaling->optimalBufferCopyOffsetAlignment, in marshal_VkPhysicalDeviceLimits()
1077 vkStream->read((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp863 memcpy((VkDeviceSize*)&forUnmarshaling->optimalBufferCopyOffsetAlignment, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3177 VkDeviceSize optimalBufferCopyOffsetAlignment; member