Home
last modified time | relevance | path

Searched refs:bufferExtent (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c266 const VkExtent3D bufferExtent = { in copy_image_to_buffer() local
270 const VkExtent3D buf_extent_el = vk_image_extent_to_elements(&image->vk, bufferExtent); in copy_image_to_buffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp574 VkExtent2D bufferExtent = bufferExtentInBlocks(Extent2D(imageExtent), region); in copy() local
576 int bufferRowPitchBytes = bufferExtent.width * bytesPerBlock; in copy()
577 int bufferSlicePitchBytes = bufferExtent.height * bufferRowPitchBytes; in copy()