Searched refs:last_face (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_texture.c439 unsigned *first_face, unsigned *last_face,
443 *last_face = *last_layer % 6;
447 assert((*first_layer == *last_layer) || (*first_face == 0 && *last_face == 5));
459 unsigned first_face = 0, last_face = 0; local in function:panfrost_texture_num_elements
462 panfrost_adjust_cube_dimensions(&first_face, &last_face,
468 unsigned faces = 1 + last_face - first_face;
503 unsigned face, first_face, last_face; member in struct:panfrost_surface_iter
511 unsigned first_face, unsigned last_face,
519 iter->last_face = last_face;
438 panfrost_adjust_cube_dimensions(unsigned * first_face,unsigned * last_face,unsigned * first_layer,unsigned * last_layer) argument
508 panfrost_surface_iter_begin(struct panfrost_surface_iter * iter,unsigned first_layer,unsigned last_layer,unsigned first_level,unsigned last_level,unsigned first_face,unsigned last_face,unsigned nr_samples) argument
625 unsigned first_face = 0, last_face = 0; local in function:panfrost_emit_texture_payload
[all...]

Completed in 2 milliseconds