/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_misc.c | 79 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 D | u_framebuffer.h | 50 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb);
|
H A D | u_framebuffer.c | 133 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 D | i915_surface.c | 157 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 D | i915_context.c | 155 util_unreference_framebuffer_state(&i915->framebuffer); in i915_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_context.c | 119 util_unreference_framebuffer_state(&vc4->framebuffer); in vc4_context_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_context.c | 150 util_unreference_framebuffer_state(&ctx->framebuffer.base); in lima_context_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_context.c | 85 util_unreference_framebuffer_state(&llvmpipe->framebuffer); in llvmpipe_destroy()
|
H A D | lp_scene.c | 328 util_unreference_framebuffer_state(&scene->fb); in lp_scene_end_rasterization()
|
H A D | lp_setup.c | 1285 util_unreference_framebuffer_state(&setup->fb); in lp_setup_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_context.c | 89 util_unreference_framebuffer_state(&softpipe->framebuffer); in softpipe_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.c | 460 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 D | v3d_context.c | 318 util_unreference_framebuffer_state(&v3d->framebuffer); in v3d_context_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context_common.cpp | 108 util_unreference_framebuffer_state(&ctx->fb); in d3d12_context_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 34 util_unreference_framebuffer_state(fb); in r300_release_referenced_objects()
|
H A D | r300_blit.c | 510 util_unreference_framebuffer_state(&saved_fb); in r300_decompress_zmask_locked()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 153 util_unreference_framebuffer_state(&nv50->framebuffer); in nv50_context_unreference_resources()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 198 util_unreference_framebuffer_state(&nvc0->framebuffer); in nvc0_context_unreference_resources()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.c | 77 util_unreference_framebuffer_state(&rctx->framebuffer.state); in r600_destroy_context()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 148 util_unreference_framebuffer_state(&batch->key); in panfrost_batch_cleanup()
|
H A D | pan_context.c | 561 util_unreference_framebuffer_state(&panfrost->pipe_framebuffer); in panfrost_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_batch.c | 383 util_unreference_framebuffer_state(&batch->key); in agx_batch_cleanup()
|
H A D | agx_pipe.c | 1780 util_unreference_framebuffer_state(&ctx->framebuffer); in agx_destroy_context()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 839 util_unreference_framebuffer_state(&dst->framebuffer_state); in dd_unreference_copy_of_draw_state()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.0.rst | 4105 - 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
|