Home
last modified time | relevance | path

Searched refs:destx (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_clear.c44 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()
Di915_context.h407 unsigned stencil, unsigned destx, unsigned desty,
/third_party/mesa3d/src/mesa/main/
Ddrawpix.c291 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/
Dsurface.c351 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/
Dsurface.c306 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()
Dva_private.h380 … unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw,