Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c79 util_unreference_framebuffer_state(curr); in svga_cleanup_framebuffer()
80 util_unreference_framebuffer_state(hw); in svga_cleanup_framebuffer()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_framebuffer.h50 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb);
H A Du_framebuffer.c133 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb) in util_unreference_framebuffer_state() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c157 util_unreference_framebuffer_state(&i915->blitter->saved_fb_state); in i915_clear_render_target_render()
186 util_unreference_framebuffer_state(&i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
H A Di915_context.c155 util_unreference_framebuffer_state(&i915->framebuffer); in i915_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c119 util_unreference_framebuffer_state(&vc4->framebuffer); in vc4_context_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c150 util_unreference_framebuffer_state(&ctx->framebuffer.base); in lima_context_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c85 util_unreference_framebuffer_state(&llvmpipe->framebuffer); in llvmpipe_destroy()
H A Dlp_scene.c328 util_unreference_framebuffer_state(&scene->fb); in lp_scene_end_rasterization()
H A Dlp_setup.c1285 util_unreference_framebuffer_state(&setup->fb); in lp_setup_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c89 util_unreference_framebuffer_state(&softpipe->framebuffer); in softpipe_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c460 util_unreference_framebuffer_state(&ctx->fb); in cso_unbind_context()
461 util_unreference_framebuffer_state(&ctx->fb_saved); in cso_unbind_context()
812 util_unreference_framebuffer_state(&ctx->fb_saved); in cso_restore_framebuffer()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c318 util_unreference_framebuffer_state(&v3d->framebuffer); in v3d_context_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context_common.cpp108 util_unreference_framebuffer_state(&ctx->fb); in d3d12_context_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c34 util_unreference_framebuffer_state(fb); in r300_release_referenced_objects()
H A Dr300_blit.c510 util_unreference_framebuffer_state(&saved_fb); in r300_decompress_zmask_locked()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c153 util_unreference_framebuffer_state(&nv50->framebuffer); in nv50_context_unreference_resources()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c198 util_unreference_framebuffer_state(&nvc0->framebuffer); in nvc0_context_unreference_resources()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c77 util_unreference_framebuffer_state(&rctx->framebuffer.state); in r600_destroy_context()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c148 util_unreference_framebuffer_state(&batch->key); in panfrost_batch_cleanup()
H A Dpan_context.c561 util_unreference_framebuffer_state(&panfrost->pipe_framebuffer); in panfrost_destroy()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_batch.c383 util_unreference_framebuffer_state(&batch->key); in agx_batch_cleanup()
H A Dagx_pipe.c1780 util_unreference_framebuffer_state(&ctx->framebuffer); in agx_destroy_context()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c839 util_unreference_framebuffer_state(&dst->framebuffer_state); in dd_unreference_copy_of_draw_state()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.1.0.rst4105 - i915: use util_unreference_framebuffer_state to unref fb state
4106 - iris: use util_unreference_framebuffer_state to unref fb state
4107 - softpipe: use util_unreference_framebuffer_state to unref fb state
4108 - v3d: use util_unreference_framebuffer_state to unref fb state
4109 - vc4: use util_unreference_framebuffer_state to unref fb state
4110 - llvmpipe: use util_unreference_framebuffer_state to unref fb state
4111 - svga: use util_unreference_framebuffer_state to unref fb state

12