Home
last modified time | relevance | path

Searched refs:rowPitch (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c421 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()
Dwsi_common_drm.c543 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()
Dwsi_common.c2033 image->row_pitches[0] = layout.rowPitch; in wsi_create_cpu_linear_image_mem()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_drm_format_modifier.adoc151 pname:offset and pname:rowPitch.
169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp4719 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()
Dcl.hpp3834 ::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/
DVkDecoderGlobalState.cpp6115 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/
Dresources.adoc3520 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/
DResourceTracker.cpp3788 if (!subResourceLayout.rowPitch) { in on_vkAllocateMemory()
3806 subResourceLayout.rowPitch, virglFormat, target, bind); in on_vkAllocateMemory()
Dgoldfish_vk_marshaling_guest.cpp1977 vkStream->write((VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
1987 vkStream->read((VkDeviceSize*)&forUnmarshaling->rowPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling_guest.cpp1552 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in reservedmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2990 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
Dvulkan_hash.hpp5213 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2211 vkStream->write((VkDeviceSize*)&forMarshaling->rowPitch, sizeof(VkDeviceSize)); in marshal_VkSubresourceLayout()
2221 vkStream->read((VkDeviceSize*)&forUnmarshaling->rowPitch, sizeof(VkDeviceSize)); in unmarshal_VkSubresourceLayout()
Dgoldfish_vk_reserved_marshaling.cpp1702 memcpy((VkDeviceSize*)&forUnmarshaling->rowPitch, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkSubresourceLayout()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3422 VkDeviceSize rowPitch; member