Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.h25 struct BlockMemberInfo struct
29 constexpr BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix) in BlockMemberInfo() argument
38 constexpr BlockMemberInfo(int offset, in BlockMemberInfo() argument
52 constexpr BlockMemberInfo(GLenum type, in BlockMemberInfo() function
66 constexpr BlockMemberInfo(GLenum type, in BlockMemberInfo() function
82 uint16_t type = GL_INVALID_ENUM;
106 bool operator==(const BlockMemberInfo &lhs, const BlockMemberInfo &rhs); argument