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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c47 ctx->tokens_out + ti,
61 ctx->tokens_out + ti,
75 ctx->tokens_out + ti,
89 ctx->tokens_out + ti,
107 struct tgsi_token *tokens_out,
127 ctx->tokens_out = tokens_out;
147 ctx->header = (struct tgsi_header *)tokens_out;
150 processor = (struct tgsi_processor *) (tokens_out + 1);
228 extern int tgsi_transform_foo( struct tgsi_token *tokens_out,
106 tgsi_transform_shader(const struct tgsi_token *tokens_in, struct tgsi_token *tokens_out, uint max_tokens_out, struct tgsi_transform_context *ctx) argument
237 tgsi_transform_foo( struct tgsi_token *tokens_out, uint max_tokens_out ) argument
[all...]
H A Dtgsi_transform.h83 struct tgsi_token *tokens_out; member in struct:tgsi_transform_context
91 struct tgsi_token *tokens_out,

Completed in 163 milliseconds