Home
last modified time | relevance | path

Searched defs:isRowMajorMatrix (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h49 bool isRowMajorMatrix = false; member
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h55 bool isRowMajorMatrix; member
DOutputASM.cpp344 …er::getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int *arra… in getBlockLayoutInfo()
378 …Encoder::advanceOffset(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int array… in advanceOffset()