Home
last modified time | relevance | path

Searched refs:tgsi_alloc_tokens (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c57 struct tgsi_token *new_tokens = tgsi_alloc_tokens(new_len); in need_re_emit()
176 ctx->tokens_out = tgsi_alloc_tokens(initial_tokens_len); in tgsi_transform_shader()
Dtgsi_parse.h151 tgsi_alloc_tokens(unsigned num_tokens);
Dtgsi_parse.c294 tgsi_alloc_tokens(unsigned num_tokens) in tgsi_alloc_tokens() function
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c254 tokens = tgsi_alloc_tokens(PP_MAX_TOKENS); in pp_tgsi_to_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c320 .tokens = tgsi_alloc_tokens(newLen) in r300_draw_init_vertex_shader()