Searched defs:vrend_query (Results 1 – 1 of 1) sorted by relevance
106 struct vrend_query { struct107 struct list_head waiting_queries;109 GLuint id;110 GLuint type;111 GLuint index;112 GLuint gltype;113 struct vrend_context *ctx;114 int sub_ctx_id;115 struct vrend_resource *res;116 bool fake_samples_passed;