Home
last modified time | relevance | path

Searched refs:explicit_location (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/glsl/
Dast_type.cpp110 if (q.flags.q.explicit_location) in merge_qualifier()
Dir_clone.cpp61 var->explicit_location = this->explicit_location; in clone()
Dlinker.cpp214 if ((var->location >= generic_base) && !var->explicit_location) in link_invalidate_variable_locations()
446 if (var->explicit_location) { in cross_validate_globals()
447 if (existing->explicit_location in cross_validate_globals()
456 existing->explicit_location = true; in cross_validate_globals()
1333 if (var->explicit_location) { in assign_attribute_or_color_locations()
2014 var->explicit_location) { in is_varying_var()
Dast.h384 unsigned explicit_location:1; member
Dir.h428 unsigned explicit_location:1; variable
Dast_to_hir.cpp2033 if (qual->flags.q.explicit_location) { in apply_type_qualifier_to_variable()
2073 var->explicit_location = true; in apply_type_qualifier_to_variable()
2118 || qual->flags.q.explicit_location; /* no need for index since it relies on location */ in apply_type_qualifier_to_variable()
Dbuiltin_variables.cpp410 var->explicit_location = (slot >= 0); in add_variable()
Dir.cpp1492 this->explicit_location = false; in ir_variable()
Dglsl_parser.yy1201 $$.flags.q.explicit_location = 1;