Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py820minMemoryMapAlignment = printer.write_int("minMemoryMapAlignment", 8, indent, signed=False, big_en…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc578 * [[limits-minMemoryMapAlignment]] pname:minMemoryMapAlignment is the
4509 | code:size_t | pname:minMemoryMapAlignment | -
4936 | pname:minMemoryMapAlignment | - | 64 | min
Dmemory.adoc3498 slink:VkPhysicalDeviceLimits::pname:minMemoryMapAlignment.
3607 slink:VkPhysicalDeviceLimits::pname:minMemoryMapAlignment.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4479 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minMemoryMapAlignment ); in operator ()()
Dvulkan_hash.hpp8486 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.minMemoryMapAlignment ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp825 uint64_t cgen_var_0 = (uint64_t)forMarshaling->minMemoryMapAlignment; in marshal_VkPhysicalDeviceLimits()
965 forUnmarshaling->minMemoryMapAlignment = (size_t)vkStream->getBe64(); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp783 uint64_t cgen_var_0 = (uint64_t)forMarshaling->minMemoryMapAlignment; in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp776 memcpy((size_t*)&forUnmarshaling->minMemoryMapAlignment, (*ptr), 8); in reservedunmarshal_VkPhysicalDeviceLimits()
777 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->minMemoryMapAlignment); in reservedunmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp888 uint64_t cgen_var_0 = (uint64_t)forMarshaling->minMemoryMapAlignment; in marshal_VkPhysicalDeviceLimits()
1028 forUnmarshaling->minMemoryMapAlignment = (size_t)vkStream->getBe64(); in unmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3140 size_t minMemoryMapAlignment; member