Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h538 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput… variable
539 TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
DParseHelper.cpp121 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
155 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
4319 assert(flattened < maxSamplerIndex); in computeSamplerTypeIndex()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h349 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler… variable