Searched refs:zs_dst_ptr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 541 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local 586 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled() 587 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled() 588 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled() 593 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled() 594 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled() 595 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
|