Lines Matching defs:bytes
65 " b - Allocate a BO in VRAM, GTT or VRAM|GTT of size bytes.\n"
68 " c - Copy size bytes from BO (bo_id1) to BO (bo_id2), count times\n"
198 uint64_t bytes = size < 0x40000 ? size : 0x40000;
202 bytes);
212 pm4[i++] = bytes - 1;
214 pm4[i++] = bytes;
222 size -= bytes;
223 src += bytes;
224 dst += bytes;
276 fprintf(stdout, "Submitted %u IBs to copy from %u(%lx) to %u(%lx) %lu bytes took %lu usec\n",