Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dipsum.adoc54 :bufferrowlength: memoryRowLength
88 :bufferrowlength: memoryRowLength
99 * pname:memoryRowLength and pname:memoryImageHeight Ultrices tincidunt arcu
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc42 :bufferrowlength: memoryRowLength
88 region in pname:pRegions, pname:memoryRowLength and
98 :bufferrowlength: memoryRowLength
111 * pname:memoryRowLength and pname:memoryImageHeight specify in texels a
181 :bufferrowlength: memoryRowLength
226 region in pname:pRegions, pname:memoryRowLength and
236 :bufferrowlength: memoryRowLength
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.adoc11 // - {bufferrowlength}, either "bufferRowLength" or "memoryRowLength" based on
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c330 .bufferRowLength = region->memoryRowLength, in vk_memory_to_image_copy_layout()
345 .bufferRowLength = region->memoryRowLength, in vk_image_to_memory_copy_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc131 uint32_t memoryRowLength;
142 uint32_t memoryRowLength;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12634 vkStream->write((uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in marshal_VkMemoryToImageCopyEXT()
12651 vkStream->read((uint32_t*)&forUnmarshaling->memoryRowLength, sizeof(uint32_t)); in unmarshal_VkMemoryToImageCopyEXT()
12668 vkStream->write((uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in marshal_VkImageToMemoryCopyEXT()
12685 vkStream->read((uint32_t*)&forUnmarshaling->memoryRowLength, sizeof(uint32_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8500 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in reservedmarshal_VkMemoryToImageCopyEXT()
8523 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in reservedmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16634 vkStream->write((uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in marshal_VkMemoryToImageCopyEXT()
16664 vkStream->read((uint32_t*)&forUnmarshaling->memoryRowLength, sizeof(uint32_t)); in unmarshal_VkMemoryToImageCopyEXT()
16681 vkStream->write((uint32_t*)&forMarshaling->memoryRowLength, sizeof(uint32_t)); in marshal_VkImageToMemoryCopyEXT()
16711 vkStream->read((uint32_t*)&forUnmarshaling->memoryRowLength, sizeof(uint32_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling.cpp12869 memcpy((uint32_t*)&forUnmarshaling->memoryRowLength, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkMemoryToImageCopyEXT()
12909 memcpy((uint32_t*)&forUnmarshaling->memoryRowLength, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14120 uint32_t memoryRowLength; member
14131 uint32_t memoryRowLength; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2379 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.memoryRowLength ); in operator ()()
2439 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.memoryRowLength ); in operator ()()