Home
last modified time | relevance | path

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

1234567

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c145 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state() local
349 void *blend) in svga_bind_blend_state()
358 void *blend) in svga_delete_blend_state()
/external/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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c46 const struct pipe_blend_state *blend) in llvmpipe_create_blend_state()
62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state()
78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state()
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()
645 struct pipe_blend_state blend; in test_all() local
696 struct pipe_blend_state blend; in test_some() local
Dlp_rast_debug.c129 boolean blend) in plot()
151 boolean blend; in debug_shade_tile() local
199 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; in debug_triangle() local
261 boolean blend = is_blend(tile->state, block, k); in do_debug_bin() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c50 translate_blend(GLenum blend) in translate_blend()
193 struct pipe_blend_state *blend = &st->state.blend; in st_update_blend() local
/external/freetype/src/type1/
Dt1load.c108 PS_Blend blend; in t1_allocate_blend() local
195 PS_Blend blend = face->blend; in T1_Get_Multi_Master() local
311 PS_Blend blend = face->blend; in T1_Get_MM_Var() local
371 PS_Blend blend = face->blend; in t1_set_mm_blend() local
446 PS_Blend blend = face->blend; in T1_Get_MM_Blend() local
482 PS_Blend blend = face->blend; in T1_Set_MM_Design() local
602 PS_Blend blend = face->blend; in T1_Get_Var_Design() local
637 PS_Blend blend = face->blend; in T1_Done_Blend() local
694 PS_Blend blend; in parse_blend_axis_types() local
779 PS_Blend blend; in parse_blend_design_positions() local
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c138 nine_convert_blend_state_fixup(struct pipe_blend_state *blend, const DWORD *rs) in nine_convert_blend_state_fixup()
158 struct pipe_blend_state blend; in nine_convert_blend_state() local
/external/virglrenderer/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()
/external/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()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c103 blend_for_op(struct xa_composite_blend *blend, in blend_for_op()
220 struct xa_composite_blend blend; in xa_composite_check_accelerated() local
261 struct pipe_blend_state blend; in bind_composite_blend_state() local
365 struct xa_composite_blend blend; in bind_shaders() local
/external/freetype/src/truetype/
Dttgxvar.c335 GX_Blend blend = face->blend; in ft_var_load_avar() local
433 GX_Blend blend = face->blend; in ft_var_load_item_variation_store() local
747 GX_Blend blend = face->blend; in ft_var_load_hvvar() local
1191 GX_Blend blend = face->blend; in ft_var_load_mvar() local
1332 GX_Blend blend = face->blend; in tt_apply_mvar() local
1442 GX_Blend blend = face->blend; in ft_var_load_gvar() local
1622 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
1738 GX_Blend blend; in ft_var_to_normalized() local
1834 GX_Blend blend; in ft_var_to_design() local
2436 GX_Blend blend; in tt_set_mm_blend() local
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c277 struct pipe_blend_state *blend, int rt) in emit_rt_blend()
454 struct pipe_blend_state *blend = vc5->blend; in v3dX() local
465 struct pipe_blend_state *blend = vc5->blend; in v3dX() local
/external/freetype/src/psaux/
Dt1decode.c893 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
955 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1023 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1044 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1953 PS_Blend blend, in t1_decoder_init()
/external/mesa3d/src/gallium/docs/source/cso/
Dblend.rst1 .. _blend: target
/external/skqp/src/compute/hs/gen/
Dtranspose.c27 void * blend), in hsg_transpose()
/external/skia/src/compute/hs/gen/
Dtranspose.c27 void * blend), in hsg_transpose()
/external/skqp/bench/
DRotatedRectBench.cpp190 #define DEF_FOR_COLOR_TYPES(aa, blend) \ argument
197 #define DEF_FOR_AA_MODES(blend) \ argument
/external/skia/bench/
DRotatedRectBench.cpp190 #define DEF_FOR_COLOR_TYPES(aa, blend) \ argument
197 #define DEF_FOR_AA_MODES(blend) \ argument
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.h45 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.h47 etna_blend_state(struct pipe_blend_state *blend) in etna_blend_state()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_bicubic_filter.h41 void *blend; member
Dvl_matrix_filter.h42 void *blend; member
/external/libaom/libaom/aom_dsp/x86/
Dblend_a64_vmask_sse4.c122 static const blend_fn blend[9] = { in aom_blend_a64_vmask_sse4_1() local
153 const uint8_t *mask, int h, blend_unit_fn blend) { in blend_a64_vmask_bn_w4_sse4_1()
196 const uint8_t *mask, int w, int h, blend_unit_fn blend) { in blend_a64_vmask_bn_w8n_sse4_1()
249 static const blend_fn blend[2][2] = { in aom_highbd_blend_a64_vmask_sse4_1() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.h52 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()

1234567