Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c343 struct tgsi_token *tokens_end; member
395 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
400 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
1207 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_instruction()
1626 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_declaration()
1688 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_immediate()
1841 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_property()
1905 ctx.tokens_end = tokens + num_tokens; in tgsi_text_translate()

Completed in 2 milliseconds