Home
last modified time | relevance | path

Searched defs:BlockMemberInfo (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
Dblocklayout.h25 struct BlockMemberInfo struct
29 constexpr BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix) in BlockMemberInfo() function
36 constexpr BlockMemberInfo(int offset, in BlockMemberInfo() function
71 constexpr BlockMemberInfo kDefaultBlockMemberInfo; argument
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h36 struct BlockMemberInfo struct
38 BlockMemberInfo() : offset(-1), arrayStride(-1), matrixStride(-1), isRowMajorMatrix(false) {} in BlockMemberInfo() function
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