Searched defs:test_entry (Results 1 – 7 of 7) 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 …]
142 struct test_entry { struct146 int (*parse_args)(struct test_entry *, struct atom *); argument147 int exclude_ok;148 int handle_logging;
143 fn test_entry() { in test_entry() function
200 TestEntry test_entry = test_->entries()[next_entry_index_++]; in CreateNextEntry() local327 TestEntry test_entry = test_->entries()[next_entry_index_++]; in OpenNextEntry() local
594 def _PrintResultDictKeyVals(self, test_entry, result_dict): argument
674 def test_entry(line, type=None, perm=None, unique=None, name=None): function
7365 fn test_entry() { in test_entry() function