Searched refs:arrayPitch (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 2814 * [[VUID-VkImageDrmFormatModifierExplicitCreateInfoEXT-arrayPitch-02268]] 2815 For each element of pname:pPlaneLayouts, pname:arrayPitch must: be 0 if 3523 * pname:arrayPitch describes the number of bytes between each array layer 3529 pname:arrayPitch and pname:depthPitch describe the layout of the image 3534 pname:arrayPitch is the number of bytes between texels with the same x and y 3545 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset 3550 pname:arrayPitch is the number of bytes between compressed texel blocks in 3558 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*compressedTexelBlockByteSiz… 3561 The value of pname:arrayPitch is undefined: for images that were not created 3622 pname:rowPitch, pname:arrayPitch, and pname:depthPitch have an
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2991 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
|
D | vulkan_hash.hpp | 5214 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1978 vkStream->write((VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 1988 vkStream->read((VkDeviceSize*)&forUnmarshaling->arrayPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1554 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 2212 vkStream->write((VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 2222 vkStream->read((VkDeviceSize*)&forUnmarshaling->arrayPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 1704 memcpy((VkDeviceSize*)&forUnmarshaling->arrayPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3423 VkDeviceSize arrayPitch; member
|