Searched refs:pack_x_nr (Results 1 – 3 of 3) sorted by relevance
90 GLuint pack_x_pitch, pack_x_nr; in brw_miptree_layout() local105 pack_x_nr = 1; in brw_miptree_layout()117 for (j = 0; j < pack_x_nr && q < depth; j++, q++) { in brw_miptree_layout()140 pack_x_nr <<= 1; in brw_miptree_layout()143 pack_x_nr <<= 1; in brw_miptree_layout()
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()
505 unsigned pack_x_pitch, pack_x_nr; in i945_texture_layout_3d() local514 pack_x_nr = 1; in i945_texture_layout_3d()524 for (j = 0; j < pack_x_nr && q < depth; j++, q++) { in i945_texture_layout_3d()537 pack_x_nr <<= 1; in i945_texture_layout_3d()538 assert(pack_x_pitch * pack_x_nr * util_format_get_blocksize(pt->format) <= tex->stride); in i945_texture_layout_3d()