Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_scissor_state.c56 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { in gen6_upload_scissor_state()
72 scissor->ymax = ctx->DrawBuffer->_Ymax - 1; in gen6_upload_scissor_state()
78 scissor->ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax; in gen6_upload_scissor_state()
Dbrw_sf_state.c87 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { in upload_sf_vp()
103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1; in upload_sf_vp()
109 sfv->scissor.ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax; in upload_sf_vp()
Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
/external/mesa3d/src/mesa/main/
Dframebuffer.c455 buffer->_Ymax = buffer->Height; in _mesa_update_draw_buffer_bounds()
467 if (ctx->Scissor.Y + ctx->Scissor.Height < buffer->_Ymax) { in _mesa_update_draw_buffer_bounds()
468 buffer->_Ymax = ctx->Scissor.Y + ctx->Scissor.Height; in _mesa_update_draw_buffer_bounds()
474 if (buffer->_Ymin > buffer->_Ymax) { in _mesa_update_draw_buffer_bounds()
475 buffer->_Ymin = buffer->_Ymax; in _mesa_update_draw_buffer_bounds()
480 ASSERT(buffer->_Ymin <= buffer->_Ymax); in _mesa_update_draw_buffer_bounds()
Dimage.c626 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
627 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
631 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
632 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
633 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
634 *destY = buffer->_Ymax; in _mesa_clip_drawpixels()
868 const GLint dstYmax = ctx->DrawBuffer->_Ymax; in _mesa_clip_blit()
Daccum.c144 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
468 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_accum()
Dclear.c191 ctx->DrawBuffer->_Ymin >= ctx->DrawBuffer->_Ymax) in _mesa_Clear()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h133 *h = fb->_Ymax - fb->_Ymin; in get_scissors()
137 fb->Height - fb->_Ymax); in get_scissors()
Dnv10_context.c56 fb->_Ymax == fb->Height && fb->_Ymin == 0; in use_fast_zclear()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_blit.c253 cy = ctx->DrawBuffer->Height - fb->_Ymax; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c160 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dintel_pixel_bitmap.c235 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in clear_rgba_buffer()
Ds_zoom.c87 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds()
88 r1 = CLAMP(r1, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds()
Ds_depth.c546 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer()
673 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_buffer()
Ds_stencil.c568 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_stencil_buffer()
Ds_copypix.c499 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels()
Ds_span.c706 const GLint ymax = ctx->DrawBuffer->_Ymax; in clip_span()
1188 assert(span->array->y[i] < fb->_Ymax); in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; in clear_with_quad()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c253 const GLint height = ctx->DrawBuffer->_Ymax - y; in clear_buffers()

12