HomeSort by relevance Sort by last modified time
    Searched defs:svga_winsys_context (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_context.c 456 struct svga_winsys_context *
457 svga_winsys_context(struct pipe_context *pipe) function
svga_winsys.h 236 struct svga_winsys_context struct
239 (*destroy)(struct svga_winsys_context *swc);
242 (*reserve)(struct svga_winsys_context *swc,
249 (*get_command_buffer_size)(struct svga_winsys_context *swc);
260 (*surface_relocation)(struct svga_winsys_context *swc,
275 (*region_relocation)(struct svga_winsys_context *swc,
288 (*shader_relocation)(struct svga_winsys_context *swc,
302 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid);
316 (*mob_relocation)(struct svga_winsys_context *swc,
330 (*query_relocation)(struct svga_winsys_context *swc
    [all...]

Completed in 58 milliseconds