HomeSort by relevance Sort by last modified time
    Searched refs:maxSamplerIndex (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.h 459 static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see computeSamplerTypeIndex()
460 TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
ParseHelper.cpp 119 for (int type = 0; type < maxSamplerIndex; ++type)
153 for (int type = 0; type < maxSamplerIndex; ++type)
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 340 static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSamplerTypeIndex()

Completed in 68 milliseconds