Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Daccum.c80 x = ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
82 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
411 xpos = ctx->DrawBuffer->_Xmin; in accum()
413 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in accum()
Dimage.c620 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels()
621 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
622 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
623 *destX = buffer->_Xmin; in _mesa_clip_drawpixels()
893 const GLint dstXmin = drawFb->_Xmin; in _mesa_clip_blit()
Dframebuffer.c395 buffer->_Xmin = bbox[0]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h3623 GLint _Xmin, _Xmax; member
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h135 *w = fb->_Xmax - fb->_Xmin; in get_scissors()
137 *x = fb->_Xmin; in get_scissors()
Dnv10_context.c56 fb->_Xmax == fb->Width && fb->_Xmin == 0 && in use_fast_zclear()
/third_party/mesa3d/src/mesa/swrast/
Ds_clear.c116 const GLint x = ctx->DrawBuffer->_Xmin; in clear_rgba_buffer()
119 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in clear_rgba_buffer()
Ds_depth.c639 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer()
641 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer()
767 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_stencil_buffer()
769 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_stencil_buffer()
Ds_zoom.c70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
Ds_stencil.c626 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_stencil_buffer()
628 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_stencil_buffer()
Ds_copypix.c487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels()
Ds_span.c707 const GLint xmin = ctx->DrawBuffer->_Xmin; in clip_span()
1185 assert(span->array->x[i] >= fb->_Xmin); in _swrast_write_rgba_span()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c150 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dintel_blit.c359 cx = fb->_Xmin; in intelClearWithBlit()
364 cw = fb->_Xmax - fb->_Xmin; in intelClearWithBlit()
Dintel_pixel_bitmap.c249 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_copy.c152 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dbrw_clear.c81 return fb->_Xmin <= 0 && in noop_scissor()
Dbrw_pixel_bitmap.c248 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
Dbrw_meta_util.c194 draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->_Ymax, in brw_meta_mirror_clip_and_scissor()
Dbrw_blorp.c1196 x0 = fb->_Xmin; in do_single_blorp_clear()
1395 x0 = fb->_Xmin; in brw_blorp_clear_depth_stencil()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c245 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f; in clear_with_quad()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c257 const GLint x = ctx->DrawBuffer->_Xmin; in clear_buffers()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c1775 const float x0 = ((float) fb->_Xmin / fb->Width) * 2.0f - 1.0f; in meta_clear()