Home
last modified time | relevance | path

Searched refs:row_pitches (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c1221 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()
Dwsi_common_wayland.c1042 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()
Dwsi_common_drm.c404 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()
Dwsi_common_private.h43 uint32_t row_pitches[4]; member
Dwsi_common_win32.c446 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image()
578 ptr += image->base.row_pitches[0]; in wsi_win32_queue_present()
Dwsi_common_display.c1065 image->base.row_pitches, in wsi_display_image_init()