Searched refs:zs_dst_ptr1 (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
726 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, "");
727 zs_dst_ptr1 = LLVMBuildBitCast(builder, zs_dst_ptr1, load_ptr_type, "");
794 LLVMBuildStore(builder, zs_dst1, zs_dst_ptr1);
/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
736 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, "");
737 zs_dst_ptr1 = LLVMBuildBitCast(builder, zs_dst_ptr1, load_ptr_type, "");
803 LLVMBuildStore(builder, zs_dst1, zs_dst_ptr1);

Completed in 9 milliseconds