Searched refs:is_one (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vector.cpp74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
H A Dir.cpp39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1064 ir_constant::is_one() const function in class:ir_constant
1693 if (expr->operands[0]->is_one())
1696 if (expr->operands[1]->is_one())
H A Dopt_algebraic.cpp84 return (ir == NULL) ? false : ir->is_one();
H A Dir.h204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
220 virtual bool is_one() const;
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
1779 * \sa ir_constant::is_zero, ir_constant::is_one,
1785 virtual bool is_one() const;
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
H A Dir.cpp39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1064 ir_constant::is_one() const function in class:ir_constant
1693 if (expr->operands[0]->is_one())
1696 if (expr->operands[1]->is_one())
H A Dopt_algebraic.cpp84 return (ir == NULL) ? false : ir->is_one();
H A Dir.h204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
220 virtual bool is_one() const;
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
1779 * \sa ir_constant::is_zero, ir_constant::is_one,
1785 virtual bool is_one() const;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp528 src_reg::is_one() const function in class:brw::src_reg
589 } else if (inst->src[1].is_one()) {
H A Dbrw_vec4.h104 bool is_one() const;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp528 src_reg::is_one() const function in class:brw::src_reg
589 } else if (inst->src[1].is_one()) {
H A Dbrw_vec4.h104 bool is_one() const;
/external/llvm/include/llvm/IR/
H A DPatternMatch.h252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp997 if (c->is_one()) {
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp997 if (c->is_one()) {

Completed in 252 milliseconds