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 D | lp_bld_tgsi.c | 402 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 D | lp_bld_arit.h | 229 lp_build_negate(struct lp_build_context *bld,
|
| H A D | lp_bld_arit.c | 1352 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 D | lp_bld_tgsi.c | 402 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 D | lp_bld_arit.h | 228 lp_build_negate(struct lp_build_context *bld,
|
| H A D | lp_bld_format_soa.c | 936 rgba = lp_build_clamp(bld, rgba, lp_build_negate(bld, bld->one), bld->one);
|
| H A D | lp_bld_arit.c | 1230 return lp_build_negate(bld, a); 1755 lp_build_negate(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
|
| H A D | lp_bld_nir.c | 789 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 D | lp_test_arit.c | 299 {"neg", &lp_build_negate, &negf, sgn_values, ARRAY_SIZE(sgn_values), 20.0 },
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_arit.c | 320 {"neg", &lp_build_negate, &negf, sgn_values, ARRAY_SIZE(sgn_values), 20.0 },
|
Completed in 20 milliseconds