Searched refs:spanWidth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_drawpix.c | 382 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_depth_pixels 396 span.end = spanWidth; 398 _mesa_unpack_depth_span(ctx, spanWidth, 408 skipPixels += spanWidth; 512 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_rgba_pixels 525 spanWidth, 1, NULL); 527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); 534 span.end = spanWidth; 547 skipPixels += spanWidth;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_drawpix.c | 382 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_depth_pixels 396 span.end = spanWidth; 398 _mesa_unpack_depth_span(ctx, spanWidth, 408 skipPixels += spanWidth; 512 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_rgba_pixels 525 spanWidth, 1, NULL); 527 _mesa_apply_rgba_transfer_ops(ctx, transferOps, spanWidth, (GLfloat (*)[4])rgba); 534 span.end = spanWidth; 547 skipPixels += spanWidth;
|
Completed in 4 milliseconds