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