Searched refs:bits_val (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_soa.c | 189 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); in lp_build_extract_soa_chan() local 190 input = LLVMBuildShl(builder, input, bits_val, ""); in lp_build_extract_soa_chan() 198 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); in lp_build_extract_soa_chan() local 199 input = LLVMBuildAShr(builder, input, bits_val, ""); in lp_build_extract_soa_chan()
|