Searched refs:loc_type (Results 1 – 1 of 1) sorted by relevance
1897 const glsl_type *loc_type[MAX_VARYINGS_INCL_PATCH][4] = { {NULL, NULL} }; in store_locations() local1938 loc_type[slot][offset] = type; in store_locations()1961 if (loc_type[slot][j]) { in store_locations()1962 if (type->base_type != loc_type[slot][j]->base_type) in store_locations()