Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c158 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/
Dvl_deint_filter.c349 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()
Dvl_mc.c523 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()
Dvl_compositor.c456 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()
Dvl_matrix_filter.c282 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
Dvl_idct.c500 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()
Dvl_median_filter.c362 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_median_filter_cleanup()
/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/util/
Du_blitter.c142 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 …]
Du_tests.c339 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/
Dpixelshader9.c105 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/
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()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c622 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()
Ddraw_pipe_pstipple.c465 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()
Ddraw_pipe_aaline.c769 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/
Dsvga_pipe_fs.c129 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c185 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
/external/mesa3d/src/gallium/tests/graw/
Dshader-leak.c156 ctx->delete_fs_state(ctx, fs); in draw()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c227 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
Dquad-tex.c284 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c282 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c281 pctx->delete_fs_state = etna_delete_shader_state; in etna_shader_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h215 void (*delete_fs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c436 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c463 pctx->delete_fs_state = fd2_fp_state_delete; in fd2_prog_init()

12