Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c230 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/
Dvl_mc.c518 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()
Dvl_compositor.c387 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()
Dvl_matrix_filter.c281 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
Dvl_idct.c502 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()
Dvl_median_filter.c360 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_median_filter_cleanup()
Dvl_zscan.c259 zscan->pipe->delete_fs_state(zscan->pipe, zscan->fs); in cleanup_shaders()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c135 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c176 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()
Du_blitter.c320 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/
Dnv30_fragprog.c169 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
/external/mesa3d/src/gallium/tests/graw/
Dshader-leak.c157 ctx->delete_fs_state(ctx, fs); in draw()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h165 void (*delete_fs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c779 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()
Ddraw_pipe_aaline.c793 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()
Ddraw_pipe_pstipple.c795 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/
Dtri.c229 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
Dquad-tex.c291 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c302 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c383 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]); in pp_free()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c313 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/
Dglhd_context.c347 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/
Dradeonsi_pipe.c176 rctx->context.delete_fs_state(&rctx->context, rctx->dummy_pixel_shader); in r600_destroy_context()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c548 pipe->delete_fs_state(pipe, state); in trace_context_delete_fs_state()
1612 TR_CTX_INIT(delete_fs_state); in trace_context_create()

12