Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h60 bool is_negative_one() const;
H A Dbrw_shader.cpp820 backend_reg::is_negative_one() const in is_negative_one() function in backend_reg
H A Dbrw_vec4.cpp692 } else if (inst->src[1].is_negative_one()) { in opt_algebraic()
H A Dbrw_fs.cpp2623 if (inst->src[1].is_negative_one()) {
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h271 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
283 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one
297 virtual bool is_negative_one() const;
2332 * ir_constant::is_negative_one
2344 virtual bool is_negative_one() const;
H A Dopt_algebraic.cpp130 return (ir == NULL) ? false : ir->is_negative_one(); in is_vec_negative_one()
H A Dir.cpp47 bool ir_rvalue::is_negative_one() const in is_negative_one() function in ir_rvalue
1646 ir_constant::is_negative_one() const in is_negative_one() function in ir_constant

Completed in 19 milliseconds