Searched refs:row_pitches (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 1301 int stride_b = image->base.row_pitches[0]; in x11_present_to_x11_sw() 1310 image->base.row_pitches[0] / 4, in x11_present_to_x11_sw() 1313 image->base.row_pitches[0] * chain->extent.height, in x11_present_to_x11_sw() 1325 image->base.row_pitches[0] / 4, in x11_present_to_x11_sw() 1673 image->base.row_pitches[0] / 4, in x11_image_init() 1706 image->base.row_pitches[0], in x11_image_init() 1708 image->base.row_pitches[1], in x11_image_init() 1710 image->base.row_pitches[2], in x11_image_init() 1712 image->base.row_pitches[3], in x11_image_init() 1735 image->base.row_pitches[ in x11_image_init() [all...] |
H A D | wsi_common_drm.c | 539 image->row_pitches[p] = image_layout.rowPitch; in wsi_create_native_image_mem() 555 image->row_pitches[0] = image_layout.rowPitch; in wsi_create_native_image_mem()
|
H A D | wsi_common_wayland.c | 1057 image->base.row_pitches[0] * chain->extent.height); in wsi_wl_swapchain_queue_present() 1152 wsi_wl_alloc_image_shm(&image->base, image->base.row_pitches[0] * in wsi_wl_image_init() 1164 image->base.row_pitches[0], in wsi_wl_image_init() 1183 image->base.row_pitches[i], in wsi_wl_image_init()
|
H A D | wsi_common_private.h | 93 uint32_t row_pitches[4]; member
|
H A D | wsi_common_win32.c | 418 ptr += image->base.row_pitches[0]; in wsi_win32_queue_present()
|
H A D | wsi_common.c | 1440 image->row_pitches[0] = info->linear_stride; in wsi_create_buffer_image_mem() 1644 image->row_pitches[0] = layout.rowPitch; in wsi_create_cpu_linear_image_mem()
|
H A D | wsi_common_display.c | 1122 image->base.row_pitches, in wsi_display_image_init()
|
Completed in 14 milliseconds