Home | History | Annotate | Download | only in glsl

Lines Matching refs:array_count

440    const unsigned array_count = type->is_array() ? type->length : 1;
441 uni->num_state_slots = array_count * statevar->num_elements;
448 for (unsigned a = 0; a < array_count; a++) {