Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c151 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dintel_pixel_bitmap.c250 fb->_Xmax, fb->_Ymax, in do_blit_bitmap()
Dintel_blit.c364 cw = fb->_Xmax - fb->_Xmin; in intelClearWithBlit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c153 fb->_Xmax, fb->_Ymax, in do_blit_copypixels()
Dbrw_clear.c84 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.c1217 x1 = fb->_Xmax; in do_single_blorp_clear()
1417 x1 = fb->_Xmax; in brw_blorp_clear_depth_stencil()
/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h268 if (startX >= ctx->DrawBuffer->_Xmax) {
269 startX = ctx->DrawBuffer->_Xmax - 1;
Ds_zoom.c70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax); in compute_zoomed_bounds()
Ds_clear.c119 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in clear_rgba_buffer()
Ds_depth.c555 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_buffer()
683 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _swrast_clear_depth_stencil_buffer()
Ds_stencil.c568 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.c708 const GLint xmax = ctx->DrawBuffer->_Xmax; in clip_span()
1189 assert(span->array->x[i] < fb->_Xmax); in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/main/
Daccum.c81 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
412 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in 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.c416 buffer->_Xmax = bbox[1]; in _mesa_update_draw_buffer_bounds()
Dmtypes.h3547 GLint _Xmin, _Xmax; member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h135 *w = fb->_Xmax - fb->_Xmin; in get_scissors()
Dnv10_context.c56 fb->_Xmax == fb->Width && fb->_Xmin == 0 && in use_fast_zclear()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c246 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.c1775 const float x1 = ((float) fb->_Xmax / fb->Width) * 2.0f - 1.0f; in meta_clear()