Searched refs:img_extent_el (Results 1 – 1 of 1) sorted by relevance
173 const VkExtent3D img_extent_el = in copy_buffer_to_image() local176 .width = img_extent_el.width, in copy_buffer_to_image()177 .height = img_extent_el.height, in copy_buffer_to_image()216 unsigned num_slices_3d = img_extent_el.depth; in copy_buffer_to_image()340 const VkExtent3D img_extent_el = in copy_image_to_buffer() local343 .width = img_extent_el.width, in copy_image_to_buffer()344 .height = img_extent_el.height, in copy_image_to_buffer()383 unsigned num_slices_3d = img_extent_el.depth; in copy_image_to_buffer()556 const VkExtent3D img_extent_el = in copy_image() local561 .width = img_extent_el.width, in copy_image()[all …]