Home
last modified time | relevance | path

Searched refs:depth_offset1 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c542 LLVMValueRef depth_offset1, depth_offset2; in lp_build_depth_stencil_load_swizzled() local
559 depth_offset1 = LLVMBuildMul(builder, looplsb, in lp_build_depth_stencil_load_swizzled()
561 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_load_swizzled()
573 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_load_swizzled()
583 depth_offset2 = LLVMBuildAdd(builder, depth_offset1, depth_stride, ""); in lp_build_depth_stencil_load_swizzled()
586 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
680 LLVMValueRef depth_offset1, depth_offset2; in lp_build_depth_stencil_write_swizzled() local
705 depth_offset1 = LLVMBuildMul(builder, looplsb, in lp_build_depth_stencil_write_swizzled()
707 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, ""); in lp_build_depth_stencil_write_swizzled()
714 depth_offset1 = LLVMBuildMul(builder, loopx2, depth_stride, ""); in lp_build_depth_stencil_write_swizzled()
[all …]