HomeSort by relevance Sort by last modified time
    Searched defs:dstx (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 315 int srcx, srcy, srcz, dstx, dsty, dstz; local
326 srcx = srcy = srcz = dstx = dsty = dstz = 0;
345 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
357 dstx = rand() % (tdst.width0 - width + 1);
373 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
382 dstx, dsty, dstz, width, height, depth,
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 74 unsigned dstx, dsty, dstz; member in struct:call_resource_copy_region
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 198 unsigned dstx, unsigned dsty, unsigned dstz,
209 nv04_resource(dst), dstx,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
304 PUSH_DATA (push, ( width << 16) | dstx);
342 PUSH_DATA (push, (width << 16) | dstx);
370 unsigned dstx, unsigned dsty,
403 PUSH_DATA (push, ( width << 16) | dstx);
430 PUSH_DATA (push, (width << 16) | dstx);
1489 int32_t dstx, dsty; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 200 unsigned dstx, unsigned dsty, unsigned dstz,
211 nv04_resource(dst), dstx,
237 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
268 dstx, dsty, dst_layer,
282 unsigned dstx, unsigned dsty,
306 PUSH_DATA (push, ( width << 16) | dstx);
624 unsigned dstx, unsigned dsty,
656 PUSH_DATA (push, ( width << 16) | dstx);
1399 int32_t dstx, dsty; local
    [all...]

Completed in 68 milliseconds