Searched refs:_Xmax (Results 1 – 25 of 25) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf_state.c | 92 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax || in upload_sf_vp() 107 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1; in upload_sf_vp() 114 sfv->scissor.xmax = ctx->DrawBuffer->_Xmax - 1; in upload_sf_vp()
|
D | intel_pixel_copy.c | 155 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
|
D | brw_clear.c | 85 fb->_Xmax >= fb->Width && in noop_scissor()
|
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()
|
D | brw_blorp.c | 794 x1 = fb->_Xmax; in do_single_blorp_clear()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 268 if (startX >= ctx->DrawBuffer->_Xmax) { 269 startX = ctx->DrawBuffer->_Xmax - 1;
|
D | s_clear.c | 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in clear_rgba_buffer()
|
D | s_zoom.c | 69 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds() 70 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
|
D | s_depth.c | 561 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer() 688 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_stencil_buffer()
|
D | s_stencil.c | 569 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_stencil_buffer()
|
D | s_copypix.c | 487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels()
|
D | s_span.c | 705 const GLint xmax = ctx->DrawBuffer->_Xmax; in clip_span() 1187 assert(span->array->x[i] < fb->_Xmax); in _swrast_write_rgba_span()
|
/external/mesa3d/src/mesa/main/ |
D | accum.c | 130 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer() 454 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_accum()
|
D | image.c | 626 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels() 627 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels() 894 const GLint dstXmax = drawFb->_Xmax; in _mesa_clip_blit()
|
D | framebuffer.c | 449 buffer->_Xmax = bbox[1]; in _mesa_update_draw_buffer_bounds()
|
D | mtypes.h | 3251 GLint _Xmin, _Xmax; member
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 153 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 250 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
|
D | intel_blit.c | 383 cw = fb->_Xmax - fb->_Xmin; in intelClearWithBlit()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 135 *w = fb->_Xmax - fb->_Xmin; in get_scissors()
|
D | nv10_context.c | 55 fb->_Xmax == fb->Width && fb->_Xmin == 0 && in use_fast_zclear()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 184 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; in clear_with_quad()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 252 const GLint width = ctx->DrawBuffer->_Xmax - x; in clear_buffers()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1740 x1 = ((float) fb->_Xmax / fb->Width) * 2.0f - 1.0f; in meta_clear() 1749 x1 = (float) fb->_Xmax; in meta_clear()
|