Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c533 float depth_center_offset = 0; in blit_image() local
535 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); in blit_image()
540 depth_center_offset *= -1; in blit_image()
575 src_start + i * src_z_step + depth_center_offset, in blit_image()
580 src_start + i * src_z_step + depth_center_offset, in blit_image()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c443 float depth_center_offset = 0; in iris_blit() local
445 depth_center_offset = 0.5 / info->dst.box.depth * info->src.box.depth; in iris_blit()
506 depth_center_offset; in iris_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c535 float depth_center_offset = 0; in crocus_blit() local
537 depth_center_offset = 0.5 / info->dst.box.depth * info->src.box.depth; in crocus_blit()
612 depth_center_offset; in crocus_blit()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c746 float depth_center_offset = 0; in blit_image() local
748 depth_center_offset = 0.5 / num_layers * (src_end - src_start); in blit_image()
753 depth_center_offset *= -1; in blit_image()
776 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1831 float depth_center_offset = 0.0; in do_blits() local
1852 depth_center_offset = 0.5 / dstbox->depth * src_depth; in do_blits()
1856 depth_center_offset *= -1; in do_blits()
1859 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()