Searched refs:BlockLayoutType (Results 1 – 3 of 3) sorted by relevance
40 enum BlockLayoutType enum278 BlockLayoutType layout;
116 static const char *BlockLayoutTypeToString(sh::BlockLayoutType type) in BlockLayoutTypeToString()120 case sh::BlockLayoutType::BLOCKLAYOUT_STD140: in BlockLayoutTypeToString()122 case sh::BlockLayoutType::BLOCKLAYOUT_STD430: in BlockLayoutTypeToString()124 case sh::BlockLayoutType::BLOCKLAYOUT_PACKED: in BlockLayoutTypeToString()126 case sh::BlockLayoutType::BLOCKLAYOUT_SHARED: in BlockLayoutTypeToString()
23 BlockLayoutType GetBlockLayoutType(TLayoutBlockStorage blockStorage) in GetBlockLayoutType()