Searched refs:tgsi_num_tokens (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_vpos.c89 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
H A Dtgsi_parse.h137 tgsi_num_tokens(const struct tgsi_token *tokens) function in typeref:typename:unsigned
H A Dtgsi_parse.c281 unsigned n = tgsi_num_tokens(tokens);
315 int nr = tgsi_num_tokens(tokens);
H A Dtgsi_emulate.c162 newlen = tgsi_num_tokens(tokens) + 20;
H A Dtgsi_aa_point.c278 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
H A Dtgsi_two_side.c204 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
H A Dtgsi_dynamic_indexing.c334 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h137 tgsi_num_tokens(const struct tgsi_token *tokens) function in typeref:typename:unsigned
H A Dtgsi_parse.c281 unsigned n = tgsi_num_tokens(tokens);
315 int nr = tgsi_num_tokens(tokens);
H A Dtgsi_emulate.c162 newlen = tgsi_num_tokens(tokens) + 20;
H A Dtgsi_aa_point.c278 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
H A Dtgsi_two_side.c204 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c108 const uint newLen = tgsi_num_tokens(tokens_in);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c149 newlen = tgsi_num_tokens(tokens) + 20;
H A Dst_cb_drawpixels_shader.c242 newlen = tgsi_num_tokens(tokens) + 60;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c107 const uint newLen = tgsi_num_tokens(tokens_in);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c148 newlen = tgsi_num_tokens(tokens) + 20;
H A Dst_cb_drawpixels_shader.c242 newlen = tgsi_num_tokens(tokens) + 60;
H A Dst_shader_cache.c68 unsigned num_tokens = tgsi_num_tokens(tokens);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_live_shader_cache.c85 ir_size = tgsi_num_tokens(state->tokens) *
H A Du_pstipple.c381 const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c381 const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c318 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100 /* XXX */;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c317 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100 /* XXX */;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_serialize.cpp35 unsigned int num_tokens = tgsi_num_tokens(tokens);

Completed in 60 milliseconds

12