Searched refs:virgl_flush_eq (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.h | 141 void virgl_flush_eq(struct virgl_context *ctx, void *closure, struct pipe_fence_handle **fence);
|
D | virgl_screen.c | 823 virgl_flush_eq(vctx, vctx, NULL); in virgl_flush_frontbuffer() 849 virgl_flush_eq(vctx, NULL, NULL); in virgl_fence_finish()
|
D | virgl_context.c | 957 void virgl_flush_eq(struct virgl_context *ctx, void *closure, in virgl_flush_eq() function 998 virgl_flush_eq(vctx, vctx, fence); in virgl_flush_from_st() 1483 virgl_flush_eq(vctx, vctx, NULL); in virgl_context_destroy()
|