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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c759 LLVMValueRef s_mask_or = lp_build_alloca(gallivm, lp_build_int_vec_type(gallivm, type), "cov_mask_early_depth"); local in function:generate_fs_loop
760 LLVMBuildStore(builder, LLVMConstNull(lp_build_int_vec_type(gallivm, type)), s_mask_or);
878 LLVMValueRef tmp_s_mask_or = LLVMBuildLoad(builder, s_mask_or, "");
880 LLVMBuildStore(builder, tmp_s_mask_or, s_mask_or);
895 tmp_s_mask_or = LLVMBuildLoad(builder, s_mask_or, "");

Completed in 7 milliseconds