Lines Matching refs:FullToken
901 switch( parse.FullToken.Token.Type ) {
903 scan_instruction(info, &parse.FullToken.FullInstruction,
907 scan_declaration(info, &parse.FullToken.FullDeclaration);
913 scan_property(info, &parse.FullToken.FullProperty);
971 if (parse.FullToken.Token.Type == TGSI_TOKEN_TYPE_DECLARATION) {
972 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration;
983 if (parse.FullToken.Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
986 inst = &parse.FullToken.FullInstruction;
1061 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION);
1062 inst = &parse->FullToken.FullInstruction;
1089 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION);
1090 inst = &parse->FullToken.FullInstruction;
1110 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION);
1111 inst = &parse->FullToken.FullInstruction;
1151 assert(parse->FullToken.Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION);
1152 inst = &parse->FullToken.FullInstruction;
1200 if (parse.FullToken.Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION)
1203 struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction;