Home
last modified time | relevance | path

Searched refs:delete_fs_state (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c242 pctx->delete_fs_state(pctx, ctx->solid_prog.fs); in fd_prog_fini()
246 pctx->delete_fs_state(pctx, ctx->solid_layered_prog.fs); in fd_prog_fini()
253 pctx->delete_fs_state(pctx, ctx->blit_prog[0].fs); in fd_prog_fini()
259 pctx->delete_fs_state(pctx, ctx->blit_prog[i].fs); in fd_prog_fini()
260 pctx->delete_fs_state(pctx, ctx->blit_z.fs); in fd_prog_fini()
261 pctx->delete_fs_state(pctx, ctx->blit_zs.fs); in fd_prog_fini()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c350 pipe->delete_fs_state(pipe, filter->fs_deint_top); in vl_deint_filter_init()
353 pipe->delete_fs_state(pipe, filter->fs_copy_bottom); in vl_deint_filter_init()
356 pipe->delete_fs_state(pipe, filter->fs_copy_top); in vl_deint_filter_init()
403 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_top); in vl_deint_filter_cleanup()
404 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_bottom); in vl_deint_filter_cleanup()
405 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_top); in vl_deint_filter_cleanup()
406 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_bottom); in vl_deint_filter_cleanup()
Dvl_compositor.c109 c->pipe->delete_fs_state(c->pipe, c->fs_video_buffer); in cleanup_shaders()
110 c->pipe->delete_fs_state(c->pipe, c->fs_weave_rgb); in cleanup_shaders()
111 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.weave.y); in cleanup_shaders()
112 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.weave.uv); in cleanup_shaders()
113 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.y); in cleanup_shaders()
114 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.uv); in cleanup_shaders()
119 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv); in cleanup_shaders()
120 c->pipe->delete_fs_state(c->pipe, c->fs_palette.rgb); in cleanup_shaders()
121 c->pipe->delete_fs_state(c->pipe, c->fs_rgb_yuv.y); in cleanup_shaders()
122 c->pipe->delete_fs_state(c->pipe, c->fs_rgb_yuv.uv); in cleanup_shaders()
[all …]
Dvl_mc.c525 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_init()
528 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_init()
552 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_cleanup()
553 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_cleanup()
554 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_cleanup()
Dvl_matrix_filter.c265 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c137 pctx->delete_fs_state(pctx, vc4->yuv_linear_blit_fs_8bit); in vc4_context_destroy()
139 pctx->delete_fs_state(pctx, vc4->yuv_linear_blit_fs_16bit); in vc4_context_destroy()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_objects.c234 pipe->delete_fs_state(pipe, rb_shader->replaced_shader); in rbug_shader_destroy()
235 pipe->delete_fs_state(pipe, rb_shader->shader); in rbug_shader_destroy()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c362 ctx->delete_fs_state(ctx, fs); in tgsi_vs_window_space_position()
416 ctx->delete_fs_state(ctx, fs); in null_sampler_view()
473 ctx->delete_fs_state(ctx, fs); in util_test_constant_buffer()
512 ctx->delete_fs_state(ctx, fs); in disabled_fragment_shader()
687 ctx->delete_fs_state(ctx, fs); in test_texture_barrier()
792 ctx->delete_fs_state(ctx, fs); in test_texture_barrier()
Du_blitter.c158 void (*delete_fs_state)(struct pipe_context *, void *); member
179 ctx->delete_fs_state = pipe->delete_fs_state; in util_blitter_create()
535 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i][inst]); in util_blitter_destroy()
538 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col_msaa[type][i]); in util_blitter_destroy()
543 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth[i][inst]); in util_blitter_destroy()
545 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i][inst]); in util_blitter_destroy()
547 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i][inst]); in util_blitter_destroy()
551 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth_msaa[i]); in util_blitter_destroy()
553 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil_msaa[i]); in util_blitter_destroy()
555 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil_msaa[i]); in util_blitter_destroy()
[all …]
Du_threaded_context_calls.h81 CALL(delete_fs_state)
/third_party/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.c122 pipe->delete_fs_state(pipe, var->cso); in NinePixelShader9_dtor()
131 pipe->delete_fs_state(pipe, This->ff_cso); in NinePixelShader9_dtor()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c314 pctx->delete_fs_state(pctx, v3d->sand8_blit_fs_luma); in v3d_context_destroy()
316 pctx->delete_fs_state(pctx, v3d->sand8_blit_fs_chroma); in v3d_context_destroy()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c206 assert(ppq->p->pipe->delete_fs_state); in pp_free()
207 ppq->p->pipe->delete_fs_state(ppq->p->pipe, in pp_free()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c124 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c576 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy()
740 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage()
745 pipe->delete_fs_state = aaline_delete_fs_state; in draw_install_aaline_stage()
Ddraw_pipe_aapoint.c652 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy()
815 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage()
820 pipe->delete_fs_state = aapoint_delete_fs_state; in draw_install_aapoint_stage()
Ddraw_pipe_pstipple.c490 pstip->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_pstipple_stage()
513 pipe->delete_fs_state = pstip_delete_fs_state; in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c185 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
/third_party/mesa3d/src/gallium/tests/graw/
Dshader-leak.c161 ctx->delete_fs_state(ctx, fs); in draw()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c235 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
Dquad-tex.c295 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c685 st->pipe->delete_fs_state(st->pipe, st->pbo.upload_fs[i][j]); in st_destroy_pbo_helpers()
695 st->pipe->delete_fs_state(st->pipe, st->pbo.download_fs[i][j][k]); in st_destroy_pbo_helpers()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c295 pctx->delete_fs_state = fd2_fp_state_delete; in fd2_prog_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c444 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h356 void (*delete_fs_state)(struct pipe_context *, void *); member

123