Searched refs:depth_offset2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 542 LLVMValueRef depth_offset1, depth_offset2; local in function:lp_build_depth_stencil_load_swizzled 583 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 593 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); 680 LLVMValueRef depth_offset1, depth_offset2; local in function:lp_build_depth_stencil_write_swizzled 724 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 728 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 547 LLVMValueRef depth_offset1, depth_offset2; local in function:lp_build_depth_stencil_load_swizzled 588 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); 690 LLVMValueRef depth_offset1, depth_offset2; local in function:lp_build_depth_stencil_write_swizzled 734 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); 738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, "");
|
Completed in 9 milliseconds