Home
last modified time | relevance | path

Searched refs:arrayPitch (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc2814 * [[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/
Dvulkansc_hash.hpp2991 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
Dvulkan_hash.hpp5214 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1978 vkStream->write((VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
1988 vkStream->read((VkDeviceSize*)&forUnmarshaling->arrayPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp1554 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2212 vkStream->write((VkDeviceSize*)&forMarshaling->arrayPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
2222 vkStream->read((VkDeviceSize*)&forUnmarshaling->arrayPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling.cpp1704 memcpy((VkDeviceSize*)&forUnmarshaling->arrayPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3423 VkDeviceSize arrayPitch; member