| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_test_dma.c | 305 int srcx, srcy, srcz, dstx, dsty, dstz; local 316 srcx = srcy = srcz = dstx = dsty = dstz = 0; 321 dstz = rand() % (tdst.array_size - depth + 1); 363 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); 372 dstx, dsty, dstz, width, height, depth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_test_blit.c | 308 int srcx, srcy, srcz, dstx, dsty, dstz; local 319 srcx = srcy = srcz = dstx = dsty = dstz = 0; 324 dstz = rand() % (tdst.array_size - depth + 1); 362 si_resource_copy_region(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); 370 dstz, width, height, depth, src_cpu.ptr, src_cpu.stride,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_test_dma.c | 306 int srcx, srcy, srcz, dstx, dsty, dstz; local 317 srcx = srcy = srcz = dstx = dsty = dstz = 0; 322 dstz = rand() % (tdst.array_size - depth + 1); 364 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); 373 dstx, dsty, dstz, width, height, depth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_batch.c | 450 unsigned dstz = 0; local 491 region.dstSubresource.baseArrayLayer = dstz; 499 region.dstOffset.z = dstz;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_test_dma.c | 323 int srcx, srcy, srcz, dstx, dsty, dstz; local 334 srcx = srcy = srcz = dstx = dsty = dstz = 0; 339 dstz = rand() % (tdst.array_size - depth + 1); 381 sctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); 390 dstx, dsty, dstz, width, height, depth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_pipe.h | 87 unsigned dstx, dsty, dstz; member in struct:call_resource_copy_region
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_texture.c | 1986 unsigned dstz = texImage->Face + texImage->TexObject->Attrib.MinLayer; local 2032 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); 2218 blit.dst.box.z = zoffset + dstz;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| dd_pipe.h | 87 unsigned dstx, dsty, dstz; member in struct:call_resource_copy_region
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_texture.c | 1433 unsigned dstz = texImage->Face + texImage->TexObject->MinLayer; local 1479 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); 1665 blit.dst.box.z = zoffset + dstz;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_threaded_context.c | 1509 unsigned dstx, dsty, dstz; member in struct:tc_resource_copy_region 1518 unsigned dstx, unsigned dsty, unsigned dstz, 2157 p->dstz, p->src, p->src_level, &p->src_box); 2165 unsigned dstx, unsigned dsty, unsigned dstz, 2179 p->dstz = dstz;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_threaded_context.c | 2255 unsigned dstx, dsty, dstz; member in struct:tc_resource_copy_region 2265 unsigned dstx, unsigned dsty, unsigned dstz, 3544 p->dstz, p->src, p->src_level, &p->src_box); 3553 unsigned dstx, unsigned dsty, unsigned dstz, 3567 p->dstz = dstz;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_execute.c | 2310 unsigned dstz = dst_image->bo->target == PIPE_TEXTURE_3D ? local 2317 dstz,
|