Searched defs:packed_t (Results 1 – 2 of 2) sorted by relevance
49 struct packed_t in test_packed1() struct51 uint8_t mByte; in test_packed1()52 uint32_t mWord; in test_packed1()53 uint16_t mShort; in test_packed1()64 struct packed_t in test_packed2() struct66 uint8_t mBytes[3]; in test_packed2()67 uint8_t mByte; in test_packed2()83 struct packed_t in test_packed_union() struct85 uint8_t mBytes[3]; in test_packed_union()87 { in test_packed_union()[all …]
142 typedef struct packed_struct_t packed_t; in TEST_SPIRV_FUNC() typedef