Home
last modified time | relevance | path

Searched refs:arrayExceedsLimits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h306 bool arrayExceedsLimits(TIntermTyped *operand);
DOutputASM.cpp3506 bool OutputASM::arrayExceedsLimits(TIntermTyped *operand) in arrayExceedsLimits() function in glsl::OutputASM
3613 if (arrayExceedsLimits(variable)) in allocate()