Searched defs:svga_winsys_context (Results 1 – 2 of 2) sorted by relevance
258 struct svga_winsys_context struct261 (*destroy)(struct svga_winsys_context *swc); argument264 (*reserve)(struct svga_winsys_context *swc, argument271 (*get_command_buffer_size)(struct svga_winsys_context *swc); argument282 (*surface_relocation)(struct svga_winsys_context *swc, argument297 (*region_relocation)(struct svga_winsys_context *swc, argument310 (*shader_relocation)(struct svga_winsys_context *swc, argument324 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid); argument338 (*mob_relocation)(struct svga_winsys_context *swc, argument352 (*query_relocation)(struct svga_winsys_context *swc, argument[all …]
545 svga_winsys_context(struct pipe_context *pipe) in svga_winsys_context() function