Lines Matching defs:input
280 uint16_t input[PIPE_MAX_ATTRIBS];
313 vs->input[i] = ndecl;
716 /* dim_input = 1 2 3: -> we add trailing 1 to input*/
1005 struct ureg_src input;
1007 input = vs->aWgt;
1009 ureg_MOV(ureg, output, input);
1012 struct ureg_src input;
1014 input = vs->aInd;
1016 ureg_MOV(ureg, output, input);
1019 struct ureg_src input;
1021 input = vs->aNrm;
1023 ureg_MOV(ureg, output, input);
1026 struct ureg_src input;
1028 input = build_vs_add_input(vs, NINE_DECLUSAGE_TANGENT);
1030 ureg_MOV(ureg, output, input);
1033 struct ureg_src input;
1035 input = build_vs_add_input(vs, NINE_DECLUSAGE_BINORMAL);
1037 ureg_MOV(ureg, output, input);
1040 struct ureg_src input;
1042 input = build_vs_add_input(vs, NINE_DECLUSAGE_FOG);
1043 input = ureg_scalar(input, TGSI_SWIZZLE_X);
1045 ureg_MOV(ureg, output, input);
1711 vs->input_map[n].ndecl = bld.input[n];