Home
last modified time | relevance | path

Searched refs:delete_fs_state (Results 1 - 25 of 64) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c248 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 Dvl_deint_filter.c350 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 Dvl_compositor.c109 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 Dvl_mc.c525 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 Dvl_matrix_filter.c265 filter->pipe->delete_fs_state(filter->pipe, filter->fs); in vl_matrix_filter_cleanup()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c137 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 Du_tests.c362 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 Du_blitter.c160 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 Drbug_objects.c233 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 Dv3d_context.c304 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 Dpixelshader9.c127 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 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()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c649 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 Ddraw_pipe_aaline.c573 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 Ddraw_pipe_pstipple.c490 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 Dsvga_pipe_fs.c131 svga->pipe.delete_fs_state = svga_delete_fs_state; in svga_init_fs_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c193 pipe->delete_fs_state = nv30_fp_state_delete; in nv30_fragprog_init()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c707 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 Dshader-leak.c161 ctx->delete_fs_state(ctx, fs); in draw()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c235 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
H A Dquad-tex.c295 p->pipe->delete_fs_state(p->pipe, p->fs); in close_prog()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c295 pctx->delete_fs_state = fd2_fp_state_delete; in fd2_prog_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c470 pipe->delete_fs_state = softpipe_delete_fs_state; in softpipe_init_shader_funcs()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h372 void (*delete_fs_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tgsi.c443 pipe->delete_fs_state(pipe, shader); in cache_destroy()

Completed in 21 milliseconds

123