Home
last modified time | relevance | path

Searched refs:explicit_locations (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp448 check_location_aliasing(struct explicit_location_info explicit_locations[][4], in check_location_aliasing()
476 &explicit_locations[location][comp]; in check_location_aliasing()
553 struct explicit_location_info explicit_locations[][4], in validate_explicit_variable_location()
592 if (!check_location_aliasing(explicit_locations, var, in validate_explicit_variable_location()
604 } else if (!check_location_aliasing(explicit_locations, var, in validate_explicit_variable_location()
639 struct explicit_location_info explicit_locations[MAX_VARYING][4]; in validate_sso_explicit_locations() local
654 memset(explicit_locations, 0, sizeof(explicit_locations)); in validate_sso_explicit_locations()
666 ctx, explicit_locations, var, prog, sh)) { in validate_sso_explicit_locations()
683 struct explicit_location_info explicit_locations[MAX_VARYING][4] = { 0 }; in cross_validate_outputs_to_inputs() local
701 explicit_locations, in cross_validate_outputs_to_inputs()
[all …]
Dlinker.cpp3051 ir_variable *explicit_locations[MAX_VARYINGS_INCL_PATCH][4] = in match_explicit_outputs_to_inputs() local
3065 if (explicit_locations[idx][var->data.location_frac] == NULL) in match_explicit_outputs_to_inputs()
3066 explicit_locations[idx][var->data.location_frac] = var; in match_explicit_outputs_to_inputs()
3080 output = explicit_locations[input->data.location - VARYING_SLOT_VAR0] in match_explicit_outputs_to_inputs()