Searched refs:acode (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1618 LLVMValueRef a[4], acode, tmp0, tmp1; in s3tc_decode_block_dxt5() local 1701 acode = LLVMBuildLShr(builder, alpha, in s3tc_decode_block_dxt5() 1703 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5() 1705 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1709 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5() 1711 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5() 1713 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1715 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5() 1717 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5() 1719 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() [all...] |
Completed in 5 milliseconds