Home
last modified time | relevance | path

Searched refs:memoryImageHeight (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dipsum.adoc55 :bufferimageheight: memoryImageHeight
89 :bufferimageheight: memoryImageHeight
99 * pname:memoryRowLength and pname:memoryImageHeight Ultrices tincidunt arcu
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc43 :bufferimageheight: memoryImageHeight
89 pname:memoryImageHeight must: both be 0
99 :bufferimageheight: memoryImageHeight
111 * pname:memoryRowLength and pname:memoryImageHeight specify in texels a
182 :bufferimageheight: memoryImageHeight
227 pname:memoryImageHeight must: both be 0
237 :bufferimageheight: memoryImageHeight
249 * pname:memoryRowLength and pname:memoryImageHeight specify in texels a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_bufferimage_to_imagebuffer_not_both_image_common.adoc13 // - {bufferimageheight}, either "bufferImageHeight" or "memoryImageHeight"
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c331 .bufferImageHeight = region->memoryImageHeight, in vk_memory_to_image_copy_layout()
346 .bufferImageHeight = region->memoryImageHeight, in vk_image_to_memory_copy_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc132 uint32_t memoryImageHeight;
143 uint32_t memoryImageHeight;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12635 vkStream->write((uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in marshal_VkMemoryToImageCopyEXT()
12652 vkStream->read((uint32_t*)&forUnmarshaling->memoryImageHeight, sizeof(uint32_t)); in unmarshal_VkMemoryToImageCopyEXT()
12669 vkStream->write((uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in marshal_VkImageToMemoryCopyEXT()
12686 vkStream->read((uint32_t*)&forUnmarshaling->memoryImageHeight, sizeof(uint32_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8502 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in reservedmarshal_VkMemoryToImageCopyEXT()
8525 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in reservedmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16635 vkStream->write((uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in marshal_VkMemoryToImageCopyEXT()
16665 vkStream->read((uint32_t*)&forUnmarshaling->memoryImageHeight, sizeof(uint32_t)); in unmarshal_VkMemoryToImageCopyEXT()
16682 vkStream->write((uint32_t*)&forMarshaling->memoryImageHeight, sizeof(uint32_t)); in marshal_VkImageToMemoryCopyEXT()
16712 vkStream->read((uint32_t*)&forUnmarshaling->memoryImageHeight, sizeof(uint32_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling.cpp12871 memcpy((uint32_t*)&forUnmarshaling->memoryImageHeight, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkMemoryToImageCopyEXT()
12911 memcpy((uint32_t*)&forUnmarshaling->memoryImageHeight, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14121 uint32_t memoryImageHeight; member
14132 uint32_t memoryImageHeight; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2380 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.memoryImageHeight ); in operator ()()
2440 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.memoryImageHeight ); in operator ()()