Lines Matching refs:vrend_surface
445 struct vrend_surface { struct
621 struct vrend_surface *zsurf;
622 struct vrend_surface *surf[PIPE_MAX_COLOR_BUFS];
1020 static void vrend_destroy_surface(struct vrend_surface *surf) in vrend_destroy_surface()
1029 vrend_surface_reference(struct vrend_surface **ptr, struct vrend_surface *surf) in vrend_surface_reference()
1031 struct vrend_surface *old_surf = *ptr; in vrend_surface_reference()
1831 struct vrend_surface *surf; in vrend_create_surface()
1845 surf = CALLOC_STRUCT(vrend_surface); in vrend_create_surface()
1910 struct vrend_surface *surface = obj_ptr; in vrend_destroy_surface_object()
2398 struct vrend_surface *surf = ctx->sub->zsurf; in vrend_hw_set_zsurf_texture()
2417 struct vrend_surface *surf = sub_ctx->surf[index]; in vrend_hw_set_color_surface()
2453 struct vrend_surface *surf = NULL; in vrend_hw_emit_framebuffer_state()
2477 struct vrend_surface *surf = sub_ctx->surf[i]; in vrend_hw_emit_framebuffer_state()
2494 struct vrend_surface *surf, *zsurf; in vrend_set_framebuffer_state()