Home
last modified time | relevance | path

Searched refs:delete_blend_state (Results 1 – 25 of 60) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c90 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()
Dcso_context.c123 static boolean delete_blend_state(struct cso_context *ctx, void *state) in delete_blend_state() function
192 return delete_blend_state(ctx, state); in delete_cso()
391 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state; in cso_set_blend()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_cache.c90 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()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_mc.c443 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in init_pipe_state()
446 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in init_pipe_state()
449 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in init_pipe_state()
467 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in cleanup_pipe_state()
468 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in cleanup_pipe_state()
469 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in cleanup_pipe_state()
Dvl_matrix_filter.c260 pipe->delete_blend_state(pipe, filter->blend); in vl_matrix_filter_init()
275 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_matrix_filter_cleanup()
Dvl_median_filter.c339 pipe->delete_blend_state(pipe, filter->blend); in vl_median_filter_init()
354 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_median_filter_cleanup()
Dvl_zscan.c324 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in init_state()
341 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in cleanup_state()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c443 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in init_pipe_state()
446 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in init_pipe_state()
449 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in init_pipe_state()
467 r->pipe->delete_blend_state(r->pipe, r->blend_clear[i]); in cleanup_pipe_state()
468 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]); in cleanup_pipe_state()
469 r->pipe->delete_blend_state(r->pipe, r->blend_sub[i]); in cleanup_pipe_state()
Dvl_matrix_filter.c260 pipe->delete_blend_state(pipe, filter->blend); in vl_matrix_filter_init()
275 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_matrix_filter_cleanup()
Dvl_median_filter.c339 pipe->delete_blend_state(pipe, filter->blend); in vl_median_filter_init()
354 filter->pipe->delete_blend_state(filter->pipe, filter->blend); in vl_median_filter_cleanup()
Dvl_zscan.c324 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in init_state()
341 zscan->pipe->delete_blend_state(zscan->pipe, zscan->blend); in cleanup_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c139 pipe->delete_blend_state = softpipe_delete_blend_state; in softpipe_init_blend_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_state_blend.c139 pipe->delete_blend_state = softpipe_delete_blend_state; in softpipe_init_blend_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c187 llvmpipe->pipe.delete_blend_state = llvmpipe_delete_blend_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c187 llvmpipe->pipe.delete_blend_state = llvmpipe_delete_blend_state; in llvmpipe_init_blend_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_pipe.c163 rctx->context.delete_blend_state(&rctx->context, rctx->no_blend); in r600_destroy_context()
172 rctx->context.delete_blend_state(&rctx->context, rctx->custom_blend_resolve); in r600_destroy_context()
175 rctx->context.delete_blend_state(&rctx->context, rctx->custom_blend_decompress); in r600_destroy_context()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c163 rctx->context.delete_blend_state(&rctx->context, rctx->no_blend); in r600_destroy_context()
172 rctx->context.delete_blend_state(&rctx->context, rctx->custom_blend_resolve); in r600_destroy_context()
175 rctx->context.delete_blend_state(&rctx->context, rctx->custom_blend_decompress); in r600_destroy_context()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h133 void (*delete_blend_state)(struct pipe_context *, void *); member
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_context.h133 void (*delete_blend_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c234 svga->pipe.delete_blend_state = svga_delete_blend_state; in svga_init_blend_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_blend.c234 svga->pipe.delete_blend_state = svga_delete_blend_state; in svga_init_blend_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_state.c300 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c300 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Doutput.c671 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderOutputSurface()
730 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderBitmapSurface()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c671 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderOutputSurface()
730 context->delete_blend_state(context, blend); in vlVdpOutputSurfaceRenderBitmapSurface()

123