Lines Matching refs:vrend_surface
323 struct vrend_surface { struct
484 struct vrend_surface *zsurf;
485 struct vrend_surface *surf[PIPE_MAX_COLOR_BUFS];
725 static void vrend_destroy_surface(struct vrend_surface *surf) in vrend_destroy_surface()
734 vrend_surface_reference(struct vrend_surface **ptr, struct vrend_surface *surf) in vrend_surface_reference()
736 struct vrend_surface *old_surf = *ptr; in vrend_surface_reference()
1498 struct vrend_surface *surf; in vrend_create_surface()
1512 surf = CALLOC_STRUCT(vrend_surface); in vrend_create_surface()
1559 struct vrend_surface *surface = obj_ptr; in vrend_destroy_surface_object()
1936 struct vrend_surface *surf = ctx->sub->zsurf; in vrend_hw_set_zsurf_texture()
1955 struct vrend_surface *surf = ctx->sub->surf[index]; in vrend_hw_set_color_surface()
1992 struct vrend_surface *surf = NULL; in vrend_hw_emit_framebuffer_state()
2016 struct vrend_surface *surf, *zsurf; in vrend_set_framebuffer_state()