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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c180 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); local
181 input = LLVMBuildShl(builder, input, bits_val, "");
190 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); local
191 input = LLVMBuildAShr(builder, input, bits_val, "");

Completed in 71 milliseconds