Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1496 LLVMValueRef alpha, alphas0, alphas1, shift4_16, a[4], mask8hi; in s3tc_decode_block_dxt3() local
1515 mask8hi = lp_build_const_int_vec(gallivm, type32, 0xff000000); in s3tc_decode_block_dxt3()
1539 a[1] = LLVMBuildAnd(builder, a[1], mask8hi, ""); in s3tc_decode_block_dxt3()
1542 a[2] = LLVMBuildAnd(builder, a[2], mask8hi, ""); in s3tc_decode_block_dxt3()
1543 a[3] = LLVMBuildAnd(builder, alpha, mask8hi, ""); in s3tc_decode_block_dxt3()
1769 LLVMValueRef elems[16], intrargs[2], shufa, mulclo, mulchi, mask8hi; in s3tc_decode_block_dxt5() local
1892 mask8hi = lp_build_const_int_vec(gallivm, type32, 0xff000000); in s3tc_decode_block_dxt5()
1897 a[1] = LLVMBuildAnd(builder, a[1], mask8hi, ""); in s3tc_decode_block_dxt5()
1900 a[2] = LLVMBuildAnd(builder, a[2], mask8hi, ""); in s3tc_decode_block_dxt5()
1901 a[3] = LLVMBuildAnd(builder, ares, mask8hi, ""); in s3tc_decode_block_dxt5()