Searched refs:EbtNumTypes (Results 1 – 8 of 8) sorted by relevance
106 const char* prefixes[EbtNumTypes];
561 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()562 for (int t = 0; t < EbtNumTypes; ++t) in setPreviousDefaultPrecisions()573 for (int t = 0; t < EbtNumTypes; ++t) in getPreviousDefaultPrecisions()
899 auto promoteTo = std::make_tuple(EbtNumTypes, EbtNumTypes); in addPairConversion()934 if (std::get<0>(promoteTo) == EbtNumTypes || std::get<1>(promoteTo) == EbtNumTypes) in addPairConversion()1858 return EbtNumTypes; in getCorrespondingUnsignedType()1892 TBasicType res0 = EbtNumTypes; in getConversionDestinationType()1893 TBasicType res1 = EbtNumTypes; in getConversionDestinationType()
530 TPrecisionQualifier defaultPrecision[EbtNumTypes];538 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
118 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()4317 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
76 EbtNumTypes enumerator
349 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
6829 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()