Searched refs:memoryRowLength (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/ |
D | ipsum.adoc | 54 :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/ |
D | copies.adoc | 42 :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/ |
D | copy_bufferimage_to_imagebuffer_not_both_image_common.adoc | 11 // - {bufferrowlength}, either "bufferRowLength" or "memoryRowLength" based on
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 330 .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/ |
D | VK_EXT_host_image_copy.adoc | 131 uint32_t memoryRowLength; 142 uint32_t memoryRowLength;
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12634 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8500 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/ |
D | goldfish_vk_marshaling.cpp | 16634 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 12869 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/ |
D | vulkan_core.h | 14120 uint32_t memoryRowLength; member 14131 uint32_t memoryRowLength; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 2379 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.memoryRowLength ); in operator ()() 2439 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.memoryRowLength ); in operator ()()
|