Home | History | Annotate | Download | only in functional

Lines Matching refs:eval_selection_bvec2

1130 void eval_selection_bvec2	(ShaderEvalContext& c) { c.color.yz()	= selection(c.in[0].z() > 0.0f,			greaterThan(c.in[1].swizzle(1, 0), Vec2(0.0f, 0.0f)),					greaterThan(c.in[2].swizzle(2, 1), Vec2(0.0f, 0.0f))).asFloat(); }
2056 { TYPE_BOOL_VEC2, eval_selection_bvec2 },