Searched refs:tmp_mask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c1162 LLVMValueRef tmp_mask = *cov_mask; local in function:lp_build_depth_stencil_test
1164 tmp_mask = LLVMBuildAnd(builder, tmp_mask, s_pass_mask, "");
1168 tmp_mask = LLVMBuildAnd(builder, tmp_mask, z_pass, "");
1169 *cov_mask = tmp_mask;
H A Dlp_state_fs.c1059 LLVMValueRef tmp_mask = LLVMBuildLoad(builder, out_sample_mask_storage, "tmp_mask"); local in function:generate_fs_loop
1062 output_smask = LLVMBuildOr(builder, tmp_mask, smask_bit, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c916 LLVMValueRef sel_mask, tmp_mask, alpha, alpha64, code_s; local in function:s3tc_dxt5_full_to_rgba_aos
1026 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL,
1028 alpha = lp_build_select(&bld32, tmp_mask, alpha0, alpha1);
1029 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER,
1031 alpha = lp_build_select(&bld32, tmp_mask, ainterp, alpha);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c903 LLVMValueRef sel_mask, tmp_mask, alpha, alpha64, code_s; local in function:s3tc_dxt5_alpha_channel
1010 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL,
1012 alpha = lp_build_select(&bld32, tmp_mask, alpha0, alpha1);
1013 tmp_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER,
1015 alpha = lp_build_select(&bld32, tmp_mask, ainterp, alpha);

Completed in 16 milliseconds