Searched defs:vmwgfx_task (Results 1 – 1 of 1) sorted by relevance
35 struct vmwgfx_task { struct37 SIMPLEQ_ENTRY(vmwgfx_task) queue; argument40 void (*vt_fn)(struct vmwgfx_task *); argument44 vmwgfx_task_init(struct vmwgfx_task *task, void (*fn)(struct vmwgfx_task *)) in vmwgfx_task_init()