Searched refs:zs_dst_ptr (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 590 LLVMValueRef zs_dst_ptr = in lp_build_depth_stencil_load_swizzled() local 592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled() 593 LLVMValueRef zs_dst1 = LLVMBuildLoad2(builder, zs_dst_type, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled() 599 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled() 600 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled() 601 zs_dst2 = LLVMBuildLoad2(builder, zs_dst_type, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
|