Searched refs:negated_src (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1696 src_reg negated_src = src; local in function:brw::vec4_visitor::nir_emit_alu
1701 negated_src.negate = true;
1704 bld.AND(temp, src, negated_src);
H A Dbrw_fs_nir.cpp1704 fs_reg negated_src = src; local in function:fs_visitor::nir_emit_alu
1709 negated_src.negate = true;
1712 bld.AND(temp, src, negated_src);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1734 src_reg negated_src = src; local in function:brw::vec4_visitor::nir_emit_alu
1739 negated_src.negate = true;
1742 bld.AND(temp, src, negated_src);
H A Dbrw_fs_nir.cpp1802 fs_reg negated_src = src; local in function:fs_visitor::nir_emit_alu
1807 negated_src.negate = true;
1810 bld.AND(temp, src, negated_src);

Completed in 21 milliseconds