Searched refs:is_negative_one (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlower_vector.cpp74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
H A Dir.h204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
233 virtual bool is_negative_one() const;
245 * is_constant::is_negative_one
1780 * ir_constant::is_negative_one, ir_constant::is_basis
1786 virtual bool is_negative_one() const;
H A Dir.cpp44 bool ir_rvalue::is_negative_one() const function in class:ir_rvalue
1101 ir_constant::is_negative_one() const function in class:ir_constant
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1001 } else if (c->is_negative_one()) {

Completed in 112 milliseconds