Home | History | Annotate | Download | only in svga

Lines Matching defs:svga_winsys_context

236 struct svga_winsys_context
239 (*destroy)(struct svga_winsys_context *swc);
242 (*reserve)(struct svga_winsys_context *swc,
249 (*get_command_buffer_size)(struct svga_winsys_context *swc);
260 (*surface_relocation)(struct svga_winsys_context *swc,
275 (*region_relocation)(struct svga_winsys_context *swc,
288 (*shader_relocation)(struct svga_winsys_context *swc,
302 (*context_relocation)(struct svga_winsys_context *swc, uint32 *cid);
316 (*mob_relocation)(struct svga_winsys_context *swc,
330 (*query_relocation)(struct svga_winsys_context *swc,
339 (*query_bind)(struct svga_winsys_context *sws,
344 (*commit)(struct svga_winsys_context *swc);
347 (*flush)(struct svga_winsys_context *swc,
380 (*surface_map)(struct svga_winsys_context *swc,
390 (*surface_unmap)(struct svga_winsys_context *swc,
399 (*shader_create)(struct svga_winsys_context *swc,
410 (*shader_destroy)(struct svga_winsys_context *swc,
420 (*resource_rebind)(struct svga_winsys_context *swc,
459 struct svga_winsys_context *
466 * \param sws Pointer to an svga_winsys_context
721 struct svga_winsys_context *
722 svga_winsys_context(struct pipe_context *context);