Searched refs:src_z_step (Results 1 – 6 of 6) sorted by relevance
529 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); in blit_image() local539 src_z_step *= -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()
438 float src_z_step = (float)info->src.box.depth / (float)info->dst.box.depth; in iris_blit() local505 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() local611 float src_z = info->src.box.z + slice * src_z_step + in crocus_blit()
742 float src_z_step = (float)(src_end - src_start) / (float)num_layers; in blit_image() local752 src_z_step *= -1; in blit_image()776 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
1833 float src_z_step = src_depth / (float)dstbox->depth; in do_blits() local1855 src_z_step *= - 1; in do_blits()1859 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()
3942 const float src_z_step = in blit_shader() local4162 (min_src_layer + (i + 0.5f) * src_z_step) / (float)src_level_d : in blit_shader()4163 (max_src_layer - (i + 0.5f) * src_z_step) / (float)src_level_d; in blit_shader()