Home
last modified time | relevance | path

Searched refs:negative_equals (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_cmod_propagation.cpp105 inst->src[1].negative_equals(scan_inst->src[1])) || in opt_cmod_propagation_local()
107 inst->src[1].negative_equals(scan_inst->src[0]))) { in opt_cmod_propagation_local()
109 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) && in opt_cmod_propagation_local()
111 (inst->src[0].negative_equals(scan_inst->src[1]) && in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp72 inst->src[1].negative_equals(scan_inst->src[1])) || in cmod_propagate_cmp_to_add()
74 inst->src[1].negative_equals(scan_inst->src[0]))) { in cmod_propagate_cmp_to_add()
76 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) && in cmod_propagate_cmp_to_add()
78 (inst->src[0].negative_equals(scan_inst->src[1]) && in cmod_propagate_cmp_to_add()
Dbrw_ir.h56 bool negative_equals(const backend_reg &r) const;
Dbrw_ir_vec4.h46 bool negative_equals(const src_reg &r) const;
Dbrw_ir_fs.h44 bool negative_equals(const fs_reg &r) const;
Dbrw_shader.cpp738 backend_reg::negative_equals(const backend_reg &r) const in negative_equals() function in backend_reg
Dbrw_vec4.cpp392 src_reg::negative_equals(const src_reg &r) const in negative_equals() function in brw::src_reg
394 return this->backend_reg::negative_equals(r) && in negative_equals()
Dbrw_fs.cpp533 fs_reg::negative_equals(const fs_reg &r) const in negative_equals() function in fs_reg
535 return (this->backend_reg::negative_equals(r) && in negative_equals()