Searched refs:PIPE_BLENDFACTOR_CONST_COLOR (Results 1 – 22 of 22) sorted by relevance
30 case PIPE_BLENDFACTOR_CONST_COLOR: in nvgl_blend_func()
107 case PIPE_BLENDFACTOR_CONST_COLOR: in fd_blend_factor()
146 case PIPE_BLENDFACTOR_CONST_COLOR: in lp_build_blend_factor_unswizzled()203 case PIPE_BLENDFACTOR_CONST_COLOR: in lp_build_blend_factor_swizzle()
239 case PIPE_BLENDFACTOR_CONST_COLOR: in compute_blend_ref_term()326 case PIPE_BLENDFACTOR_CONST_COLOR: in compute_blend_ref_term()598 PIPE_BLENDFACTOR_CONST_COLOR,
86 STATIC_ASSERT((PIPE_BLENDFACTOR_CONST_COLOR ^ 0x10) == in lp_build_blend_factor_complementary()
138 case PIPE_BLENDFACTOR_CONST_COLOR: in i915_translate_blend_factor()
283 case PIPE_BLENDFACTOR_CONST_COLOR: in swr_convert_blend_factor()
321 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()470 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()576 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()718 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()
155 case PIPE_BLENDFACTOR_CONST_COLOR: in translate_blend_factor()
79 return PIPE_BLENDFACTOR_CONST_COLOR; in translate_blend()
681 case D3DBLEND_BLENDFACTOR: return PIPE_BLENDFACTOR_CONST_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor()708 case D3DBLEND_BLENDFACTOR: return PIPE_BLENDFACTOR_CONST_COLOR; in d3dblend_color_to_pipe_blendfactor()
78 case PIPE_BLENDFACTOR_CONST_COLOR: in r300_translate_blend_factor()
129 case PIPE_BLENDFACTOR_CONST_COLOR: in vc4_blend_channel_f()204 case PIPE_BLENDFACTOR_CONST_COLOR: in vc4_blend_channel_i()
60 #define PIPE_BLENDFACTOR_CONST_COLOR 0x7 macro
61 PIPE_BLENDFACTOR_CONST_COLOR, enumerator
55 case PIPE_BLENDFACTOR_CONST_COLOR: return SVGA3D_BLENDOP_BLENDFACTOR; in svga_translate_blend_factor()
63 case PIPE_BLENDFACTOR_CONST_COLOR: in vc5_factor()
555 return PIPE_BLENDFACTOR_CONST_COLOR; in BlendFactorToPipe()
317 case PIPE_BLENDFACTOR_CONST_COLOR: in si_translate_blend_factor()407 (1u << PIPE_BLENDFACTOR_CONST_COLOR) | in si_blend_check_commutativity()
69 case PIPE_BLENDFACTOR_CONST_COLOR: in r600_translate_blend_factor()
138 case PIPE_BLENDFACTOR_CONST_COLOR: in r600_translate_blend_factor()
4085 case PIPE_BLENDFACTOR_CONST_COLOR: return GL_CONSTANT_COLOR; in translate_blend_factor()4186 return (blend_factor == PIPE_BLENDFACTOR_CONST_COLOR || in is_const_blend()