Home
last modified time | relevance | path

Searched refs:depth_ptr (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
H A Dlp_bld_depth.c537 LLVMValueRef depth_ptr, in lp_build_depth_stencil_load_swizzled() argument
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); 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()
680 LLVMValueRef depth_ptr, in lp_build_depth_stencil_write_swizzled() argument
736 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_write_swizzled()
738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_write_swizzled()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
H A Dlp_bld_depth.c537 LLVMValueRef depth_ptr, in lp_build_depth_stencil_load_swizzled() argument
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); 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()
680 LLVMValueRef depth_ptr, in lp_build_depth_stencil_write_swizzled() argument
736 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_write_swizzled()
738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_write_swizzled()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h79 LLVMValueRef depth_ptr,
94 LLVMValueRef depth_ptr,
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h78 LLVMValueRef depth_ptr,
93 LLVMValueRef depth_ptr,
H A Dlp_bld_depth.c537 LLVMValueRef depth_ptr, in lp_build_depth_stencil_load_swizzled() argument
591 zs_dst_ptr = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); 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()
680 LLVMValueRef depth_ptr, in lp_build_depth_stencil_write_swizzled() argument
736 zs_dst_ptr1 = LLVMBuildGEP(builder, depth_ptr, &depth_offset1, 1, ""); in lp_build_depth_stencil_write_swizzled()
738 zs_dst_ptr2 = LLVMBuildGEP(builder, depth_ptr, &depth_offset2, 1, ""); in lp_build_depth_stencil_write_swizzled()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/compression/impl/
H A Dorganized_pointcloud_compression.hpp197 std::uint16_t* depth_ptr = &disparityMap_arg[0]; in encodeRawDisparityMapWithColorImage() local
200 … for (std::size_t i = 0; i < cloud_size; ++i, ++depth_ptr, color_ptr += sizeof(std::uint8_t) * 3) in encodeRawDisparityMapWithColorImage()
202 if (!(*depth_ptr) || (*depth_ptr==0x7FF)) in encodeRawDisparityMapWithColorImage()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp762 void *depth_ptr = depth_buffer.map(); in read_zs_surface() local
763 if (!depth_ptr) { in read_zs_surface()
783 (uint32_t *)depth_ptr, trans->base.stride, in read_zs_surface()
789 (float *)depth_ptr, trans->base.stride, in read_zs_surface()
844 void *depth_ptr = depth_buffer.map(); in write_zs_surface() local
845 if (!depth_ptr) { in write_zs_surface()
858 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.stride, (uint8_t*)trans-… in write_zs_surface()
866 …util_format_z32_float_s8x24_uint_unpack_z_float((float *)depth_ptr, trans->base.stride, (uint8_t*)… in write_zs_surface()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1091 uint8_t *depth_ptr = (uint8_t *)depth_buffer.map(); in read_zs_surface() local
1092 if (!depth_ptr) { in read_zs_surface()
1112 depth_ptr += trans->base.b.box.y * trans->base.b.stride + trans->base.b.box.x * 4; in read_zs_surface()
1116 (uint32_t *)depth_ptr, trans->base.b.stride, in read_zs_surface()
1122 depth_ptr += trans->base.b.box.y * trans->base.b.stride + trans->base.b.box.x * 4; in read_zs_surface()
1126 (float *)depth_ptr, trans->base.b.stride, in read_zs_surface()
1183 uint8_t *depth_ptr = (uint8_t *)depth_buffer.map(); in write_zs_surface() local
1184 if (!depth_ptr) { in write_zs_surface()
1198 depth_ptr += trans->base.b.box.y * trans->base.b.stride + trans->base.b.box.x * 4; in write_zs_surface()
1201 …util_format_z32_unorm_unpack_z_32unorm((uint32_t *)depth_ptr, trans->base.b.stride, (uint8_t*)tran… in write_zs_surface()
[all …]

123