Lines Matching defs:first_face
125 unsigned *first_face, unsigned *last_face,
128 *first_face = *first_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,
201 iter->face = iter->first_face = first_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);