Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c546 LLVMValueRef zs_dst_ptr; in lp_build_depth_stencil_load_swizzled() local
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_load_swizzled()
592 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
593 zs_dst1 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()
598 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_load_swizzled()
599 zs_dst_ptr = LLVMBuildBitCast(builder, zs_dst_ptr, load_ptr_type, ""); in lp_build_depth_stencil_load_swizzled()
600 zs_dst2 = LLVMBuildLoad(builder, zs_dst_ptr, ""); in lp_build_depth_stencil_load_swizzled()