/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_deint_filter.c | 370 pipe->delete_blend_state(pipe, filter->blend[2]); in vl_deint_filter_init() 373 pipe->delete_blend_state(pipe, filter->blend[1]); in vl_deint_filter_init() 376 pipe->delete_blend_state(pipe, filter->blend[0]); in vl_deint_filter_init() 394 filter->pipe->delete_blend_state(filter->pipe, filter->blend[0]); in vl_deint_filter_cleanup() 395 filter->pipe->delete_blend_state(filter->pipe, filter->blend[1]); in vl_deint_filter_cleanup() 396 filter->pipe->delete_blend_state(filter->pipe, filter->blend[2]); in vl_deint_filter_cleanup()
|
D | vl_mc.c | 448 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in init_pipe_state() 451 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in init_pipe_state() 454 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in init_pipe_state() 472 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in cleanup_pipe_state() 473 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in cleanup_pipe_state() 474 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in cleanup_pipe_state()
|
D | vl_matrix_filter.c | 242 pipe->delete_blend_state(pipe, filter->blend); in vl_matrix_filter_init() 257 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_matrix_filter_cleanup()
|
D | vl_median_filter.c | 346 pipe->delete_blend_state(pipe, filter->blend); in vl_median_filter_init() 361 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_median_filter_cleanup()
|
D | vl_bicubic_filter.c | 358 pipe->delete_blend_state(pipe, filter->blend); in vl_bicubic_filter_init() 373 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_bicubic_filter_cleanup()
|
D | vl_zscan.c | 350 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in init_state() 367 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in cleanup_state()
|
D | vl_idct.c | 569 idct->pipe->delete_blend_state(idct->pipe, idct->blend); in init_state() 584 idct->pipe->delete_blend_state(idct->pipe, idct->blend); in cleanup_state()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 90 static void delete_blend_state(void *state, void *data) in delete_blend_state() function 134 delete_blend_state(state, 0); in delete_cso() 288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete()
|
D | cso_context.c | 136 static boolean delete_blend_state(struct cso_context *ctx, void *state) in delete_blend_state() function 205 return delete_blend_state(ctx, state); in delete_cso() 477 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state; in cso_set_blend()
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 90 static void delete_blend_state(void *state, UNUSED void *data) in delete_blend_state() function 134 delete_blend_state(state, 0); in delete_cso() 288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 63 CALL(delete_blend_state)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 139 pipe->delete_blend_state = softpipe_delete_blend_state; in softpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 142 sctx->b.b.delete_blend_state(&sctx->b.b, sctx->custom_blend_resolve); in si_destroy_context() 144 sctx->b.b.delete_blend_state(&sctx->b.b, sctx->custom_blend_fmask_decompress); in si_destroy_context() 146 sctx->b.b.delete_blend_state(&sctx->b.b, sctx->custom_blend_eliminate_fastclear); in si_destroy_context() 148 sctx->b.b.delete_blend_state(&sctx->b.b, sctx->custom_blend_dcc_decompress); in si_destroy_context()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 94 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_resolve); in r600_destroy_context() 97 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_decompress); in r600_destroy_context() 100 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_fastclear); in r600_destroy_context()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 194 llvmpipe->pipe.delete_blend_state = llvmpipe_delete_blend_state; in llvmpipe_init_blend_funcs()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 138 void (*delete_blend_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 278 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 203 void (*delete_blend_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 703 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderOutputSurface() 769 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderBitmapSurface()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 400 svga->pipe.delete_blend_state = svga_delete_blend_state; in svga_init_blend_functions()
|
D | svga_context.c | 80 pipe->delete_blend_state(pipe, svga->noop_blend); in svga_destroy()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_state.c | 527 pctx->delete_blend_state = fd_blend_state_delete; in fd_state_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 446 pipe->delete_blend_state = nv30_blend_state_delete; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 265 pipe->delete_blend_state(pipe, in rbug_delete_blend_state() 1212 rb_pipe->base.delete_blend_state = rbug_delete_blend_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 675 pctx->delete_blend_state = etna_blend_state_delete; in etna_state_init()
|