Lines Matching full:factor
10 * garbage that's there. Return a blend factor that will take that into
14 util_blend_dst_alpha_to_one(int factor) in util_blend_dst_alpha_to_one() argument
16 switch (factor) { in util_blend_dst_alpha_to_one()
22 return factor; in util_blend_dst_alpha_to_one()
50 util_blend_factor_to_shader(enum pipe_blendfactor factor) in util_blend_factor_to_shader() argument
52 switch (factor) { in util_blend_factor_to_shader()
93 unreachable("Invalid factor"); in util_blend_factor_to_shader()
98 util_blend_factor_is_inverted(enum pipe_blendfactor factor) in util_blend_factor_is_inverted() argument
100 switch (factor) { in util_blend_factor_is_inverted()
120 util_blend_factor_uses_dest(enum pipe_blendfactor factor, bool alpha) in util_blend_factor_uses_dest() argument
122 switch (factor) { in util_blend_factor_uses_dest()