Searched refs:_Ymax (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.c | 640 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels() 641 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels() 645 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels() 646 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() 647 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() 648 *destY = buffer->_Ymax; in _mesa_clip_drawpixels() 896 const GLint dstYmax = drawFb->_Ymax; in _mesa_clip_blit()
|
D | accum.c | 83 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer() 409 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in accum()
|
D | framebuffer.c | 409 buffer->_Ymax = bbox[3]; in _mesa_update_draw_buffer_bounds()
|
D | mtypes.h | 3444 GLint _Ymin, _Ymax; member
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 136 *h = fb->_Ymax - fb->_Ymin; in get_scissors() 140 fb->Height - fb->_Ymax); in get_scissors()
|
D | nv10_context.c | 56 fb->_Ymax == fb->Height && fb->_Ymin == 0; in use_fast_zclear()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 154 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
|
D | intel_blit.c | 380 cy = ctx->DrawBuffer->Height - fb->_Ymax; in intelClearWithBlit() 384 ch = fb->_Ymax - fb->_Ymin; in intelClearWithBlit()
|
D | intel_pixel_bitmap.c | 250 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 156 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
|
D | brw_clear.c | 86 fb->_Ymax >= fb->Height; in noop_scissor()
|
D | brw_blorp.c | 1174 y1 = fb->_Ymax; in do_single_blorp_clear() 1176 y0 = rb->Height - fb->_Ymax; in do_single_blorp_clear() 1378 y1 = fb->_Ymax; in brw_blorp_clear_depth_stencil() 1380 y0 = rb_height - fb->_Ymax; in brw_blorp_clear_depth_stencil()
|
D | intel_pixel_bitmap.c | 247 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
|
D | brw_meta_util.c | 194 draw_fb->_Xmin, draw_fb->_Ymin, draw_fb->_Xmax, draw_fb->_Ymax, in brw_meta_mirror_clip_and_scissor()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_clear.c | 48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in clear_rgba_buffer()
|
D | s_zoom.c | 86 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds() 87 r1 = CLAMP(r1, fb->_Ymin, fb->_Ymax); in compute_zoomed_bounds()
|
D | s_depth.c | 562 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_buffer() 689 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_depth_stencil_buffer()
|
D | s_stencil.c | 570 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _swrast_clear_stencil_buffer()
|
D | s_copypix.c | 488 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax) { in swrast_fast_copy_pixels()
|
D | s_span.c | 709 const GLint ymax = ctx->DrawBuffer->_Ymax; in clip_span() 1191 assert(span->array->y[i] < fb->_Ymax); in _swrast_write_rgba_span()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 189 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; in clear_with_quad()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 254 const GLint height = ctx->DrawBuffer->_Ymax - y; in clear_buffers()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1755 y1 = ((float) fb->_Ymax / fb->Height) * 2.0f - 1.0f; in meta_clear() 1764 y1 = (float) fb->_Ymax; in meta_clear()
|