Home
last modified time | relevance | path

Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h263 struct svga_winsys_context struct
266 (*destroy)(struct svga_winsys_context *swc); argument
269 (*reserve)(struct svga_winsys_context *swc, argument
276 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument
287 (*surface_relocation)(struct svga_winsys_context *swc, argument
302 (*region_relocation)(struct svga_winsys_context *swc, argument
315 (*shader_relocation)(struct svga_winsys_context *swc, argument
329 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument
343 (*mob_relocation)(struct svga_winsys_context *swc, argument
357 (*query_relocation)(struct svga_winsys_context *swc, argument
[all …]
Dsvga_context.c514 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function