Home
last modified time | relevance | path

Searched refs:util_unreference_framebuffer_state (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.h50 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb);
Du_framebuffer.c124 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb) in util_unreference_framebuffer_state() function
Du_blitter.c763 util_unreference_framebuffer_state(&ctx->base.saved_fb_state); in util_blitter_restore_fb_state()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c159 util_unreference_framebuffer_state(&i915->blitter->saved_fb_state); in i915_clear_render_target_render()
192 util_unreference_framebuffer_state(&i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c458 util_unreference_framebuffer_state(&ctx->fb); in cso_destroy_context()
459 util_unreference_framebuffer_state(&ctx->fb_saved); in cso_destroy_context()
764 util_unreference_framebuffer_state(&ctx->fb_saved); in cso_restore_framebuffer()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c139 util_unreference_framebuffer_state(&nv50->framebuffer); in nv50_context_unreference_resources()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c51 util_unreference_framebuffer_state(fb); in r300_release_referenced_objects()
Dr300_blit.c517 util_unreference_framebuffer_state(&saved_fb); in r300_decompress_zmask_locked()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c334 util_unreference_framebuffer_state( &scene->fb ); in lp_scene_end_rasterization()
Dlp_setup.c1411 util_unreference_framebuffer_state(&setup->fb); in lp_setup_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c152 util_unreference_framebuffer_state(&nvc0->framebuffer); in nvc0_context_unreference_resources()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c106 util_unreference_framebuffer_state(&rctx->framebuffer.state); in r600_destroy_context()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c200 util_unreference_framebuffer_state(&batch->key); in panfrost_free_batch()
Dpan_context.c1301 util_unreference_framebuffer_state(&panfrost->pipe_framebuffer); in panfrost_destroy()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c830 util_unreference_framebuffer_state(&dst->framebuffer_state); in dd_unreference_copy_of_draw_state()