Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c310 const uint32_t row_stride_B = in vk_image_buffer_copy_layout() local
313 DIV_ROUND_UP(image_height, fmt->block.height) * (uint64_t)row_stride_B; in vk_image_buffer_copy_layout()
319 .row_stride_B = row_stride_B, in vk_image_buffer_copy_layout()
Dvk_image.h200 uint32_t row_stride_B; member