Searched defs:test_entry (Results 1 – 4 of 4) sorted by relevance
27 struct test_entry { struct29 uint64_t modifier;30 unsigned w;31 unsigned h;32 enum pipe_format format;35 const char *name;36 uint8_t pipes;37 uint8_t rb;38 uint8_t banks_or_pkrs;39 uint8_t se;[all …]
620 struct test_entry struct631 typedef struct test_entry test_entry_t; argument
1897 struct test_entry struct1899 gint n;1900 const GstClockTime *v;1901 GstClockTime expect_internal;1902 GstClockTime expect_external;1903 guint64 expect_num;1904 guint64 expect_denom;
667 def test_entry(line, type=None, perm=None, unique=None, name=None): function