Searched refs:location_start (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp429 unsigned location_start = VARYING_SLOT_VAR0; local in function:compute_variable_location_slot
434 location_start = VERT_ATTRIB_GENERIC0;
439 location_start = VARYING_SLOT_PATCH0;
443 location_start = FRAG_RESULT_DATA0;
449 return var->data.location - location_start;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp419 unsigned location_start = VARYING_SLOT_VAR0; local in function:compute_variable_location_slot
424 location_start = VERT_ATTRIB_GENERIC0;
429 location_start = VARYING_SLOT_PATCH0;
433 location_start = FRAG_RESULT_DATA0;
439 return var->data.location - location_start;

Completed in 11 milliseconds