Searched refs:sel_mask2 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1617 LLVMValueRef ainterp, ainterp0, ainterp1, shuffle1, sel_mask, sel_mask2; in s3tc_decode_block_dxt5() local 1747 sel_mask2 = lp_build_compare(gallivm, type8, PIPE_FUNC_EQUAL, in s3tc_decode_block_dxt5() 1749 ainterp = lp_build_select(&bld8, sel_mask2, alpha0, ainterp); in s3tc_decode_block_dxt5() 1753 sel_mask2 = lp_build_compare(gallivm, type8, PIPE_FUNC_EQUAL, in s3tc_decode_block_dxt5() 1755 ares = LLVMBuildAnd(builder, ainterp, LLVMBuildNot(builder, sel_mask2, ""), ""); in s3tc_decode_block_dxt5() 1756 sel_mask2 = lp_build_compare(gallivm, type8, PIPE_FUNC_EQUAL, in s3tc_decode_block_dxt5() 1758 ares = LLVMBuildOr(builder, ares, sel_mask2, ""); in s3tc_decode_block_dxt5()
|
Completed in 5 milliseconds