Home | History | Annotate | Download | only in MachineIndependent

Lines Matching refs:computeSamplerTypeIndex

128             defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
130 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
133 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
3392 defaultSamplerPrecision[computeSamplerTypeIndex(publicType.sampler)] = qualifier;
3422 int TParseContext::computeSamplerTypeIndex(TSampler& sampler)
3440 return defaultSamplerPrecision[computeSamplerTypeIndex(publicType.sampler)];