/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_program.c | 248 pctx->delete_fs_state(pctx, ctx->solid_prog.fs); in fd_prog_fini() 252 pctx->delete_fs_state(pctx, ctx->solid_layered_prog.fs); in fd_prog_fini() 259 pctx->delete_fs_state(pctx, ctx->blit_prog[0].fs); in fd_prog_fini() 265 pctx->delete_fs_state(pctx, ctx->blit_prog[i].fs); in fd_prog_fini() 266 pctx->delete_fs_state(pctx, ctx->blit_z.fs); in fd_prog_fini() 267 pctx->delete_fs_state(pctx, ctx->blit_zs.fs); in fd_prog_fini()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_deint_filter.c | 350 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()
|
H A D | vl_compositor.c | 109 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( in cleanup_shaders() [all...] |
H A D | vl_mc.c | 525 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()
|
H A D | vl_matrix_filter.c | 265 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_context.c | 137 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/util/ |
H A D | u_tests.c | 362 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()
|
H A D | u_blitter.c | 160 void (*delete_fs_state)(struct pipe_context *, void *); member 181 ctx->delete_fs_state = pipe->delete_fs_state; in util_blitter_create() 542 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i][inst]); in util_blitter_destroy() 545 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col_msaa[type][i]); in util_blitter_destroy() 550 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth[i][inst]); in util_blitter_destroy() 552 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i][inst]); in util_blitter_destroy() 554 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i][inst]); in util_blitter_destroy() 559 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth_msaa[i][ss]); in util_blitter_destroy() 561 ctx->delete_fs_state(pip in util_blitter_destroy() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.c | 233 pipe->delete_fs_state(pipe, rb_shader->replaced_shader); in rbug_shader_destroy() 234 pipe->delete_fs_state(pipe, rb_shader->shader); in rbug_shader_destroy()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.c | 304 pctx->delete_fs_state(pctx, v3d->sand8_blit_fs_luma); in v3d_context_destroy() 306 pctx->delete_fs_state(pctx, v3d->sand8_blit_fs_chroma); in v3d_context_destroy()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.c | 127 pipe->delete_fs_state(pipe, var->cso); in NinePixelShader9_dtor() 138 pipe->delete_fs_state(pipe, This->ff_cso); in NinePixelShader9_dtor()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_init.c | 206 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/auxiliary/draw/ |
H A D | draw_pipe_aapoint.c | 649 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy() 812 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage() 817 pipe->delete_fs_state = aapoint_delete_fs_state; in draw_install_aapoint_stage()
|
H A D | draw_pipe_aaline.c | 573 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy() 737 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage() 742 pipe->delete_fs_state = aaline_delete_fs_state; in draw_install_aaline_stage()
|
H A D | draw_pipe_pstipple.c | 490 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/svga/ |
H A D | svga_pipe_fs.c | 131 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_fragprog.c | 193 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 707 st->pipe->delete_fs_state(st->pipe, st->pbo.upload_fs[i][j]); in st_destroy_pbo_helpers() 718 st->pipe->delete_fs_state(st->pipe, st->pbo.download_fs[i][j][k]); in st_destroy_pbo_helpers() 723 st->pipe->delete_fs_state(st->pipe, fs_array[l]); in st_destroy_pbo_helpers()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | shader-leak.c | 161 ctx->delete_fs_state(ctx, fs); in draw()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 235 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
H A D | quad-tex.c | 295 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_program.c | 295 pctx->delete_fs_state = fd2_fp_state_delete; in fd2_prog_init()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 470 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 372 void (*delete_fs_state)(struct pipe_context *, void *); member
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tgsi.c | 443 pipe->delete_fs_state(pipe, shader); in cache_destroy()
|