/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 421 image->row_pitches[p] = image_layout.rowPitch; in wsi_create_null_image_mem() 437 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_null_image_mem()
|
D | wsi_common_drm.c | 543 image->row_pitches[p] = image_layout.rowPitch; in wsi_create_native_image_mem() 559 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image_mem()
|
D | wsi_common.c | 2033 image->row_pitches[0] = layout.rowPitch; in wsi_create_cpu_linear_image_mem()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_drm_format_modifier.adoc | 151 pname:offset and pname:rowPitch. 169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 4719 size_type rowPitch, in Image1DArray() argument 4729 desc.image_row_pitch = rowPitch; in Image1DArray() 5137 size_type rowPitch, in Image2DArray() argument 5149 desc.image_row_pitch = rowPitch; in Image2DArray()
|
D | cl.hpp | 3834 ::size_t rowPitch, in Image1DArray() argument 3845 rowPitch, in Image1DArray() 4141 ::size_t rowPitch, in Image2DArray() argument 4154 rowPitch, in Image2DArray()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 6115 uint64_t rowPitch = subresourceLayout.rowPitch; in on_vkGetLinearImageLayout2GOOGLE() local 6116 VkDeviceSize rowPitchAlignment = rowPitch & (~rowPitch + 1); in on_vkGetLinearImageLayout2GOOGLE()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 3520 pname:rowPitch. 3521 * pname:rowPitch describes the number of bytes between each row of texels 3528 If the image is <<glossary-linear-resource,linear>>, then pname:rowPitch, 3531 For uncompressed formats, pname:rowPitch is the number of bytes between 3545 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset 3548 For compressed formats, the pname:rowPitch is the number of bytes between 3558 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*compressedTexelBlockByteSiz… 3622 pname:rowPitch, pname:arrayPitch, and pname:depthPitch have an
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 3788 if (!subResourceLayout.rowPitch) { in on_vkAllocateMemory() 3806 subResourceLayout.rowPitch, virglFormat, target, bind); in on_vkAllocateMemory()
|
D | goldfish_vk_marshaling_guest.cpp | 1977 vkStream->write((VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 1987 vkStream->read((VkDeviceSize*)&forUnmarshaling->rowPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1552 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2990 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
|
D | vulkan_hash.hpp | 5213 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 2211 vkStream->write((VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout() 2221 vkStream->read((VkDeviceSize*)&forUnmarshaling->rowPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
|
D | goldfish_vk_reserved_marshaling.cpp | 1702 memcpy((VkDeviceSize*)&forUnmarshaling->rowPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3422 VkDeviceSize rowPitch; member
|