Searched refs:mask8hi (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 1519 mask8hi = lp_build_const_int_vec(gallivm, type32, 0xff000000); in s3tc_decode_block_dxt3() 1543 a[1] = LLVMBuildAnd(builder, a[1], mask8hi, ""); in s3tc_decode_block_dxt3() 1546 a[2] = LLVMBuildAnd(builder, a[2], mask8hi, ""); in s3tc_decode_block_dxt3() 1547 a[3] = LLVMBuildAnd(builder, alpha, mask8hi, ""); in s3tc_decode_block_dxt3() 1773 LLVMValueRef elems[16], intrargs[2], shufa, mulclo, mulchi, mask8hi; in s3tc_decode_block_dxt5() local 1896 mask8hi = lp_build_const_int_vec(gallivm, type32, 0xff000000); in s3tc_decode_block_dxt5() 1901 a[1] = LLVMBuildAnd(builder, a[1], mask8hi, ""); in s3tc_decode_block_dxt5() 1904 a[2] = LLVMBuildAnd(builder, a[2], mask8hi, ""); in s3tc_decode_block_dxt5() 1905 a[3] = LLVMBuildAnd(builder, ares, mask8hi, ""); in s3tc_decode_block_dxt5() [all...] |
Completed in 4 milliseconds