Searched refs:qual_location (Results 1 – 1 of 1) sorted by relevance
3158 unsigned qual_location; in apply_explicit_location() local3160 &qual_location)) { in apply_explicit_location()3170 unsigned max_loc = qual_location + var->type->uniform_locations() - 1; in apply_explicit_location()3180 var->data.location = qual_location; in apply_explicit_location()3268 ? (qual_location + VERT_ATTRIB_GENERIC0) in apply_explicit_location()3269 : (qual_location + VARYING_SLOT_VAR0); in apply_explicit_location()3276 var->data.location = qual_location + VARYING_SLOT_PATCH0; in apply_explicit_location()3278 var->data.location = qual_location + VARYING_SLOT_VAR0; in apply_explicit_location()3283 ? (qual_location + FRAG_RESULT_DATA0) in apply_explicit_location()3284 : (qual_location + VARYING_SLOT_VAR0); in apply_explicit_location()[all …]