Lines Matching defs:bytes
283 const uint bytes = w * h * d * bpp;
284 lpr->data = align_malloc(bytes, 16);
287 memset(lpr->data, 0, bytes);
760 unsigned bytes,
775 buffer->base.width0 = bytes;
787 * Compute size (in bytes) need to store a texture image / mipmap level,
819 * Compute size (in bytes) need to store a texture image / mipmap level,
1380 * Return size of resource in bytes
1410 debug_printf("resource %u at %p, size %ux%ux%u: %u bytes, refcount %u\n",