Lines Matching defs:last_face
125 unsigned *first_face, unsigned *last_face,
129 *last_face = *last_layer % 6;
133 assert((*first_layer == *last_layer) || (*first_face == 0 && *last_face == 5));
144 unsigned first_face = 0, last_face = 0;
147 panfrost_adjust_cube_dimensions(&first_face, &last_face,
153 unsigned faces = 1 + last_face - first_face;
186 unsigned face, first_face, last_face;
194 unsigned first_face, unsigned last_face,
202 iter->last_face = last_face;
479 unsigned first_face = 0, last_face = 0;
482 panfrost_adjust_cube_dimensions(&first_face, &last_face,
490 first_face, last_face, nr_samples);