Searched defs:generic_base (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp204 int generic_base)
214 if ((var->location >= generic_base) && !var->explicit_location)
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX) local
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;
203 link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode, int generic_base) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp204 int generic_base)
214 if ((var->location >= generic_base) && !var->explicit_location)
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX) local
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;
203 link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode, int generic_base) argument

Completed in 410 milliseconds