Searched refs:acode1 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1697 LLVMValueRef acodeg, mask1, acode0, acode1; in s3tc_decode_block_dxt5() local 1728 acode1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1730 acode = lp_build_pack2(gallivm, type16, type8, acode0, acode1); in s3tc_decode_block_dxt5() 1731 /* acode0 contains elems 0,4,8,12,2,6,10,14, acode1 1,5,9,... */ in s3tc_decode_block_dxt5() 1740 ainterp1 = lp_build_lerpdxta_block(gallivm, alpha0, alpha1, acode1, sel_mask); in s3tc_decode_block_dxt5()
|
Completed in 5 milliseconds