Lines Matching refs:c3
30 uniform float3 c3;
57 float4 txval40 = g_tTexcdf4 . GatherRed(g_sSamp, c3);
58 int4 txval41 = g_tTexcdi4 . GatherRed(g_sSamp, c3);
59 uint4 txval42 = g_tTexcdu4 . GatherRed(g_sSamp, c3);
61 float4 txval50 = g_tTexcdf4 . GatherGreen(g_sSamp, c3);
62 int4 txval51 = g_tTexcdi4 . GatherGreen(g_sSamp, c3);
63 uint4 txval52 = g_tTexcdu4 . GatherGreen(g_sSamp, c3);
65 float4 txval60 = g_tTexcdf4 . GatherBlue(g_sSamp, c3);
66 int4 txval61 = g_tTexcdi4 . GatherBlue(g_sSamp, c3);
67 uint4 txval62 = g_tTexcdu4 . GatherBlue(g_sSamp, c3);
69 float4 txval70 = g_tTexcdf4 . GatherAlpha(g_sSamp, c3);
70 int4 txval71 = g_tTexcdi4 . GatherAlpha(g_sSamp, c3);
71 uint4 txval72 = g_tTexcdu4 . GatherAlpha(g_sSamp, c3);