Home
last modified time | relevance | path

Searched refs:imageMipTailFirstLod (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc1156 * pname:imageMipTailFirstLod is the first mip level at which image
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1706 vkStream->write((uint32_t*)&forMarshaling->imageMipTailFirstLod, sizeof(uint32_t)); in marshal_VkSparseImageMemoryRequirements()
1718 vkStream->read((uint32_t*)&forUnmarshaling->imageMipTailFirstLod, sizeof(uint32_t)); in unmarshal_VkSparseImageMemoryRequirements()
Dgoldfish_vk_reserved_marshaling_guest.cpp1367 memcpy(*ptr, (uint32_t*)&forMarshaling->imageMipTailFirstLod, sizeof(uint32_t)); in reservedmarshal_VkSparseImageMemoryRequirements()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1865 vkStream->write((uint32_t*)&forMarshaling->imageMipTailFirstLod, sizeof(uint32_t)); in marshal_VkSparseImageMemoryRequirements()
1876 vkStream->read((uint32_t*)&forUnmarshaling->imageMipTailFirstLod, sizeof(uint32_t)); in unmarshal_VkSparseImageMemoryRequirements()
Dgoldfish_vk_reserved_marshaling.cpp1418 memcpy((uint32_t*)&forUnmarshaling->imageMipTailFirstLod, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSparseImageMemoryRequirements()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3347 uint32_t imageMipTailFirstLod; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp12786 VULKAN_HPP_HASH_COMBINE( seed, sparseImageMemoryRequirements.imageMipTailFirstLod ); in operator ()()