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.h536 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()
DParseHelper.h472 TPrecisionQualifier defaultPrecision[EbtNumTypes];
480 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
DIntermediate.cpp912 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()
DParseHelper.cpp124 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()
3720 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
/third_party/glslang/glslang/Include/
DBaseTypes.h72 EbtNumTypes enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h346 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
DhlslParseHelper.cpp6735 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()