Home
last modified time | relevance | path

Searched defs:blend (Results 1 – 25 of 197) sorted by relevance

12345678

/third_party/skia/src/core/
DSkBlenderBase.h66 inline SkBlenderBase* as_BB(SkBlender* blend) { in as_BB()
70 inline const SkBlenderBase* as_BB(const SkBlender* blend) { in as_BB()
74 inline const SkBlenderBase* as_BB(const sk_sp<SkBlender>& blend) { in as_BB()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c183 struct svga_blend_state *blend, in emulate_logicop()
298 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state() local
426 void *blend) in svga_bind_blend_state()
435 void *blend) in svga_delete_blend_state()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c40 const struct pipe_blend_state *blend) in softpipe_create_blend_state()
48 void *blend) in softpipe_bind_blend_state()
62 void *blend) in softpipe_delete_blend_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c75 const struct pipe_blend_state *blend, in write_tsv_row()
111 const struct pipe_blend_state *blend, in dump_blend_type()
136 const struct pipe_blend_state *blend, in add_blend_test()
360 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref()
437 const struct pipe_blend_state *blend, in test_one()
648 struct pipe_blend_state blend; in test_all() local
699 struct pipe_blend_state blend; in test_some() local
Dlp_state_blend.c46 const struct pipe_blend_state *blend) in llvmpipe_create_blend_state()
61 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state()
77 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state()
Dlp_rast_debug.c194 boolean blend) in plot()
217 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; in debug_rectangle() local
273 boolean blend; in debug_shade_tile() local
321 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; in debug_triangle() local
383 boolean blend = is_blend(tile->state, block, k); in do_debug_bin() local
Dlp_state_fs_linear.c110 blend_premul(struct color_blend *blend) in blend_premul()
142 blend_noop(struct color_blend *blend) in blend_noop()
150 init_blend(struct color_blend *blend, in init_blend()
477 struct color_blend blend; in blit_rgba() local
516 struct color_blend blend; in blit_rgb1() local
560 struct color_blend blend; in blit_rgba_blend_premul() local
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c108 PS_Blend blend; in t1_allocate_blend() local
180 PS_Blend blend = face->blend; in T1_Get_Multi_Master() local
296 PS_Blend blend = face->blend; in T1_Get_MM_Var() local
380 PS_Blend blend = face->blend; in t1_set_mm_blend() local
462 PS_Blend blend = face->blend; in T1_Get_MM_Blend() local
497 PS_Blend blend = face->blend; in T1_Set_MM_WeightVector() local
537 PS_Blend blend = face->blend; in T1_Get_MM_WeightVector() local
567 PS_Blend blend = face->blend; in T1_Set_MM_Design() local
687 PS_Blend blend = face->blend; in T1_Get_Var_Design() local
722 PS_Blend blend = face->blend; in T1_Done_Blend() local
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c143 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs) in nine_convert_blend_state_fixup()
163 struct pipe_blend_state blend; in nine_convert_blend_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blend.h58 fd6_blend_stateobj(struct pipe_blend_state *blend) in fd6_blend_stateobj()
71 struct fd6_blend_stateobj *blend = fd6_blend_stateobj(cso); in fd6_blend_variant() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c52 translate_blend(GLenum blend) in translate_blend()
196 struct pipe_blend_state *blend = &st->state.blend; in st_update_blend() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c902 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
964 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1032 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1053 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
2101 PS_Blend blend, in t1_decoder_init()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c362 GX_Blend blend = face->blend; in ft_var_load_avar() local
463 GX_Blend blend = face->blend; in ft_var_load_item_variation_store() local
831 GX_Blend blend = face->blend; in ft_var_load_hvvar() local
1272 GX_Blend blend = face->blend; in ft_var_load_mvar() local
1413 GX_Blend blend = face->blend; in tt_apply_mvar() local
1549 GX_Blend blend = face->blend; in ft_var_load_gvar() local
1793 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
1896 GX_Blend blend; in ft_var_to_normalized() local
1989 GX_Blend blend; in ft_var_to_design() local
2591 GX_Blend blend; in tt_set_mm_blend() local
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_chromakey_cuda.cu48 float2 chromakey_uv, float similarity, float blend) in change_alpha_channel()
120 float u_key, float v_key, float similarity, float blend) in Process_uchar()
149 float u_key, float v_key, float similarity, float blend) in Process_uchar2()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dual_blend.h14 static inline boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual()
/third_party/mesa3d/docs/gallium/cso/
Dblend.rst1 .. _blend: target
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.h41 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
Dfd2_emit.c191 struct fd2_blend_stateobj *blend = fd2_blend_stateobj(ctx->blend); in fd2_emit_state_binning() local
237 struct fd2_blend_stateobj *blend = fd2_blend_stateobj(ctx->blend); in fd2_emit_state() local
/third_party/skia/bench/
DRotatedRectBench.cpp188 #define DEF_FOR_COLOR_TYPES(aa, blend) \ argument
195 #define DEF_FOR_AA_MODES(blend) \ argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DCombFilter.h26 CombFilter(float blend, float feedForward, float feedBack, int delay) : in CombFilter()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.h45 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.h47 etna_blend_state(struct pipe_blend_state *blend) in etna_blend_state()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c103 blend_for_op(struct xa_composite_blend *blend, in blend_for_op()
229 struct xa_composite_blend blend; in xa_composite_check_accelerated() local
257 struct pipe_blend_state blend; in bind_composite_blend_state() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c263 struct pipe_blend_state *blend, int rt, uint8_t rt_mask, in emit_rt_blend()
600 struct v3d_blend_state *blend = v3d->blend; in v3dX() local
642 struct pipe_blend_state *blend = &v3d->blend->base; in v3dX() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.h46 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj()

12345678