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