Searched refs:row_stride_B (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_image.c | 305 const uint32_t row_stride_B = in vk_image_buffer_copy_layout() local 308 DIV_ROUND_UP(image_height, fmt->block.height) * (uint64_t)row_stride_B; in vk_image_buffer_copy_layout() 314 .row_stride_B = row_stride_B, in vk_image_buffer_copy_layout()
|
D | vk_image.h | 183 uint32_t row_stride_B; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 160 .pitch = buf_layout.row_stride_B / buf_layout.element_size_B, in copy_buffer_to_image()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 2393 buffer_layout.row_stride_B, in handle_copy_image_to_buffer2() 2402 buffer_layout.row_stride_B, in handle_copy_image_to_buffer2() 2475 buffer_layout.row_stride_B, in handle_copy_buffer_to_image() 2486 buffer_layout.row_stride_B, in handle_copy_buffer_to_image()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 533 buffer_layout.row_stride_B, buffer_format, in copy_buffer_to_image()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 1062 .buf.stride.line = buflayout.row_stride_B, in panvk_meta_copy_buf2img()
|