Searched refs:bufferExtent (Results 1 – 2 of 2) sorted by relevance
266 const VkExtent3D bufferExtent = { in copy_image_to_buffer() local270 const VkExtent3D buf_extent_el = vk_image_extent_to_elements(&image->vk, bufferExtent); in copy_image_to_buffer()
574 VkExtent2D bufferExtent = bufferExtentInBlocks(Extent2D(imageExtent), region); in copy() local576 int bufferRowPitchBytes = bufferExtent.width * bytesPerBlock; in copy()577 int bufferSlicePitchBytes = bufferExtent.height * bufferRowPitchBytes; in copy()