Home
last modified time | relevance | path

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

123456

/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/svga/
Dsvga_pipe_blend.c145 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state() local
348 void *blend) in svga_bind_blend_state()
357 void *blend) in svga_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.c49 translate_blend(GLenum blend) in translate_blend()
192 struct pipe_blend_state *blend = &st->state.blend; in update_blend() local
/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/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
374 PS_Blend blend = face->blend; in t1_set_mm_blend() local
449 PS_Blend blend = face->blend; in T1_Get_MM_Blend() local
485 PS_Blend blend = face->blend; in T1_Set_MM_Design() local
605 PS_Blend blend = face->blend; in T1_Get_Var_Design() local
640 PS_Blend blend = face->blend; in T1_Done_Blend() local
697 PS_Blend blend; in parse_blend_axis_types() local
776 PS_Blend blend; in parse_blend_design_positions() local
[all …]
/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/mesa3d/src/gallium/docs/source/cso/
Dblend.rst1 .. _blend: target
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_cc.c256 const struct ilo_state_cc_blend_info *blend = &info->blend; in cc_get_gen6_dual_source_blending() local
395 const struct ilo_state_cc_blend_info *blend = &info->blend; in cc_validate_gen6_blend() local
488 const struct ilo_state_cc_blend_info *blend = &info->blend; in cc_set_gen6_BLEND_STATE() local
592 const struct ilo_state_cc_blend_info *blend = &info->blend; in cc_set_gen8_BLEND_STATE() local
677 const struct ilo_state_cc_blend_info *blend = &info->blend; in cc_set_gen8_3DSTATE_PS_BLEND() local
/external/freetype/src/truetype/
Dttgxvar.c313 GX_Blend blend = face->blend; in ft_var_load_avar() local
422 GX_Blend blend = face->blend; in ft_var_load_item_variation_store() local
735 GX_Blend blend = face->blend; in ft_var_load_hvvar() local
1174 GX_Blend blend = face->blend; in ft_var_load_mvar() local
1314 GX_Blend blend = face->blend; in tt_apply_mvar() local
1423 GX_Blend blend = face->blend; in ft_var_load_gvar() local
1598 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
1714 GX_Blend blend; in ft_var_to_normalized() local
1810 GX_Blend blend; in ft_var_to_design() local
2407 GX_Blend blend; in tt_set_mm_blend() local
[all …]
/external/freetype/src/psaux/
Dt1decode.c881 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
943 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1011 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1032 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1930 PS_Blend blend, in t1_decoder_init()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.h43 fd2_blend_stateobj(struct pipe_blend_state *blend) in fd2_blend_stateobj()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.h43 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
Dvl_median_filter.h50 void *blend; member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.h52 fd3_blend_stateobj(struct pipe_blend_state *blend) in fd3_blend_stateobj()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.h52 fd5_blend_stateobj(struct pipe_blend_state *blend) in fd5_blend_stateobj()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.h53 fd4_blend_stateobj(struct pipe_blend_state *blend) in fd4_blend_stateobj()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_cc.c43 struct gen6_blend_state *blend; in gen6_upload_blend_state() local
/external/libxcam/xcore/interface/
Dblender.cpp113 Blender::blend ( in blend() function in XCam::Blender
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c585 struct pipe_blend_state blend; in BlenderToPipe() local
655 void *blend; in vlVdpOutputSurfaceRenderOutputSurface() local
725 void *blend; in vlVdpOutputSurfaceRenderBitmapSurface() local

123456