Searched refs:src_z_step (Results 1 – 7 of 7) sorted by relevance
543 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); in blit_image() local553 src_z_step *= -1; in blit_image()604 src_start + i * src_z_step + depth_center_offset, in blit_image()609 src_start + i * src_z_step + depth_center_offset, in blit_image()
467 float src_z_step = (float)info->src.box.depth / (float)info->dst.box.depth; in iris_blit() local535 float src_z = info->src.box.z + slice * src_z_step + in iris_blit()
530 float src_z_step = (float)info->src.box.depth / (float)info->dst.box.depth; in crocus_blit() local606 float src_z = info->src.box.z + slice * src_z_step + in crocus_blit()
697 float src_z_step = (float)(src_end - src_start) / (float)num_layers; in blit_image() local707 src_z_step *= -1; in blit_image()731 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
968 float src_z_step = (float)(src_end - src_start) / (float)num_layers; in blit_image() local978 src_z_step *= -1; in blit_image()1002 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
1895 float src_z_step = src_depth / (float)dstbox->depth; in do_blits() local1917 src_z_step *= - 1; in do_blits()1921 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()
4563 const float src_z_step = in blit_shader() local4787 (min_src_layer + (i + 0.5f) * src_z_step) / (float)src_level_d : in blit_shader()4788 (max_src_layer - (i + 0.5f) * src_z_step) / (float)src_level_d; in blit_shader()