Searched refs:anded (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp222 fs_reg anded = abld.vgrf(BRW_REGISTER_TYPE_UD, 1); local in function:emit_system_values_block
223 abld.AND(anded, inverted, brw_imm_uw(1));
226 abld.MOV(dst, negate(retype(anded, BRW_REGISTER_TYPE_D)));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp248 fs_reg anded = abld.vgrf(BRW_REGISTER_TYPE_UD, 1); local in function:emit_system_values_block
249 abld.AND(anded, inverted, brw_imm_uw(1));
252 abld.MOV(dst, negate(retype(anded, BRW_REGISTER_TYPE_D)));

Completed in 16 milliseconds