Home
last modified time | relevance | path

Searched refs:_Ymin (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf_state.c93 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { in upload_sf_vp()
108 sfv->scissor.ymin = ctx->DrawBuffer->_Ymin; in upload_sf_vp()
116 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in upload_sf_vp()
Dintel_pixel_copy.c154 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dbrw_clear.c84 fb->_Ymin <= 0 && in noop_scissor()
Dintel_pixel_bitmap.c246 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
Dbrw_meta_util.c194 draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->_Ymax, in brw_meta_mirror_clip_and_scissor()
Dbrw_blorp.c796 y0 = fb->_Ymin; in do_single_blorp_clear()
800 y1 = rb->Height - fb->_Ymin; in do_single_blorp_clear()
/external/mesa3d/src/mesa/main/
Dimage.c634 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
635 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
636 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
637 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
651 if (*destY - *height < buffer->_Ymin) in _mesa_clip_drawpixels()
652 *height -= (buffer->_Ymin - (*destY - *height)); in _mesa_clip_drawpixels()
895 const GLint dstYmin = drawFb->_Ymin; in _mesa_clip_blit()
Daccum.c129 y = ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
131 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
453 ypos = ctx->DrawBuffer->_Ymin; in _mesa_accum()
455 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_accum()
Dframebuffer.c448 buffer->_Ymin = bbox[2]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h3252 GLint _Ymin, _Ymax; member
/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.c560 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer()
562 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer()
687 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_buffer()
689 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_buffer()
Ds_zoom.c86 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds()
87 r1 = CLAMP(r1, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds()
Ds_stencil.c568 y = ctx->DrawBuffer->_Ymin; in _swrast_clear_stencil_buffer()
570 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_stencil_buffer()
Ds_copypix.c488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels()
Ds_span.c706 const GLint ymin = ctx->DrawBuffer->_Ymin; in clip_span()
1188 assert(span->array->y[i] >= fb->_Ymin); in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h136 *h = fb->_Ymax - fb->_Ymin; in get_scissors()
138 *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/drivers/dri/i915/
Dintel_pixel_copy.c152 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_copypixels()
Dintel_blit.c382 cy = fb->_Ymin; in intelClearWithBlit()
384 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
Dintel_pixel_bitmap.c249 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin, in do_blit_bitmap()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c185 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; in clear_with_quad()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c251 const GLint y = ctx->DrawBuffer->_Ymin; in clear_buffers()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1739 y0 = ((float) fb->_Ymin / fb->Height) * 2.0f - 1.0f; in meta_clear()
1748 y0 = (float) fb->_Ymin; in meta_clear()