Lines Matching defs:bytes
247 /* returns alignment in pixels for pitch/height/depth and bytes for base */
476 * for bytes, do just * 8. */
477 uint32_t bytes = track->nsamples * track->log_nsamples * 8 * (tile_max + 1);
479 if (bytes + track->cb_color_frag_offset[i] >
482 "(tile_max=%u, bytes=%u, offset=%llu, bo_size=%lu)\n",
483 __func__, tile_max, bytes,
494 * (128*128) / (8*8) / 2 = 128 bytes per block. */
495 uint32_t bytes = (block_max + 1) * 128;
497 if (bytes + track->cb_color_tile_offset[i] >
500 "(block_max=%u, bytes=%u, offset=%llu, bo_size=%lu)\n",
501 __func__, block_max, bytes,
1092 /* size in register is DWs, convert to bytes */
1490 /* convert to bytes */