HomeSort by relevance Sort by last modified time
    Searched refs:_Xmax (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_scissor_state.c 55 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax ||
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
brw_sf_state.c 86 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax ||
101 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
108 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
brw_blorp_blit.cpp 221 draw_fb->_Xmin, draw_fb->_Xmax) &&
    [all...]
  /external/mesa3d/src/mesa/main/
framebuffer.c 454 buffer->_Xmax = buffer->Width;
464 if (ctx->Scissor.X + ctx->Scissor.Width < buffer->_Xmax) {
465 buffer->_Xmax = ctx->Scissor.X + ctx->Scissor.Width;
471 if (buffer->_Xmin > buffer->_Xmax) {
472 buffer->_Xmin = buffer->_Xmax;
479 ASSERT(buffer->_Xmin <= buffer->_Xmax);
accum.c 143 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
467 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
image.c 612 if (*destX + *width > buffer->_Xmax)
613 *width -= (*destX + *width - buffer->_Xmax);
866 const GLint dstXmax = ctx->DrawBuffer->_Xmax;
clear.c 190 ctx->DrawBuffer->_Xmin >= ctx->DrawBuffer->_Xmax ||
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 160 fb->_Xmax, fb->_Ymax,
intel_pixel_bitmap.c 235 fb->_Xmax, fb->_Ymax,
intel_blit.c 256 cw = fb->_Xmax - fb->_Xmin;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 268 if (startX >= ctx->DrawBuffer->_Xmax) {
269 startX = ctx->DrawBuffer->_Xmax - 1;
s_clear.c 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_zoom.c 70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax);
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
s_depth.c 545 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
672 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_copypix.c 498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
s_stencil.c 567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
s_span.c 695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
704 const GLint xmax = ctx->DrawBuffer->_Xmax;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 132 *w = fb->_Xmax - fb->_Xmin;
nv10_context.c 55 fb->_Xmax == fb->Width && fb->_Xmin == 0 &&
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 252 const GLint width = ctx->DrawBuffer->_Xmax - x;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 255 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 161 milliseconds