Searched defs:vrend_query (Results 1 – 1 of 1) sorted by relevance
101 struct vrend_query { struct102 struct list_head waiting_queries;104 GLuint id;105 GLuint type;106 GLuint index;107 GLuint gltype;108 struct vrend_context *ctx;109 struct vrend_resource *res;110 uint64_t current_total;111 bool fake_samples_passed;