Home
last modified time | relevance | path

Searched refs:acode (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1614 LLVMValueRef a[4], acode, tmp0, tmp1; in s3tc_decode_block_dxt5() local
1697 acode = LLVMBuildLShr(builder, alpha, in s3tc_decode_block_dxt5()
1699 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5()
1701 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5()
1705 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5()
1707 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5()
1709 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5()
1711 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5()
1713 tmp0 = LLVMBuildAnd(builder, acode, in s3tc_decode_block_dxt5()
1715 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5()
[all …]
/external/python/cpython2/Misc/
Dcheatsheet958 locals]]) have no NUL's or newlines. s can also be acode object.