Home
last modified time | relevance | path

Searched refs:EbtNumTypes (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.h106 const char* prefixes[EbtNumTypes];
DSymbolTable.h567 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()
568 for (int t = 0; t < EbtNumTypes; ++t) in setPreviousDefaultPrecisions()
579 for (int t = 0; t < EbtNumTypes; ++t) in getPreviousDefaultPrecisions()
DIntermediate.cpp916 auto promoteTo = std::make_tuple(EbtNumTypes, EbtNumTypes); in addPairConversion()
951 if (std::get<0>(promoteTo) == EbtNumTypes || std::get<1>(promoteTo) == EbtNumTypes) in addPairConversion()
1892 return EbtNumTypes; in getCorrespondingUnsignedType()
1926 TBasicType res0 = EbtNumTypes; in getConversionDestinationType()
1927 TBasicType res1 = EbtNumTypes; in getConversionDestinationType()
DParseHelper.h525 TPrecisionQualifier defaultPrecision[EbtNumTypes];
533 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
DParseHelper.cpp128 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()
4133 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
/third_party/glslang/glslang/Include/
DBaseTypes.h76 EbtNumTypes enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h349 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
DhlslParseHelper.cpp6826 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()