Home | History | Annotate | Download | only in glsl

Lines Matching defs:generic_base

204 				   int generic_base)
214 if ((var->location >= generic_base) && !var->explicit_location)
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX)
1306 link_invalidate_variable_locations(sh, direction, generic_base);
1334 if ((var->location >= (int)(max_index + generic_base))
1339 ? var->location : var->location - generic_base,
1371 if (var->location >= generic_base && var->index < 1) {
1405 const unsigned attr = var->location - generic_base;
1471 to_assign[i].var->location = generic_base + location;