Home | History | Annotate | Download | only in functional

Lines Matching refs:eval_selection_float

1069 void eval_selection_float	(ShaderEvalContext& c) { c.color.x()	= selection(c.in[0].z() > 0.0f,		c.in[1].x(),					c.in[2].y()); }
2043 { TYPE_FLOAT, eval_selection_float },