Lines Matching defs:vtest_context
108 struct vtest_context { struct
109 struct list_head head;
111 int ctx_id;
113 struct vtest_input *input;
114 int out_fd;
116 char *debug_name;
118 unsigned protocol_version;
119 unsigned capset_id;
120 bool context_initialized;
122 struct util_hash_table *resource_table;
123 struct util_hash_table *sync_table;
125 struct vtest_timeline timelines[VTEST_MAX_TIMELINE_COUNT];
150 struct vtest_context *current_context; argument