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.h561 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()
DIntermediate.cpp899 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()
DParseHelper.h530 TPrecisionQualifier defaultPrecision[EbtNumTypes];
538 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
DParseHelper.cpp118 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()
4317 …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.cpp6829 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()