HomeSort by relevance Sort by last modified time
    Searched refs:_Ymin (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 93 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) {
108 sfv->scissor.ymin = ctx->DrawBuffer->_Ymin;
116 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
brw_clear.c 84 fb->_Ymin <= 0 &&
intel_pixel_copy.c 154 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
intel_pixel_bitmap.c 246 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
brw_meta_util.c 194 draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->_Ymax,
brw_blorp.c 796 y0 = fb->_Ymin;
800 y1 = rb->Height - fb->_Ymin;
    [all...]
  /external/mesa3d/src/mesa/main/
accum.c 129 y = ctx->DrawBuffer->_Ymin;
131 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
453 ypos = ctx->DrawBuffer->_Ymin;
455 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
image.c 634 if (*destY < buffer->_Ymin) {
635 unpack->SkipRows += (buffer->_Ymin - *destY);
636 *height -= (buffer->_Ymin - *destY);
637 *destY = buffer->_Ymin;
651 if (*destY - *height < buffer->_Ymin)
652 *height -= (buffer->_Ymin - (*destY - *height));
895 const GLint dstYmin = drawFb->_Ymin;
framebuffer.c 448 buffer->_Ymin = bbox[2];
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 136 *h = fb->_Ymax - fb->_Ymin;
138 *y = (fb->Name ? fb->_Ymin :
nv10_context.c 56 fb->_Ymax == fb->Height && fb->_Ymin == 0;
  /external/mesa3d/src/mesa/swrast/
s_clear.c 47 const GLint y = ctx->DrawBuffer->_Ymin;
48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
s_depth.c 560 y = ctx->DrawBuffer->_Ymin;
562 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
687 y = ctx->DrawBuffer->_Ymin;
689 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
s_stencil.c 568 y = ctx->DrawBuffer->_Ymin;
570 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
s_zoom.c 86 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax);
87 r1 = CLAMP(r1, fb->_Ymin, fb->_Ymax);
s_copypix.c 488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) {
s_span.c 696 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish
706 const GLint ymin = ctx->DrawBuffer->_Ymin;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 152 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
intel_pixel_bitmap.c 249 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
intel_blit.c 382 cy = fb->_Ymin;
384 ch = fb->_Ymax - fb->_Ymin;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 185 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 251 const GLint y = ctx->DrawBuffer->_Ymin;
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 408 milliseconds