Searched defs:test_entry (Results 1 – 2 of 2) 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 …]
674 def test_entry(line, type=None, perm=None, unique=None, name=None): function