Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Daccum.c79 x = ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
81 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
410 xpos = ctx->DrawBuffer->_Xmin; in accum()
412 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.c414 buffer->_Xmin = bbox[0]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h3547 GLint _Xmin, _Xmax; member
/external/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()
/external/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.c553 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer()
555 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer()
681 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_stencil_buffer()
683 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.c566 x = ctx->DrawBuffer->_Xmin; in _swrast_clear_stencil_buffer()
568 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()
1188 assert(span->array->x[i] >= fb->_Xmin); in _swrast_write_rgba_span()
/external/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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c152 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dbrw_clear.c82 return fb->_Xmin <= 0 && in noop_scissor()
Dintel_pixel_bitmap.c246 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.c1216 x0 = fb->_Xmin; in do_single_blorp_clear()
1416 x0 = fb->_Xmin; in brw_blorp_clear_depth_stencil()
/external/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()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c250 const GLint x = ctx->DrawBuffer->_Xmin; in clear_buffers()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1773 const float x0 = ((float) fb->_Xmin / fb->Width) * 2.0f - 1.0f; in meta_clear()