Home | History | Annotate | Download | only in i915

Lines Matching refs:width0

213    if (pt->width0 >= 240) {
214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
218 } else if (pt->width0 == 64 && pt->height0 == 64) {
219 tex->stride = get_pot_stride(pt->format, pt->width0);
227 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
246 if (pt->width0 < 240)
252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
258 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
298 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0);
302 assert(pt->width0 == pt->height0); /* cubemap images are square */
336 unsigned width = pt->width0;
338 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
344 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
365 unsigned width = pt->width0;
373 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
442 unsigned width = pt->width0;
444 unsigned nblocksx = util_format_get_nblocksx(pt->format, pt->width0);
452 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
461 align_nblocksx(pt->format, u_minify(pt->width0, 1), align_x) +
462 util_format_get_nblocksx(pt->format, u_minify(pt->width0, 2));
501 unsigned width = pt->width0;
504 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
509 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
556 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0);
557 const unsigned dim = pt->width0;
561 assert(pt->width0 == pt->height0); /* cubemap images are square */
562 assert(util_next_power_of_two(pt->width0) == pt->width0); /* npot only */
573 if (pt->width0 >= 64)
581 if (pt->width0 >= 4)
871 tex->b.b.width0 == transfer->box.width) {
976 if ((template->bind & PIPE_BIND_SCANOUT) && template->width0 != 64)