Searched refs:inv_one (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_system_values.c | 409 nir_ssa_def *inv_one = nir_imm_int(b, ~1); in lower_compute_system_value_instr() local 412 nir_ssa_def *x_bits_1n = nir_iand(b, x, inv_one); in lower_compute_system_value_instr() 413 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/ |
H A D | lp_bld_arit.c | 2862 LLVMValueRef inv_one = lp_build_const_int_vec(gallivm, bld->type, ~1); in lp_build_sin_or_cos() local 2863 LLVMValueRef emm2_and = LLVMBuildAnd(b, emm2_add, inv_one, "emm2_and"); in lp_build_sin_or_cos()
|
Completed in 6 milliseconds