Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c62 memcpy(new_tokens, ctx->tokens_out, sizeof(struct tgsi_token) * ctx->ti); in need_re_emit()
64 tgsi_free_tokens(ctx->tokens_out); in need_re_emit()
65 ctx->tokens_out = new_tokens; in need_re_emit()
86 ctx->tokens_out + ctx->ti, in emit_instruction()
102 ctx->tokens_out + ctx->ti, in emit_declaration()
118 ctx->tokens_out + ctx->ti, in emit_immediate()
134 ctx->tokens_out + ctx->ti, in emit_property()
176 ctx->tokens_out = tgsi_alloc_tokens(initial_tokens_len); in tgsi_transform_shader()
180 if (!ctx->tokens_out) { in tgsi_transform_shader()
197 ctx->header = (struct tgsi_header *)ctx->tokens_out; in tgsi_transform_shader()
[all …]
Dtgsi_transform.h91 struct tgsi_token *tokens_out; member