Lines Matching refs:CHECK_RANGE
373 #define CHECK_RANGE(x) do { \ macro
425 CHECK_RANGE(src_x1); CHECK_RANGE(src_y1); in intel_blt_copy()
426 CHECK_RANGE(dst_x1); CHECK_RANGE(dst_y1); in intel_blt_copy()
427 CHECK_RANGE(width); CHECK_RANGE(height); in intel_blt_copy()
428 CHECK_RANGE(src_x1 + width); CHECK_RANGE(src_y1 + height); in intel_blt_copy()
429 CHECK_RANGE(dst_x1 + width); CHECK_RANGE(dst_y1 + height); in intel_blt_copy()
430 CHECK_RANGE(src_pitch); CHECK_RANGE(dst_pitch); in intel_blt_copy()
718 CHECK_RANGE(src_x); CHECK_RANGE(src_y); in igt_blitter_fast_copy__raw()
719 CHECK_RANGE(dst_x); CHECK_RANGE(dst_y); in igt_blitter_fast_copy__raw()
720 CHECK_RANGE(width); CHECK_RANGE(height); in igt_blitter_fast_copy__raw()
721 CHECK_RANGE(src_x + width); CHECK_RANGE(src_y + height); in igt_blitter_fast_copy__raw()
722 CHECK_RANGE(dst_x + width); CHECK_RANGE(dst_y + height); in igt_blitter_fast_copy__raw()
723 CHECK_RANGE(src_pitch); CHECK_RANGE(dst_pitch); in igt_blitter_fast_copy__raw()
792 CHECK_RANGE(src_x); CHECK_RANGE(src_y); in igt_blitter_fast_copy()
793 CHECK_RANGE(dst_x); CHECK_RANGE(dst_y); in igt_blitter_fast_copy()
794 CHECK_RANGE(width); CHECK_RANGE(height); in igt_blitter_fast_copy()
795 CHECK_RANGE(src_x + width); CHECK_RANGE(src_y + height); in igt_blitter_fast_copy()
796 CHECK_RANGE(dst_x + width); CHECK_RANGE(dst_y + height); in igt_blitter_fast_copy()
797 CHECK_RANGE(src_pitch); CHECK_RANGE(dst_pitch); in igt_blitter_fast_copy()
815 #undef CHECK_RANGE