Searched refs:post_depth_mask_in (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 884 LLVMValueRef post_depth_mask_in = LLVMBuildLoad(builder, post_depth_sample_mask_in, ""); local in function:generate_fs_loop 886 post_depth_mask_in = LLVMBuildOr(builder, post_depth_mask_in, mask_bit_idx, ""); 887 LLVMBuildStore(builder, post_depth_mask_in, post_depth_sample_mask_in); 906 LLVMValueRef post_depth_mask_in = LLVMBuildAnd(builder, lp_build_mask_value(&mask), lp_build_const_int_vec(gallivm, type, 1), ""); local in function:generate_fs_loop 907 LLVMBuildStore(builder, post_depth_mask_in, post_depth_sample_mask_in);
|
Completed in 7 milliseconds