Searched refs:lp_build_negate (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c402 res = lp_build_negate( &bld_base->base, res );
410 res = lp_build_negate( &bld_base->int_bld, res );
414 res = lp_build_negate( &bld_base->int64_bld, res );
H A Dlp_bld_arit.h229 lp_build_negate(struct lp_build_context *bld,
H A Dlp_bld_arit.c1352 return lp_build_negate(bld, a);
1876 lp_build_negate(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c402 res = lp_build_negate( &bld_base->base, res );
410 res = lp_build_negate( &bld_base->int_bld, res );
414 res = lp_build_negate( &bld_base->int64_bld, res );
H A Dlp_bld_arit.h228 lp_build_negate(struct lp_build_context *bld,
H A Dlp_bld_format_soa.c936 rgba = lp_build_clamp(bld, rgba, lp_build_negate(bld, bld->one), bld->one);
H A Dlp_bld_arit.c1230 return lp_build_negate(bld, a);
1755 lp_build_negate(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
H A Dlp_bld_nir.c789 result = lp_build_negate(get_flt_bld(bld_base, src_bit_size[0]), src[0]);
902 result = lp_build_negate(get_int_bld(bld_base, false, src_bit_size[0]), src[0]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c299 {"neg", &lp_build_negate, &negf, sgn_values, ARRAY_SIZE(sgn_values), 20.0 },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c320 {"neg", &lp_build_negate, &negf, sgn_values, ARRAY_SIZE(sgn_values), 20.0 },

Completed in 20 milliseconds