Home
last modified time | relevance | path

Searched refs:maxSamplerIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h480 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput… variable
481 TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
DParseHelper.cpp127 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
161 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
3722 assert(flattened < maxSamplerIndex); in computeSamplerTypeIndex()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h346 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler… variable