Searched defs:virgl_hw_res (Results 1 – 2 of 2) sorted by relevance
54 struct virgl_hw_res { struct55 struct pipe_reference reference;56 uint32_t res_handle;57 int num_cs_references;59 void *ptr;83 struct virgl_hw_res **res_bo; argument90 virgl_hw_res(struct pipe_fence_handle *f) in virgl_hw_res() function
36 struct virgl_hw_res { struct37 struct pipe_reference reference;38 uint32_t res_handle;39 uint32_t bo_handle;40 uint32_t name;41 int num_cs_references;42 uint32_t size;43 void *ptr;44 uint32_t stride;46 struct list_head head;[all …]