Searched refs:inv_one (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_system_values.c | 364 nir_ssa_def *inv_one = nir_imm_int(b, ~1); local in function:lower_compute_system_value_instr 367 nir_ssa_def *x_bits_1n = nir_iand(b, x, inv_one); 368 nir_ssa_def *y_bits_1n = nir_iand(b, y, inv_one);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2986 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); local in function:lp_build_sin_or_cos 2987 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2875 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); local in function:lp_build_sin_or_cos 2876 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and");
|
Completed in 12 milliseconds