Lines Matching defs:base
859 /* The only other base types are structures, arrays, and samplers.
896 /* The only other base types are structures, arrays, and samplers.
932 /* The only other base types are structures, arrays, samplers, and
1143 /* Based on the number of elements in the swizzle and the base type
1199 * table encodes the base index encoded in the previous table plus the actual
1226 /* Validate the first character in the swizzle string and look up the base
1232 const unsigned base = base_idx[str[0] - 'a'];
1242 swiz_idx[i] = idx_map[str[i] - 'a'] - base;