Home
last modified time | relevance | path

Searched refs:_Ymin (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()
71 scissor->ymin = ctx->DrawBuffer->_Ymin; in gen6_upload_scissor_state()
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in gen6_upload_scissor_state()
Dbrw_sf_state.c87 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { in upload_sf_vp()
102 sfv->scissor.ymin = ctx->DrawBuffer->_Ymin; in upload_sf_vp()
110 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in upload_sf_vp()
Dintel_blit.c255 cy = fb->_Ymin; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c159 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dintel_pixel_bitmap.c234 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
/external/mesa3d/src/mesa/main/
Dframebuffer.c453 buffer->_Ymin = 0; in _mesa_update_draw_buffer_bounds()
461 if (ctx->Scissor.Y > buffer->_Ymin) { in _mesa_update_draw_buffer_bounds()
462 buffer->_Ymin = ctx->Scissor.Y; 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.c620 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
621 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
622 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
623 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
637 if (*destY - *height < buffer->_Ymin) in _mesa_clip_drawpixels()
638 *height -= (buffer->_Ymin - (*destY - *height)); in _mesa_clip_drawpixels()
867 const GLint dstYmin = ctx->DrawBuffer->_Ymin; in _mesa_clip_blit()
Daccum.c142 y = ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
144 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
466 ypos = ctx->DrawBuffer->_Ymin; in _mesa_accum()
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()
135 *y = (fb->Name ? fb->_Ymin : in get_scissors()
Dnv10_context.c56 fb->_Ymax == fb->Height && fb->_Ymin == 0; in use_fast_zclear()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c47 const GLint y = ctx->DrawBuffer->_Ymin; in clear_rgba_buffer()
48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in clear_rgba_buffer()
Ds_depth.c544 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer()
546 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer()
671 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_buffer()
673 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_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_stencil.c566 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_stencil_buffer()
568 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.c705 const GLint ymin = ctx->DrawBuffer->_Ymin; in clip_span()
1187 assert(span->array->y[i] >= fb->_Ymin); in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_blit.c255 cy = fb->_Ymin; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c159 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dintel_pixel_bitmap.c234 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c255 cy = fb->_Ymin; in intelClearWithBlit()
257 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_copy.c159 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dintel_pixel_bitmap.c234 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c253 const GLint y = ctx->DrawBuffer->_Ymin; in clear()
254 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in clear()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; in clear_with_quad()

12