Searched refs:depth_offset1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 546 LLVMValueRef depth_offset1, depth_offset2; in lp_build_depth_stencil_load_swizzled() local 563 depth_offset1 = LLVMBuildMul(builder, looplsb, in lp_build_depth_stencil_load_swizzled() 565 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_load_swizzled() 577 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_load_swizzled() 587 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); in lp_build_depth_stencil_load_swizzled() 590 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled() 689 LLVMValueRef depth_offset1, depth_offset2; in lp_build_depth_stencil_write_swizzled() local 714 depth_offset1 = LLVMBuildMul(builder, looplsb, in lp_build_depth_stencil_write_swizzled() 716 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_write_swizzled() 723 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_write_swizzled() [all …]
|