HomeSort by relevance Sort by last modified time
    Searched refs:to_flush_bufs (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.h 74 struct list_head to_flush_bufs; member in struct:virgl_context
virgl_buffer.c 130 list_addtail(&vbuf->flush_list, &vctx->to_flush_bufs);
virgl_context.c 651 LIST_FOR_EACH_ENTRY_SAFE(buf, tmp, &vctx->to_flush_bufs, flush_list) {
945 list_inithead(&vctx->to_flush_bufs)
    [all...]

Completed in 2526 milliseconds