Home | History | Annotate | Download | only in functional

Lines Matching refs:eval_selection_bvec3

1131 void eval_selection_bvec3	(ShaderEvalContext& c) { c.color.xyz()	= selection(c.in[0].z() > 0.0f,			greaterThan(c.in[1].swizzle(1, 2, 0), Vec3(0.0f, 0.0f, 0.0f)),			greaterThan(c.in[2].swizzle(3, 1, 2), Vec3(0.0f, 0.0f, 0.0f))).asFloat(); }
2057 { TYPE_BOOL_VEC3, eval_selection_bvec3 },