Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h459 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see comput… variable
460 TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
DParseHelper.cpp119 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
153 for (int type = 0; type < maxSamplerIndex; ++type) in setPrecisionDefaults()
3432 assert(flattened < maxSamplerIndex); in computeSamplerTypeIndex()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h340 …static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSampler… variable