Home | History | Annotate | Download | only in glsl

Lines Matching defs:array_count

557    const unsigned array_count = type->is_array() ? type->length : 1;
560 uni->allocate_state_slots(array_count * statevar->num_elements);
562 for (unsigned a = 0; a < array_count; a++) {