Searched refs:shift4_16 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1500 LLVMValueRef alpha, alphas0, alphas1, shift4_16, a[4], mask8hi; in s3tc_decode_block_dxt3() local 1518 shift4_16 = lp_build_const_int_vec(gallivm, type16, 4); in s3tc_decode_block_dxt3() 1528 alphas0 = LLVMBuildLShr(builder, alpha, shift4_16, ""); in s3tc_decode_block_dxt3() 1529 alphas1 = LLVMBuildShl(builder, alpha, shift4_16, ""); in s3tc_decode_block_dxt3()
|
Completed in 5 milliseconds