Searched refs:EbtNumTypes (Results 1 – 8 of 8) sorted by relevance
106 const char* prefixes[EbtNumTypes];
536 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()537 for (int t = 0; t < EbtNumTypes; ++t) in setPreviousDefaultPrecisions()548 for (int t = 0; t < EbtNumTypes; ++t) in getPreviousDefaultPrecisions()
472 TPrecisionQualifier defaultPrecision[EbtNumTypes];480 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
912 auto promoteTo = std::make_tuple(EbtNumTypes, EbtNumTypes); in addPairConversion()947 if (std::get<0>(promoteTo) == EbtNumTypes || std::get<1>(promoteTo) == EbtNumTypes) in addPairConversion()1888 return EbtNumTypes; in getCorrespondingUnsignedType()1922 TBasicType res0 = EbtNumTypes; in getConversionDestinationType()1923 TBasicType res1 = EbtNumTypes; in getConversionDestinationType()
124 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()3720 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
72 EbtNumTypes enumerator
346 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
6735 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()