Searched defs:CoreIndex (Results 1 – 1 of 1) sorted by relevance
158 struct CoreIndex { struct160 enum : uint32_t {165 enum : uint32_t {191 inline CoreIndex(uint32_t index) : mIndex(index) { } in CoreIndex() argument197 inline bool isVendor() const { return mIndex & IS_VENDOR_FLAG; } in isVendor()200 inline bool isFlexible() const { return mIndex & IS_FLEX_FLAG; } in isFlexible()204 inline uint32_t coreIndex() const { return mIndex & CORE_MASK; } in coreIndex()207 inline type_index_t typeIndex() const { return mIndex & TYPE_INDEX_MASK; } in typeIndex()