Searched refs:pack_x_nr (Results 1 – 2 of 2) sorted by relevance
408 GLuint pack_x_pitch, pack_x_nr; in i945_miptree_layout_3d() local417 pack_x_nr = 1; in i945_miptree_layout_3d()429 for (j = 0; j < pack_x_nr && q < depth; j++, q++) { in i945_miptree_layout_3d()442 pack_x_nr <<= 1; in i945_miptree_layout_3d()443 assert(pack_x_pitch * pack_x_nr <= mt->total_width); in i945_miptree_layout_3d()
532 unsigned pack_x_pitch, pack_x_nr; in i945_texture_layout_3d() local541 pack_x_nr = 1; in i945_texture_layout_3d()551 for (j = 0; j < pack_x_nr && q < depth; j++, q++) { in i945_texture_layout_3d()565 pack_x_nr <<= 1; in i945_texture_layout_3d()566 assert(pack_x_pitch * pack_x_nr * in i945_texture_layout_3d()