Searched refs:depthPitch (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 2817 * [[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/ |
D | vulkansc_hash.hpp | 2992 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
|
D | vulkan_hash.hpp | 5215 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1979 vkStream->write((VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 1989 vkStream->read((VkDeviceSize*)&forUnmarshaling->depthPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1556 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 2213 vkStream->write((VkDeviceSize*)&forMarshaling->depthPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 2223 vkStream->read((VkDeviceSize*)&forUnmarshaling->depthPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 1706 memcpy((VkDeviceSize*)&forUnmarshaling->depthPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3424 VkDeviceSize depthPitch; member
|