Searched refs:explicit_locations (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 463 check_location_aliasing(struct explicit_location_info explicit_locations[][4], argument 500 &explicit_locations[location][comp]; 624 struct explicit_location_info explicit_locations[][4], 664 if (!check_location_aliasing(explicit_locations, var, 677 } else if (!check_location_aliasing(explicit_locations, var, 710 struct explicit_location_info explicit_locations[MAX_VARYING][4]; local in function:validate_first_and_last_interface_explicit_locations 725 memset(explicit_locations, 0, sizeof(explicit_locations)); 737 ctx, explicit_locations, var, prog, sh)) { 623 validate_explicit_variable_location(struct gl_context * ctx,struct explicit_location_info explicit_locations[][4],ir_variable * var,gl_shader_program * prog,gl_linked_shader * sh) argument
|
| H A D | linker.cpp | 3309 ir_variable *explicit_locations[MAX_VARYINGS_INCL_PATCH][4] = local in function:match_explicit_outputs_to_inputs 3323 if (explicit_locations[idx][var->data.location_frac] == NULL) 3324 explicit_locations[idx][var->data.location_frac] = var; 3344 output = explicit_locations[input->data.location - VARYING_SLOT_VAR0]
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 453 check_location_aliasing(struct explicit_location_info explicit_locations[][4], argument 490 &explicit_locations[location][comp]; 614 struct explicit_location_info explicit_locations[][4], 653 if (!check_location_aliasing(explicit_locations, var, 665 } else if (!check_location_aliasing(explicit_locations, var, 698 struct explicit_location_info explicit_locations[MAX_VARYING][4]; local in function:validate_first_and_last_interface_explicit_locations 713 memset(explicit_locations, 0, sizeof(explicit_locations)); 725 ctx, explicit_locations, var, prog, sh)) { 613 validate_explicit_variable_location(struct gl_context * ctx,struct explicit_location_info explicit_locations[][4],ir_variable * var,gl_shader_program * prog,gl_linked_shader * sh) argument
|
| H A D | linker.cpp | 3209 ir_variable *explicit_locations[MAX_VARYINGS_INCL_PATCH][4] = local in function:match_explicit_outputs_to_inputs 3223 if (explicit_locations[idx][var->data.location_frac] == NULL) 3224 explicit_locations[idx][var->data.location_frac] = var; 3244 output = explicit_locations[input->data.location - VARYING_SLOT_VAR0]
|
Completed in 21 milliseconds