Home | History | Annotate | Download | only in vulkan

Lines Matching defs:src_end

540 		unsigned src_start, src_end;
544 src_end = pRegions[r].srcOffsets[1].z;
547 src_end = src_start + src_res->layerCount;
550 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end);
551 float src_z_step = (float)(src_end + 1 - src_start) /
555 src_start = src_end;