Searched defs:BlockMemberInfo (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 36 struct BlockMemberInfo struct 38 BlockMemberInfo() : offset(-1), arrayStride(-1), matrixStride(-1), isRowMajorMatrix(false) {} in BlockMemberInfo() argument 40 BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix) in BlockMemberInfo() function 47 static BlockMemberInfo getDefaultBlockInfo() in getDefaultBlockInfo() argument 74 …type, const std::string &name, int registerIndex, int blockId, const BlockMemberInfo& blockMemberI… argument
|