Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance
250 struct svga_winsys_context struct253 (*destroy)(struct svga_winsys_context *swc); argument256 (*reserve)(struct svga_winsys_context *swc, argument263 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument274 (*surface_relocation)(struct svga_winsys_context *swc, argument289 (*region_relocation)(struct svga_winsys_context *swc, argument302 (*shader_relocation)(struct svga_winsys_context *swc, argument316 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument330 (*mob_relocation)(struct svga_winsys_context *swc, argument344 (*query_relocation)(struct svga_winsys_context *swc, argument[all …]
489 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function