Home
last modified time | relevance | path

Searched refs:tokens_cur (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c342 struct tgsi_token *tokens_cur; member
395 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
397 ctx->header = (struct tgsi_header *) ctx->tokens_cur++; in parse_header()
400 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
402 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
1205 ctx->tokens_cur, in parse_instruction()
1207 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_instruction()
1210 ctx->tokens_cur += advance; in parse_instruction()
1624 ctx->tokens_cur, in parse_declaration()
1626 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_declaration()
[all...]

Completed in 3 milliseconds