Searched refs:tokens_cur (Results 1 – 1 of 1) sorted by relevance
240 struct tgsi_token *tokens_cur; member288 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()290 ctx->header = (struct tgsi_header *) ctx->tokens_cur++; in parse_header()293 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()295 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()999 ctx->tokens_cur, in parse_instruction()1001 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_instruction()1004 ctx->tokens_cur += advance; in parse_instruction()1319 ctx->tokens_cur, in parse_declaration()1321 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_declaration()[all …]