/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 158 pctx->delete_fs_state(pctx, ctx->solid_prog.fp); in fd_prog_fini() 161 pctx->delete_fs_state(pctx, ctx->blit_prog[i].fp); in fd_prog_fini() 162 pctx->delete_fs_state(pctx, ctx->blit_z.fp); in fd_prog_fini() 163 pctx->delete_fs_state(pctx, ctx->blit_zs.fp); in fd_prog_fini()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_deint_filter.c | 349 pipe->delete_fs_state(pipe, filter->fs_deint_top); in vl_deint_filter_init() 352 pipe->delete_fs_state(pipe, filter->fs_copy_bottom); in vl_deint_filter_init() 355 pipe->delete_fs_state(pipe, filter->fs_copy_top); in vl_deint_filter_init() 402 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_top); in vl_deint_filter_cleanup() 403 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_bottom); in vl_deint_filter_cleanup() 404 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_top); in vl_deint_filter_cleanup() 405 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_bottom); in vl_deint_filter_cleanup()
|
D | vl_mc.c | 523 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_init() 526 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_init() 550 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_cleanup() 551 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_cleanup() 552 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_cleanup()
|
D | vl_compositor.c | 456 c->pipe->delete_fs_state(c->pipe, c->fs_video_buffer); in cleanup_shaders() 457 c->pipe->delete_fs_state(c->pipe, c->fs_weave_rgb); in cleanup_shaders() 458 c->pipe->delete_fs_state(c->pipe, c->fs_weave_yuv.y); in cleanup_shaders() 459 c->pipe->delete_fs_state(c->pipe, c->fs_weave_yuv.uv); in cleanup_shaders() 460 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv); in cleanup_shaders() 461 c->pipe->delete_fs_state(c->pipe, c->fs_palette.rgb); in cleanup_shaders() 462 c->pipe->delete_fs_state(c->pipe, c->fs_rgba); in cleanup_shaders()
|
D | vl_matrix_filter.c | 282 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
|
D | vl_idct.c | 500 idct->pipe->delete_fs_state(idct->pipe, idct->fs_mismatch); in cleanup_shaders() 502 idct->pipe->delete_fs_state(idct->pipe, idct->fs); in cleanup_shaders()
|
D | vl_median_filter.c | 362 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_median_filter_cleanup()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_objects.c | 230 pipe->delete_fs_state(pipe, rb_shader->replaced_shader); in rbug_shader_destroy() 231 pipe->delete_fs_state(pipe, rb_shader->shader); in rbug_shader_destroy()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 142 void (*delete_fs_state)(struct pipe_context *, void *); member 168 ctx->delete_fs_state = pipe->delete_fs_state; in util_blitter_create() 458 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i]); in util_blitter_destroy() 460 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col_msaa[type][i]); in util_blitter_destroy() 464 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth[i]); in util_blitter_destroy() 466 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i]); in util_blitter_destroy() 468 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i]); in util_blitter_destroy() 471 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth_msaa[i]); in util_blitter_destroy() 473 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil_msaa[i]); in util_blitter_destroy() 475 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil_msaa[i]); in util_blitter_destroy() [all …]
|
D | u_tests.c | 339 ctx->delete_fs_state(ctx, fs); in tgsi_vs_window_space_position() 393 ctx->delete_fs_state(ctx, fs); in null_sampler_view() 449 ctx->delete_fs_state(ctx, fs); in null_constant_buffer()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | pixelshader9.c | 105 pipe->delete_fs_state(pipe, var->cso); in NinePixelShader9_dtor() 113 pipe->delete_fs_state(pipe, This->ff_cso); in NinePixelShader9_dtor()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
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()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 622 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy() 776 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage() 781 pipe->delete_fs_state = aapoint_delete_fs_state; in draw_install_aapoint_stage()
|
D | draw_pipe_pstipple.c | 465 pstip->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_pstipple_stage() 488 pipe->delete_fs_state = pstip_delete_fs_state; in draw_install_pstipple_stage()
|
D | draw_pipe_aaline.c | 769 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy() 980 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage() 995 pipe->delete_fs_state = aaline_delete_fs_state; in draw_install_aaline_stage()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_fs.c | 129 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragprog.c | 185 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | shader-leak.c | 156 ctx->delete_fs_state(ctx, fs); in draw()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 227 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
D | quad-tex.c | 284 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 282 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_shader.c | 281 pctx->delete_fs_state = etna_delete_shader_state; in etna_shader_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 215 void (*delete_fs_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 436 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 463 pctx->delete_fs_state = fd2_fp_state_delete; in fd2_prog_init()
|