Searched refs:negative_equals (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp69 inst->src[1].negative_equals(scan_inst->src[1])) ||
71 inst->src[1].negative_equals(scan_inst->src[0]))) {
73 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) &&
75 (inst->src[0].negative_equals(scan_inst->src[1]) &&
H A Dbrw_vec4_cmod_propagation.cpp105 inst->src[1].negative_equals(scan_inst->src[1])) ||
107 inst->src[1].negative_equals(scan_inst->src[0]))) {
109 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) &&
111 (inst->src[0].negative_equals(scan_inst->src[1]) &&
H A Dbrw_shader.h62 bool negative_equals(const backend_reg &r) const;
H A Dbrw_ir_fs.h44 bool negative_equals(const fs_reg &r) const;
H A Dbrw_ir_vec4.h46 bool negative_equals(const src_reg &r) const;
H A Dbrw_shader.cpp707 backend_reg::negative_equals(const backend_reg &r) const function in class:backend_reg
H A Dbrw_vec4.cpp394 src_reg::negative_equals(const src_reg &r) const function in class:brw::src_reg
396 return this->backend_reg::negative_equals(r) &&
H A Dbrw_fs.cpp499 fs_reg::negative_equals(const fs_reg &r) const function in class:fs_reg
501 return (this->backend_reg::negative_equals(r) &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp105 inst->src[1].negative_equals(scan_inst->src[1])) ||
107 inst->src[1].negative_equals(scan_inst->src[0]))) {
109 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) &&
111 (inst->src[0].negative_equals(scan_inst->src[1]) &&
H A Dbrw_fs_cmod_propagation.cpp72 inst->src[1].negative_equals(scan_inst->src[1])) ||
74 inst->src[1].negative_equals(scan_inst->src[0]))) {
76 } else if ((inst->src[0].negative_equals(scan_inst->src[0]) &&
78 (inst->src[0].negative_equals(scan_inst->src[1]) &&
H A Dbrw_ir.h56 bool negative_equals(const backend_reg &r) const;
H A Dbrw_ir_vec4.h46 bool negative_equals(const src_reg &r) const;
H A Dbrw_ir_fs.h44 bool negative_equals(const fs_reg &r) const;
H A Dbrw_shader.cpp755 backend_reg::negative_equals(const backend_reg &r) const function in class:backend_reg
H A Dbrw_vec4.cpp392 src_reg::negative_equals(const src_reg &r) const function in class:brw::src_reg
394 return this->backend_reg::negative_equals(r) &&
H A Dbrw_fs.cpp533 fs_reg::negative_equals(const fs_reg &r) const function in class:fs_reg
535 return (this->backend_reg::negative_equals(r) &&

Completed in 119 milliseconds