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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp41 unsigned* tokens_end; member in struct:sm4_parser
48 tokens_end = (unsigned*)((char*)p_tokens + size);
54 check(tokens < tokens_end);
188 tokens_end = tokens - 2 + lentok;
190 while(tokens != tokens_end)
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp41 unsigned* tokens_end; member in struct:sm4_parser
48 tokens_end = (unsigned*)((char*)p_tokens + size);
54 check(tokens < tokens_end);
188 tokens_end = tokens - 2 + lentok;
190 while(tokens != tokens_end)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c241 struct tgsi_token *tokens_end; member in struct:translate_ctx
288 if (ctx->tokens_cur >= ctx->tokens_end)
293 if (ctx->tokens_cur >= ctx->tokens_end)
1001 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1321 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1361 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1490 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1550 ctx.tokens_end = tokens + num_tokens;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c241 struct tgsi_token *tokens_end; member in struct:translate_ctx
288 if (ctx->tokens_cur >= ctx->tokens_end)
293 if (ctx->tokens_cur >= ctx->tokens_end)
1001 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1321 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1361 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1490 (uint) (ctx->tokens_end - ctx->tokens_cur) );
1550 ctx.tokens_end = tokens + num_tokens;

Completed in 1392 milliseconds