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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp2177 const glsl_type *loc_type[MAX_VARYINGS_INCL_PATCH][4] = { {NULL, NULL} }; local in function:varying_matches::store_locations
2218 loc_type[slot][offset] = type;
2241 if (loc_type[slot][j]) {
2242 if (type->base_type != loc_type[slot][j]->base_type)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp2023 const glsl_type *loc_type[MAX_VARYINGS_INCL_PATCH][4] = { {NULL, NULL} }; local in function:varying_matches::store_locations
2064 loc_type[slot][offset] = type;
2087 if (loc_type[slot][j]) {
2088 if (type->base_type != loc_type[slot][j]->base_type)

Completed in 14 milliseconds