Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance
260 struct svga_winsys_context struct263 (*destroy)(struct svga_winsys_context *swc); argument266 (*reserve)(struct svga_winsys_context *swc, argument273 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument284 (*surface_relocation)(struct svga_winsys_context *swc, argument299 (*region_relocation)(struct svga_winsys_context *swc, argument312 (*shader_relocation)(struct svga_winsys_context *swc, argument326 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument340 (*mob_relocation)(struct svga_winsys_context *swc, argument354 (*query_relocation)(struct svga_winsys_context *swc, argument[all …]
514 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function