Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp819 unsigned int uintSize = constant->getUConst(0); in arraySizeErrorCheck() local
820 if (uintSize > static_cast<unsigned int>(std::numeric_limits<int>::max())) in arraySizeErrorCheck()
827 size = static_cast<int>(uintSize); in arraySizeErrorCheck()