| /third_party/skia/src/core/ |
| D | SkBlenderBase.h | 66 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/ |
| D | svga_pipe_blend.c | 183 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/ |
| D | sp_state_blend.c | 40 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/ |
| D | lp_test_blend.c | 75 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
|
| D | lp_state_blend.c | 46 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()
|
| D | lp_rast_debug.c | 194 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
|
| D | lp_state_fs_linear.c | 110 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/ |
| D | t1load.c | 108 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/ |
| D | nine_pipe.c | 143 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/ |
| D | fd6_blend.h | 58 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/ |
| D | st_atom_blend.c | 52 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/ |
| D | t1decode.c | 902 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/ |
| D | ttgxvar.c | 362 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/ |
| D | vf_chromakey_cuda.cu | 48 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/ |
| D | u_dual_blend.h | 14 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/ |
| D | blend.rst | 1 .. _blend: target
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_blend.h | 41 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
|
| D | fd2_emit.c | 191 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/ |
| D | RotatedRectBench.cpp | 188 #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/ |
| D | CombFilter.h | 26 CombFilter(float blend, float feedForward, float feedBack, int delay) : in CombFilter()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_blend.h | 45 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_blend.h | 47 etna_blend_state(struct pipe_blend_state *blend) in etna_blend_state()
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| D | xa_composite.c | 103 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/ |
| D | v3dx_emit.c | 263 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/ |
| D | fd4_blend.h | 46 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj()
|