Home | History | Annotate | Download | only in i915

Lines Matching refs:nblocksy

143    tex->image_offset[level][0].nblocksy = 0;
152 y = tex->image_offset[level][layer].nblocksy;
160 unsigned nblocksx, unsigned nblocksy)
163 assert(!(img == 0 && level == 0) || (nblocksx == 0 && nblocksy == 0));
167 tex->image_offset[level][img].nblocksy = nblocksy;
338 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
351 tex->total_nblocksy += nblocksy;
355 nblocksy = align_nblocksy(pt->format, height, align_y);
368 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0);
380 stack_nblocksy += MAX2(2, nblocksy);
384 nblocksy = util_format_get_nblocksy(pt->format, height);
445 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0);
480 tex->total_nblocksy = MAX2(tex->total_nblocksy, y + nblocksy);
487 y += nblocksy;
493 nblocksy = align_nblocksy(pt->format, height, align_y);
504 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
512 pack_y_pitch = MAX2(nblocksy, 2);
548 nblocksy = util_format_get_nblocksy(pt->format, height);