Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c545 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
590 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
591 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
597 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()