Searched refs:nvgl_blend_func (Results 1 – 4 of 4) sorted by relevance
80 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].SrcRGB)); in nv10_emit_blend_func()81 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB)); in nv10_emit_blend_func()
31 nvgl_blend_func(unsigned func) in nvgl_blend_func() function
96 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_src_factor) << 16) | in nv30_blend_state_create()97 nvgl_blend_func(cso->rt[0].rgb_src_factor)); in nv30_blend_state_create()98 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_dst_factor) << 16) | in nv30_blend_state_create()99 nvgl_blend_func(cso->rt[0].rgb_dst_factor)); in nv30_blend_state_create()
5 nvgl_blend_func(unsigned factor) in nvgl_blend_func() function