| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_ir.h | 59 bool is_one() const;
|
| H A D | brw_vec4_cmod_propagation.cpp | 75 !(inst->src[1].is_one() &&
|
| H A D | brw_fs_cmod_propagation.cpp | 258 !(inst->src[1].is_one() &&
|
| H A D | brw_shader.cpp | 792 backend_reg::is_one() const function in class:backend_reg
|
| H A D | brw_vec4.cpp | 880 } else if (inst->src[1].is_one()) {
|
| H A D | brw_fs.cpp | 2846 if (inst->src[1].is_one()) { 2984 if (inst->src[1].is_one()) { 2989 } else if (inst->src[2].is_one()) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_vector.cpp | 78 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
|
| H A D | opt_algebraic.cpp | 112 return (ir == NULL) ? false : ir->is_one(); 897 outer_const->is_one()) 902 inner_const->is_one() && 920 inner_const->is_one() && 927 outer_const->is_one())
|
| H A D | ir.cpp | 41 bool ir_rvalue::is_one() const function in class:ir_rvalue 1649 ir_constant::is_one() const function in class:ir_constant 2304 if (expr->operands[0]->is_one()) 2307 if (expr->operands[1]->is_one())
|
| H A D | ir.h | 275 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one 289 virtual bool is_one() const; 299 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one 2333 * \sa ir_constant::is_zero, ir_constant::is_one, 2345 virtual bool is_one() const;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_vector.cpp | 78 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
|
| H A D | opt_algebraic.cpp | 112 return (ir == NULL) ? false : ir->is_one(); 898 outer_const->is_one()) 903 inner_const->is_one() && 921 inner_const->is_one() && 928 outer_const->is_one())
|
| H A D | ir.cpp | 40 bool ir_rvalue::is_one() const function in class:ir_rvalue 1347 ir_constant::is_one() const function in class:ir_constant 1975 if (expr->operands[0]->is_one()) 1978 if (expr->operands[1]->is_one())
|
| H A D | ir.h | 272 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one 286 virtual bool is_one() const; 296 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one 2239 * \sa ir_constant::is_zero, ir_constant::is_one, 2251 virtual bool is_one() const;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_shader.h | 65 bool is_one() const;
|
| H A D | brw_fs_cmod_propagation.cpp | 202 !(inst->src[1].is_one() &&
|
| H A D | brw_vec4_cmod_propagation.cpp | 75 !(inst->src[1].is_one() &&
|
| H A D | brw_shader.cpp | 744 backend_reg::is_one() const function in class:backend_reg
|
| H A D | brw_fs.cpp | 2551 if (inst->src[1].is_one()) { 2688 if (inst->src[1].is_one()) { 2693 } else if (inst->src[2].is_one()) {
|
| H A D | brw_vec4.cpp | 878 } else if (inst->src[1].is_one()) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | light.c | 208 bool is_one = params[0] == 1.0f; local in function:_mesa_light 211 if (old_is_one != is_one) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 2743 bool is_zero[4] = {}, is_one[4] = {}; local in function:ac_eliminate_const_output 2749 is_one[i] = true; 2754 is_one[i] = true; 2764 else if (is_one[0] && is_one[1] && is_one[2])
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 2752 bool is_zero[4] = {0}, is_one[4] = {0}; local in function:ac_eliminate_const_output 2758 is_one[i] = true; 2763 is_one[i] = true; 2773 else if (is_one[0] && is_one[1] && is_one[2])
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 849 if (c->is_one()) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 776 if (c->is_one()) {
|