HomeSort by relevance Sort by last modified time
    Searched full:explicit_locations (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 395 ir_variable *explicit_locations[MAX_VARYINGS_INCL_PATCH][4] = local
433 if (explicit_locations[idx][i] != NULL) {
445 if (explicit_locations[idx][j] &&
446 (explicit_locations[idx][j]->type->without_array()
457 explicit_locations[idx][i] = var;
528 output = explicit_locations[idx][input->data.location_frac];
    [all...]
linker.cpp 2970 ir_variable *explicit_locations[MAX_VARYINGS_INCL_PATCH][4] = local
    [all...]

Completed in 98 milliseconds