Home | History | Annotate | Download | only in vl

Lines Matching refs:tc

167    struct ureg_src tc[2], sampler;
176 tc[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VTOP, TGSI_INTERPOLATE_LINEAR);
177 tc[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VBOTTOM, TGSI_INTERPOLATE_LINEAR);
187 * ref = field.z ? tc[1] : tc[0]
189 * // Adjust tc acording to top/bottom field selection
200 tc[1], tc[0]);
203 tc[1], tc[0]);
334 * if (field == tc.w)
337 * fragment.xyz = tex(tc, sampler) * scale + tc.z