Home
last modified time | relevance | path

Searched refs:_Xmax (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf_state.c92 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()
Dintel_pixel_copy.c155 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dbrw_clear.c85 fb->_Xmax >= fb->Width && in noop_scissor()
Dintel_pixel_bitmap.c247 fb->_Xmax, fb->_Ymax, 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.c794 x1 = fb->_Xmax; in do_single_blorp_clear()
/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h268 if (startX >= ctx->DrawBuffer->_Xmax) {
269 startX = ctx->DrawBuffer->_Xmax - 1;
Ds_clear.c49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in clear_rgba_buffer()
Ds_zoom.c69 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
70 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
Ds_depth.c561 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()
Ds_stencil.c569 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_stencil_buffer()
Ds_copypix.c487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels()
Ds_span.c705 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/
Daccum.c130 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
454 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_accum()
Dimage.c626 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()
Dframebuffer.c449 buffer->_Xmax = bbox[1]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h3251 GLint _Xmin, _Xmax; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c153 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dintel_pixel_bitmap.c250 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
Dintel_blit.c383 cw = fb->_Xmax - fb->_Xmin; in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h135 *w = fb->_Xmax - fb->_Xmin; in get_scissors()
Dnv10_context.c55 fb->_Xmax == fb->Width && fb->_Xmin == 0 && in use_fast_zclear()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c184 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; in clear_with_quad()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c252 const GLint width = ctx->DrawBuffer->_Xmax - x; in clear_buffers()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1740 x1 = ((float) fb->_Xmax / fb->Width) * 2.0f - 1.0f; in meta_clear()
1749 x1 = (float) fb->_Xmax; in meta_clear()