Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance
263 struct svga_winsys_context struct266 (*destroy)(struct svga_winsys_context *swc); argument269 (*reserve)(struct svga_winsys_context *swc, argument276 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument287 (*surface_relocation)(struct svga_winsys_context *swc, argument302 (*region_relocation)(struct svga_winsys_context *swc, argument315 (*shader_relocation)(struct svga_winsys_context *swc, argument329 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument343 (*mob_relocation)(struct svga_winsys_context *swc, argument357 (*query_relocation)(struct svga_winsys_context *swc, argument[all …]
514 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function