Searched refs:row_pitches (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1079 image->base.row_pitches[0] / 4, in x11_present_to_x11_sw() 1082 image->base.row_pitches[0] * chain->extent.height, in x11_present_to_x11_sw() 1255 image->base.row_pitches[0], in x11_image_init() 1257 image->base.row_pitches[1], in x11_image_init() 1259 image->base.row_pitches[2], in x11_image_init() 1261 image->base.row_pitches[3], in x11_image_init() 1279 image->base.row_pitches[0], in x11_image_init()
|
D | wsi_common_drm.c | 364 image->row_pitches[p] = image_layout.rowPitch; in wsi_create_native_image() 392 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image() 610 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_wayland.c | 949 image->base.row_pitches[i], in wsi_wl_image_init() 974 image->base.row_pitches[0], in wsi_wl_image_init()
|
D | wsi_common_display.c | 1055 image->base.row_pitches, in wsi_display_image_init()
|