/external/chromium_org/third_party/mesa/src/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;
|
/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;
|
/external/chromium_org/third_party/mesa/src/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;
|
/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;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 160 fb->_Xmax, fb->_Ymax,
|
intel_pixel_bitmap.c | 235 fb->_Xmax, fb->_Ymax,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_util.h | 132 *w = fb->_Xmax - fb->_Xmin;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_clear.c | 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
s_aatritemp.h | 268 if (startX >= ctx->DrawBuffer->_Xmax) { 269 startX = ctx->DrawBuffer->_Xmax - 1;
|
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_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/intel/ |
intel_pixel_copy.c | 160 fb->_Xmax, fb->_Ymax,
|
intel_pixel_bitmap.c | 235 fb->_Xmax, fb->_Ymax,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_util.h | 132 *w = fb->_Xmax - fb->_Xmin;
|
/external/mesa3d/src/mesa/swrast/ |
s_clear.c | 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
s_aatritemp.h | 268 if (startX >= ctx->DrawBuffer->_Xmax) { 269 startX = ctx->DrawBuffer->_Xmax - 1;
|
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;
|