Searched refs:_Xmax (Results 1 - 25 of 30) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c55 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax ||
70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
77 scissor->xmax = ctx->DrawBuffer->_Xmax - 1;
H A Dbrw_sf_state.c86 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax ||
101 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
108 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1;
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c256 cw = fb->_Xmax - fb->_Xmin;
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c454 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);
H A Daccum.c143 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
467 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
H A Dimage.c612 if (*destX + *width > buffer->_Xmax)
613 *width -= (*destX + *width - buffer->_Xmax);
866 const GLint dstXmax = ctx->DrawBuffer->_Xmax;
H A Dclear.c190 ctx->DrawBuffer->_Xmin >= ctx->DrawBuffer->_Xmax ||
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c256 cw = fb->_Xmax - fb->_Xmin;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c256 cw = fb->_Xmax - fb->_Xmin;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h268 if (startX >= ctx->DrawBuffer->_Xmax) {
269 startX = ctx->DrawBuffer->_Xmax - 1;
H A Ds_clear.c49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
H A Ds_zoom.c70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax);
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
H A Ds_depth.c545 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
672 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
H A Ds_copypix.c498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
H A Ds_stencil.c567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
H A Ds_span.c695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
704 const GLint xmax = ctx->DrawBuffer->_Xmax;
1186 assert(span->array->x[i] < fb->_Xmax);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h132 *w = fb->_Xmax - fb->_Xmin;
H A Dnv10_context.c55 fb->_Xmax == fb->Width && fb->_Xmin == 0 &&
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;

Completed in 199 milliseconds

12