summaryrefslogtreecommitdiff
path: root/lib/veboxcopy.h
blob: 925b8f52b82c87cc230f90104c0e77a88cc8c575 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __VEBOXCOPY_H__
#define __VEBOXCOPY_H__

void gen12_vebox_copyfunc(struct intel_bb *ibb,
			  struct intel_buf *src,
			  unsigned int width, unsigned int height,
			  struct intel_buf *dst);

#endif