Home
last modified time | relevance | path

Searched defs:test_entry (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c27 struct test_entry { struct
29 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 …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1897 struct test_entry struct
1899 gint n;
1900 const GstClockTime *v;
1901 GstClockTime expect_internal;
1902 GstClockTime expect_external;
1903 guint64 expect_num;
1904 guint64 expect_denom;
/third_party/python/Lib/test/
Dtest_ftplib.py667 def test_entry(line, type=None, perm=None, unique=None, name=None): function