Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.h104 const char* prefixes[EbtNumTypes];
DSymbolTable.h500 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()
DParseHelper.h451 TPrecisionQualifier defaultPrecision[EbtNumTypes];
459 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput…
DIntermediate.cpp756 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()
DParseHelper.cpp116 for (int type = 0; type < EbtNumTypes; ++type) in setPrecisionDefaults()
3430 …int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex… in computeSamplerTypeIndex()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h74 EbtNumTypes enumerator
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h340 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler…
DhlslParseHelper.cpp6570 … (EbtNumTypes * (2 * (2 * arrayIndex + shadowIndex) + externalIndex) + sampler.type) + sampler.dim; in computeSamplerTypeIndex()