Lines Matching refs:location_frac
1216 int new_length = (old_length + var->data.location_frac) - 4;
1233 new_var->data.location_frac = 0;
1254 /* Treat this array as a vector starting at the component index in location_frac,
1255 * so if location_frac is 1 and index is 0, then it's accessing the 'y' component
1256 * of the vector. If index + location_frac is >= 4, there's no component there,
1259 unsigned total_index = index->u32 + var->data.location_frac;
1756 // Sort by stream, driver_location, location, location_frac, then index
1771 a->data.location_frac != b->data.location_frac ?
1772 a->data.location_frac - b->data.location_frac :