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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c679 LLVMValueRef zs_dst_ptr1, zs_dst_ptr2; local in function:lp_build_depth_stencil_write_swizzled
728 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
729 zs_dst_ptr2 = LLVMBuildBitCast(builder, zs_dst_ptr2, load_ptr_type, "");
796 LLVMBuildStore(builder, zs_dst2, zs_dst_ptr2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c689 LLVMValueRef zs_dst_ptr1, zs_dst_ptr2; local in function:lp_build_depth_stencil_write_swizzled
738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
739 zs_dst_ptr2 = LLVMBuildBitCast(builder, zs_dst_ptr2, load_ptr_type, "");
805 LLVMBuildStore(builder, zs_dst2, zs_dst_ptr2);

Completed in 5 milliseconds