Searched refs:_Ymax (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c56 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) {
72 scissor->ymax = ctx->DrawBuffer->_Ymax - 1;
78 scissor->ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax;
H A Dbrw_sf_state.c87 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) {
103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1;
109 sfv->scissor.ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax;
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax;
257 ch = fb->_Ymax - fb->_Ymin;
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c455 buffer->_Ymax = buffer->Height;
467 if (ctx->Scissor.Y + ctx->Scissor.Height < buffer->_Ymax) {
468 buffer->_Ymax = ctx->Scissor.Y + ctx->Scissor.Height;
474 if (buffer->_Ymin > buffer->_Ymax) {
475 buffer->_Ymin = buffer->_Ymax;
480 ASSERT(buffer->_Ymin <= buffer->_Ymax);
H A Dimage.c626 if (*destY + *height > buffer->_Ymax)
627 *height -= (*destY + *height - buffer->_Ymax);
631 if (*destY > buffer->_Ymax) {
632 unpack->SkipRows += (*destY - buffer->_Ymax);
633 *height -= (*destY - buffer->_Ymax);
634 *destY = buffer->_Ymax;
868 const GLint dstYmax = ctx->DrawBuffer->_Ymax;
H A Daccum.c144 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
468 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
H A Dclear.c191 ctx->DrawBuffer->_Ymin >= ctx->DrawBuffer->_Ymax)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h133 *h = fb->_Ymax - fb->_Ymin;
137 fb->Height - fb->_Ymax);
H A Dnv10_context.c56 fb->_Ymax == fb->Height && fb->_Ymin == 0;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax;
257 ch = fb->_Ymax - fb->_Ymin;
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax,
H A Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax;
257 ch = fb->_Ymax - fb->_Ymin;
H A Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax,
/external/mesa3d/src/mesa/swrast/
H A Ds_clear.c48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
H A Ds_zoom.c87 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax);
88 r1 = CLAMP(r1, fb->_Ymin, fb->_Ymax);
H A Ds_depth.c546 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
673 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
H A Ds_copypix.c499 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) {
H A Ds_stencil.c568 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
H A Ds_span.c695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
706 const GLint ymax = ctx->DrawBuffer->_Ymax;
1188 assert(span->array->y[i] < fb->_Ymax);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c253 const GLint height = ctx->DrawBuffer->_Ymax - y;

Completed in 355 milliseconds

12