summaryrefslogtreecommitdiff
path: root/src/shaders/post_processing/gen8/pl2_to_pl2.asm
blob: 0281854d862cdd5dd65d79b6b62cb7cbd628f279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Module name: AVS
.kernel PL2_TO_PL2
.code

#include "VP_Setup.g8a"
#include "Set_Layer_0.g8a"
#include "Set_AVS_Buf_0123_PL2.g8a"
#include "PL2_AVS_Buf_0.g8a"
#include "PL2_AVS_Buf_1.g8a"
#include "PL2_AVS_Buf_2.g8a"
#include "PL2_AVS_Buf_3.g8a"
#include "Save_AVS_NV12.g8a"        
#include "EOT.g8a"

.end_code  

.end_kernel