Searched refs:BlockLayoutType (Results 1 – 4 of 4) sorted by relevance
42 enum BlockLayoutType enum51 const char *BlockLayoutTypeToString(BlockLayoutType type);284 BlockLayoutType layout;
985 const char *BlockLayoutTypeToString(BlockLayoutType type) in BlockLayoutTypeToString()989 case BlockLayoutType::BLOCKLAYOUT_STD140: in BlockLayoutTypeToString()991 case BlockLayoutType::BLOCKLAYOUT_STD430: in BlockLayoutTypeToString()993 case BlockLayoutType::BLOCKLAYOUT_PACKED: in BlockLayoutTypeToString()995 case BlockLayoutType::BLOCKLAYOUT_SHARED: in BlockLayoutTypeToString()
23 BlockLayoutType GetBlockLayoutType(TLayoutBlockStorage blockStorage) in GetBlockLayoutType()
818 block->layout = stream->readEnum<sh::BlockLayoutType>(); in LoadShInterfaceBlock()