H A D | lp_bld_depth.c | 528 * \param depth_ptr pointer to the depth/stencil values of this 4x4 block 538 LLVMValueRef depth_ptr, in lp_build_depth_stencil_load_swizzled() 591 LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled() 599 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled() 667 * \param depth_ptr pointer to the depth/stencil values of this 4x4 block 681 LLVMValueRef depth_ptr, in lp_build_depth_stencil_write_swizzled() 736 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_write_swizzled() 738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_write_swizzled() 534 lp_build_depth_stencil_load_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef *z_fb, LLVMValueRef *s_fb, LLVMValueRef loop_counter) lp_build_depth_stencil_load_swizzled() argument 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
|