Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c298 const uint32_t row_length = region->bufferRowLength ? in vk_image_buffer_copy_layout() local
311 DIV_ROUND_UP(row_length, fmt->block.width) * element_size_B; in vk_image_buffer_copy_layout()
316 .row_length = row_length, in vk_image_buffer_copy_layout()
Dvk_image.h188 uint32_t row_length; member