Searched refs:dst2src_scale (Results 1 – 1 of 1) sorted by relevance
779 float dst2src_scale = info->src.box.depth / (float)info->dst.box.depth; in vrend_renderer_blit_gl() local781 (info->dst.box.depth - 1) * dst2src_scale) * 0.5; in vrend_renderer_blit_gl()782 float src_z = (dst_z + dst_offset) * dst2src_scale; in vrend_renderer_blit_gl()