Searched refs:destx (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 44 unsigned stencil, unsigned destx, unsigned desty, in i915_clear_emit() argument 147 OUT_BATCH_F(destx + width); in i915_clear_emit() 149 OUT_BATCH_F(destx); in i915_clear_emit() 151 OUT_BATCH_F(destx); in i915_clear_emit() 166 OUT_BATCH_F(destx + width); in i915_clear_emit() 168 OUT_BATCH_F(destx); in i915_clear_emit() 170 OUT_BATCH_F(destx); in i915_clear_emit() 198 OUT_BATCH_F(destx + width); in i915_clear_emit() 200 OUT_BATCH_F(destx); in i915_clear_emit() 202 OUT_BATCH_F(destx); in i915_clear_emit()
|
D | i915_context.h | 407 unsigned stencil, unsigned destx, unsigned desty,
|
/third_party/mesa3d/src/mesa/main/ |
D | drawpix.c | 291 GLint destx = lroundf(ctx->Current.RasterPos[0]); in _mesa_CopyPixels() local 293 st_CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | surface.c | 351 short destx, short desty, unsigned short destw, unsigned short desth, in XvMCPutSurface() argument 366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in XvMCPutSurface()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 306 unsigned short srcw, unsigned short srch, short destx, short desty, in vlVaPutSurface() argument 317 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in vlVaPutSurface()
|
D | va_private.h | 380 … unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw,
|