Searched refs:negative_one (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp627 fs_reg negative_one(brw_imm_f(-1.0f)); local in function:TEST_F
629 bld.ADD(dest, src0, negative_one);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp1073 fs_reg negative_one(brw_imm_f(-1.0f)); local in function:TEST_F
1075 bld.ADD(dest, src0, negative_one);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2118 const struct dxil_value *negative_one = dxil_module_get_int_const(&ctx->mod, val, bit_size); local in function:emit_alu
2119 return emit_binop(ctx, alu, DXIL_BINOP_XOR, src[0], negative_one);

Completed in 13 milliseconds