Searched refs:inv_one (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_system_values.c | 364 nir_ssa_def *inv_one = nir_imm_int(b, ~1); in lower_compute_system_value_instr() local 367 nir_ssa_def *x_bits_1n = nir_iand(b, x, inv_one); in lower_compute_system_value_instr() 368 nir_ssa_def *y_bits_1n = nir_iand(b, y, inv_one); in lower_compute_system_value_instr()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2875 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); in lp_build_sin_or_cos() local 2876 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and"); in lp_build_sin_or_cos()
|