/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/vl/ |
D | vl_mc.c | 518 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_init() 521 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_init() 545 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref); in vl_mc_cleanup() 546 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr); in vl_mc_cleanup() 547 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr_sub); in vl_mc_cleanup()
|
D | vl_compositor.c | 387 c->pipe->delete_fs_state(c->pipe, c->fs_video_buffer); in cleanup_shaders() 388 c->pipe->delete_fs_state(c->pipe, c->fs_weave); in cleanup_shaders() 389 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv); in cleanup_shaders() 390 c->pipe->delete_fs_state(c->pipe, c->fs_palette.rgb); in cleanup_shaders() 391 c->pipe->delete_fs_state(c->pipe, c->fs_rgba); in cleanup_shaders()
|
D | vl_matrix_filter.c | 281 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
|
D | vl_idct.c | 502 idct->pipe->delete_fs_state(idct->pipe, idct->fs_mismatch); in cleanup_shaders() 504 idct->pipe->delete_fs_state(idct->pipe, idct->fs); in cleanup_shaders()
|
D | vl_median_filter.c | 360 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_median_filter_cleanup()
|
D | vl_zscan.c | 259 zscan->pipe->delete_fs_state(zscan->pipe, zscan->fs); in cleanup_shaders()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_fs.c | 135 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 176 pipe->delete_fs_state(pipe, ctx->fs[i][j]); in util_destroy_blit() 182 pipe->delete_fs_state(pipe, ctx->fs_depthstencil[i]); in util_destroy_blit() 185 pipe->delete_fs_state(pipe, ctx->fs_depth[i]); in util_destroy_blit() 188 pipe->delete_fs_state(pipe, ctx->fs_stencil[i]); in util_destroy_blit()
|
D | u_blitter.c | 320 pipe->delete_fs_state(pipe, ctx->fs_texfetch_col[i]); in util_blitter_destroy() 322 pipe->delete_fs_state(pipe, ctx->fs_texfetch_depth[i]); in util_blitter_destroy() 324 pipe->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i]); in util_blitter_destroy() 326 pipe->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i]); in util_blitter_destroy() 331 pipe->delete_fs_state(pipe, ctx->fs_col[i]); in util_blitter_destroy() 333 pipe->delete_fs_state(pipe, ctx->fs_col_int[i]); in util_blitter_destroy()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_fragprog.c | 169 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | shader-leak.c | 157 ctx->delete_fs_state(ctx, fs); in draw()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 165 void (*delete_fs_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 779 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy() 900 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage() 905 pipe->delete_fs_state = aapoint_delete_fs_state; in draw_install_aapoint_stage()
|
D | draw_pipe_aaline.c | 793 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy() 960 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage() 968 pipe->delete_fs_state = aaline_delete_fs_state; in draw_install_aaline_stage()
|
D | draw_pipe_pstipple.c | 795 pstip->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_pstipple_stage() 804 pipe->delete_fs_state = pstip_delete_fs_state; in draw_install_pstipple_stage()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 229 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
D | quad-tex.c | 291 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 302 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 383 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]); in pp_free()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 313 pipe->delete_fs_state(pipe, in identity_delete_fs_state() 905 id_pipe->base.delete_fs_state = identity_delete_fs_state; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 347 pipe->delete_fs_state(pipe, in galahad_context_delete_fs_state() 1027 GLHD_PIPE_INIT(delete_fs_state); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pipe.c | 176 rctx->context.delete_fs_state(&rctx->context, rctx->dummy_pixel_shader); in r600_destroy_context()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 548 pipe->delete_fs_state(pipe, state); in trace_context_delete_fs_state() 1612 TR_CTX_INIT(delete_fs_state); in trace_context_create()
|