H A D | lp_bld_depth.c | 669 * \param z_value the depth values to store (with padding) 683 LLVMValueRef z_value, in lp_build_depth_stencil_write_swizzled() 746 z_value = lp_build_select(&z_bld, mask_value, z_value, z_fb); in lp_build_depth_stencil_write_swizzled() 755 z_value = LLVMBuildTrunc(builder, z_value, in lp_build_depth_stencil_write_swizzled() 761 zs_dst1 = lp_build_extract_range(gallivm, z_value, 0, 2); in lp_build_depth_stencil_write_swizzled() 762 zs_dst2 = lp_build_extract_range(gallivm, z_value, 2, 2); in lp_build_depth_stencil_write_swizzled() 766 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, z_value, in lp_build_depth_stencil_write_swizzled() 673 lp_build_depth_stencil_write_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef mask_value, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef loop_counter, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef z_value, LLVMValueRef s_value) lp_build_depth_stencil_write_swizzled() argument 825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument [all...] |