Searched defs:vrend_sub_context (Results 1 – 1 of 1) sorted by relevance
437 struct vrend_sub_context { struct438 struct list_head head;440 virgl_gl_context gl_context;442 int sub_ctx_id;444 GLuint vaoid;445 uint32_t enabled_attribs_bitmask;447 struct list_head programs;448 struct util_hash_table *object_hash;450 struct vrend_vertex_element_array *ve;451 int num_vbos;[all …]