HomeSort by: relevance | last modified time | path
    Searched defs:cb_context (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 154 * @cb_context: The device command buffer context.
167 SVGACBContext cb_context; member in struct:vmw_cmdbuf_header
321 val |= header->cb_context & SVGA_CB_CONTEXT_MASK;
482 * @cb_context: The command buffer context to use.
485 * buffer context identified by @cb_context. It then calls the command buffer
491 SVGACBContext cb_context)
495 header->cb_context = cb_context;
496 list_add_tail(&header->list, &man->ctx[cb_context].submitted);
588 list_add_tail(&entry->list, &restart_head[entry->cb_context]);
    [all...]
vmwgfx_cmdbuf.c 154 * @cb_context: The device command buffer context.
167 SVGACBContext cb_context; member in struct:vmw_cmdbuf_header
321 val |= header->cb_context & SVGA_CB_CONTEXT_MASK;
482 * @cb_context: The command buffer context to use.
485 * buffer context identified by @cb_context. It then calls the command buffer
491 SVGACBContext cb_context)
495 header->cb_context = cb_context;
496 list_add_tail(&header->list, &man->ctx[cb_context].submitted);
588 list_add_tail(&entry->list, &restart_head[entry->cb_context]);
    [all...]
vmwgfx_cmdbuf.c 154 * @cb_context: The device command buffer context.
167 SVGACBContext cb_context; member in struct:vmw_cmdbuf_header
321 val |= header->cb_context & SVGA_CB_CONTEXT_MASK;
482 * @cb_context: The command buffer context to use.
485 * buffer context identified by @cb_context. It then calls the command buffer
491 SVGACBContext cb_context)
495 header->cb_context = cb_context;
496 list_add_tail(&header->list, &man->ctx[cb_context].submitted);
588 list_add_tail(&entry->list, &restart_head[entry->cb_context]);
    [all...]

Completed in 32 milliseconds