Searched defs:DeviceRecord (Results 1 – 4 of 4) sorted by relevance
42 struct DeviceRecord struct44 static unsigned int get_size (unsigned count) in get_size()49 bool serialize (hb_serialize_context_t *c, unsigned pixelSize, Iterator it) in serialize()68 bool sanitize (hb_sanitize_context_t *c, unsigned sizeDeviceRecord) const in sanitize()75 HBUINT8 pixelSize; /* Pixel size for following widths (as ppem). */76 HBUINT8 maxWidth; /* Maximum width. */77 UnsizedArrayOf<HBUINT8> widthsZ; /* Array of widths (numGlyphs is from the 'maxp' table). */
190 struct DeviceRecord struct192 uint16_t m_DeviceUid;193 uint16_t m_DeviceCores;194 std::string m_DeviceName;196 static void printHeader() in printHeader()214 void printContents() const in printContents()
25 using DeviceRecord = std::vector<uint32_t>; typedef in armnn::profiling::SendCounterPacket
1328 struct DeviceRecord in BOOST_AUTO_TEST_CASE() struct1330 uint16_t uid; in BOOST_AUTO_TEST_CASE()1331 uint16_t cores; in BOOST_AUTO_TEST_CASE()1332 uint32_t name_offset; in BOOST_AUTO_TEST_CASE()1333 uint32_t name_length; in BOOST_AUTO_TEST_CASE()1334 std::string name; in BOOST_AUTO_TEST_CASE()