Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc2817 * [[VUID-VkImageDrmFormatModifierExplicitCreateInfoEXT-depthPitch-02269]]
2818 For each element of pname:pPlaneLayouts, pname:depthPitch must: be 0 if
3525 * pname:depthPitch describes the number of bytes between each slice of 3D
3529 pname:arrayPitch and pname:depthPitch describe the layout of the image
3537 pname:depthPitch 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
3552 pname:depthPitch is the number of bytes between compressed texel blocks in
3558 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*compressedTexelBlockByteSiz…
3563 pname:depthPitch is defined only for 3D images.
3622 pname:rowPitch, pname:arrayPitch, and pname:depthPitch have an
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2992 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
Dvulkan_hash.hpp5215 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1979 vkStream->write((VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
1989 vkStream->read((VkDeviceSize*)&forUnmarshaling->depthPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp1556 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2213 vkStream->write((VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
2223 vkStream->read((VkDeviceSize*)&forUnmarshaling->depthPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling.cpp1706 memcpy((VkDeviceSize*)&forUnmarshaling->depthPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3424 VkDeviceSize depthPitch; member