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.c520 float depth_center_offset = 0; in blit_image() local
522 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); in blit_image()
527 depth_center_offset *= -1; in blit_image()
562 src_start + i * src_z_step + depth_center_offset, in blit_image()
567 src_start + i * src_z_step + depth_center_offset, in blit_image()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c473 float depth_center_offset = 0; in iris_blit() local
475 depth_center_offset = 0.5 / info->dst.box.depth * info->src.box.depth; in iris_blit()
536 depth_center_offset; in iris_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c536 float depth_center_offset = 0; in crocus_blit() local
538 depth_center_offset = 0.5 / info->dst.box.depth * info->src.box.depth; in crocus_blit()
613 depth_center_offset; in crocus_blit()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c715 float depth_center_offset = 0; in blit_image() local
717 depth_center_offset = 0.5 / num_layers * (src_end - src_start); in blit_image()
722 depth_center_offset *= -1; in blit_image()
745 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1903 float depth_center_offset = 0.0; in do_blits() local
1924 depth_center_offset = 0.5 / dstbox->depth * src_depth; in do_blits()
1928 depth_center_offset *= -1; in do_blits()
1931 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()