Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance
277 struct svga_winsys_context struct280 (*destroy)(struct svga_winsys_context *swc); argument283 (*reserve)(struct svga_winsys_context *swc, argument290 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument301 (*surface_relocation)(struct svga_winsys_context *swc, argument316 (*region_relocation)(struct svga_winsys_context *swc, argument329 (*shader_relocation)(struct svga_winsys_context *swc, argument343 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument357 (*mob_relocation)(struct svga_winsys_context *swc, argument371 (*query_relocation)(struct svga_winsys_context *swc, argument[all …]
561 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function