HomeSort by relevance Sort by last modified time
    Searched defs:dsty (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;
346 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
358 dsty = rand() % (tdst.height0 - height + 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,
233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
265 dstx, dsty, dst_layer,
279 unsigned dstx, unsigned dsty,
305 PUSH_DATA (push, (height << 16) | dsty);
343 PUSH_DATA (push, (height << 16) | dsty);
370 unsigned dstx, unsigned dsty,
404 PUSH_DATA (push, (height << 16) | dsty);
431 PUSH_DATA (push, (height << 16) | dsty);
1489 int32_t dstx, dsty; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 200 unsigned dstx, unsigned dsty, unsigned dstz,
237 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz);
268 dstx, dsty, dst_layer,
282 unsigned dstx, unsigned dsty,
307 PUSH_DATA (push, (height << 16) | dsty);
624 unsigned dstx, unsigned dsty,
657 PUSH_DATA (push, (height << 16) | dsty);
1399 int32_t dstx, dsty; local
    [all...]

Completed in 189 milliseconds