Searched defs:blend_factor (Results 1 – 7 of 7) sorted by relevance
355 float blend_factor[4]; in emit_rss_vgpu10() local
384 float blend_factor[4]; member
140 translate_blend_factor(unsigned blend_factor) in translate_blend_factor()
268 swr_convert_blend_factor(const UINT blend_factor) in swr_convert_blend_factor()
139 static int blend_factor( GLenum factor, GLboolean is_src ) in blend_factor() function
4160 static inline bool is_dst_blend(int blend_factor) in is_dst_blend()4166 static inline int conv_a8_blend(int blend_factor) in conv_a8_blend()4175 static inline int conv_dst_blend(int blend_factor) in conv_dst_blend()4184 static inline bool is_const_blend(int blend_factor) in is_const_blend()
2779 #define blend_factor(x) brw_translate_blend_factor(x) macro