Searched refs:row_pitches (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1221 image->base.row_pitches[0] / 4, in x11_present_to_x11_sw() 1224 image->base.row_pitches[0] * chain->extent.height, in x11_present_to_x11_sw() 1447 image->base.row_pitches[0] / 4, in x11_image_init() 1468 image->base.row_pitches[0], in x11_image_init() 1470 image->base.row_pitches[1], in x11_image_init() 1472 image->base.row_pitches[2], in x11_image_init() 1474 image->base.row_pitches[3], in x11_image_init() 1492 image->base.row_pitches[0], in x11_image_init()
|
D | wsi_common_wayland.c | 1042 memcpy(dptr, sptr, image->base.row_pitches[0]); in wsi_wl_swapchain_queue_present() 1043 dptr += image->base.row_pitches[0]; in wsi_wl_swapchain_queue_present() 1044 sptr += image->base.row_pitches[0]; in wsi_wl_swapchain_queue_present() 1124 stride = image->base.row_pitches[0]; in wsi_wl_image_init() 1158 image->base.row_pitches[i], in wsi_wl_image_init()
|
D | wsi_common_drm.c | 404 image->row_pitches[p] = image_layout.rowPitch; in wsi_create_native_image() 432 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image() 653 image->row_pitches[0] = linear_stride; in wsi_create_prime_image()
|
D | wsi_common_private.h | 43 uint32_t row_pitches[4]; member
|
D | wsi_common_win32.c | 446 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image() 578 ptr += image->base.row_pitches[0]; in wsi_win32_queue_present()
|
D | wsi_common_display.c | 1065 image->base.row_pitches, in wsi_display_image_init()
|