Searched refs:max_tokens_out (Results 1 – 2 of 2) sorted by relevance
51 uint32_t new_len = ctx->max_tokens_out * 2; in need_re_emit()52 if (new_len < ctx->max_tokens_out) { in need_re_emit()66 ctx->max_tokens_out = new_len; in need_re_emit()88 ctx->max_tokens_out - ctx->ti); in emit_instruction()104 ctx->max_tokens_out - ctx->ti); in emit_declaration()120 ctx->max_tokens_out - ctx->ti); in emit_immediate()136 ctx->max_tokens_out - ctx->ti); in emit_property()177 ctx->max_tokens_out = initial_tokens_len; in tgsi_transform_shader()343 uint max_tokens_out );352 uint max_tokens_out ) in tgsi_transform_foo() argument[all …]
90 uint max_tokens_out; member