2 # cgc version 3.1.0013, build date Apr 18 2012
3 # command line args: -profile arbvp1 -fastmath -fastprecision
4 # source file: fxaa_vp.cg
5 #vendor NVIDIA Corporation
9 #semantic fxaa_vp.modelViewProjection
10 #semantic fxaa_vp.fxaaConsolePosPos
11 #var float3 position : $vin.POSITION : POSITION : 0 : 1
12 #var float2 texCoord0 : $vin.TEXCOORD0 : TEXCOORD0 : 1 : 1
13 #var float4x4 modelViewProjection : : c[1], 4 : 2 : 1
14 #var float4 fxaaConsolePosPos : : c[5] : 3 : 1
15 #var float4 oPosition : $vout.POSITION : HPOS : 4 : 1
16 #var float2 oTexCoord0 : $vout.TEXCOORD0 : TEX0 : 5 : 1
17 #var float4 oTexCoord1 : $vout.TEXCOORD1 : TEX1 : 6 : 1
20 program.local[1..5] };
23 MOV R0.xyz, vertex.position;
24 DP4 result.position.w, R0, c[4];
25 DP4 result.position.z, R0, c[3];
26 DP4 result.position.y, R0, c[2];
27 DP4 result.position.x, R0, c[1];
28 ADD result.texcoord[1], vertex.texcoord[0].xyxy, c[5];
29 MOV result.texcoord[0].xy, vertex.texcoord[0];
31 # 8 instructions, 1 R-regs