Searched refs:EbtNumTypes (Results 1 – 8 of 8) sorted by relevance
104 const char* prefixes[EbtNumTypes];
500 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()501 for (int t = 0; t < EbtNumTypes; ++t) in setPreviousDefaultPrecisions()512 for (int t = 0; t < EbtNumTypes; ++t) in getPreviousDefaultPrecisions()
451 TPrecisionQualifier defaultPrecision[EbtNumTypes];459 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
756 auto promoteTo = std::make_tuple(EbtNumTypes, EbtNumTypes); in addConversion()791 if (std::get<0>(promoteTo) == EbtNumTypes || std::get<1>(promoteTo) == EbtNumTypes) in addConversion()1738 return EbtNumTypes; in getCorrespondingUnsignedType()1772 TBasicType res0 = EbtNumTypes; in getConversionDestinatonType()1773 TBasicType res1 = EbtNumTypes; in getConversionDestinatonType()
116 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()3430 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
74 EbtNumTypes enumerator
340 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
6570 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()