Searched refs:computeSamplerTypeIndex (Results 1 – 4 of 4) sorted by relevance
360 int computeSamplerTypeIndex(TSampler&);
128 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow; in setPrecisionDefaults()130 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow; in setPrecisionDefaults()133 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow; in setPrecisionDefaults()3392 defaultSamplerPrecision[computeSamplerTypeIndex(publicType.sampler)] = qualifier; in setDefaultPrecision()3422 int TParseContext::computeSamplerTypeIndex(TSampler& sampler) in computeSamplerTypeIndex() function in glslang::TParseContext3440 return defaultSamplerPrecision[computeSamplerTypeIndex(publicType.sampler)]; in getDefaultPrecision()
132 int computeSamplerTypeIndex(TSampler&);
6563 int HlslParseContext::computeSamplerTypeIndex(TSampler& sampler) in computeSamplerTypeIndex() function in glslang::HlslParseContext