Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c374 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_depth_pixels() local
388 span.end = spanWidth; in draw_depth_pixels()
390 _mesa_unpack_depth_span(ctx, spanWidth, in draw_depth_pixels()
400 skipPixels += spanWidth; in draw_depth_pixels()
504 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_rgba_pixels() local
517 spanWidth, 1, NULL); in draw_rgba_pixels()
519 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); in draw_rgba_pixels()
526 span.end = spanWidth; in draw_rgba_pixels()
539 skipPixels += spanWidth; in draw_rgba_pixels()