Searched refs:this_lines (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 184 int this_lines = MIN2(num_lines, y_todo); in swrastPutImage() local 186 gc, w, this_lines, x, y_start, 0, dri2_surf->depth, in swrastPutImage() 187 this_lines * stride_b, ((const uint8_t *)data + y_start * stride_b)); in swrastPutImage() 189 y_start += this_lines; in swrastPutImage() 190 y_todo -= this_lines; in swrastPutImage()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 1321 int this_lines = MIN2(num_lines, y_todo); in x11_present_to_x11_sw() local 1326 this_lines, in x11_present_to_x11_sw() 1328 this_lines * stride_b, in x11_present_to_x11_sw() 1331 y_start += this_lines; in x11_present_to_x11_sw() 1332 y_todo -= this_lines; in x11_present_to_x11_sw()
|
/third_party/backends/backend/ |
H A D | avision.c | 6536 int this_lines; in get_background_raster() local 6540 this_lines = 1; in get_background_raster() 6542 this_lines = lines; in get_background_raster() 6545 this_lines = s->val[OPT_BACKGROUND].w; in get_background_raster() 6547 this_read = (size_t) bytes_per_line * (size_t) this_lines; in get_background_raster() 6550 i, this_lines, (u_long) this_read); in get_background_raster() 6562 i += this_lines; in get_background_raster()
|
Completed in 19 milliseconds