Home | History | Annotate | Download | only in tgsi

Lines Matching refs:ti

44    uint ti = ctx->ti;
46 ti += tgsi_build_full_instruction(inst,
47 ctx->tokens_out + ti,
49 ctx->max_tokens_out - ti);
50 ctx->ti = ti;
58 uint ti = ctx->ti;
60 ti += tgsi_build_full_declaration(decl,
61 ctx->tokens_out + ti,
63 ctx->max_tokens_out - ti);
64 ctx->ti = ti;
72 uint ti = ctx->ti;
74 ti += tgsi_build_full_immediate(imm,
75 ctx->tokens_out + ti,
77 ctx->max_tokens_out - ti);
78 ctx->ti = ti;
86 uint ti = ctx->ti;
88 ti += tgsi_build_full_property(prop,
89 ctx->tokens_out + ti,
91 ctx->max_tokens_out - ti);
92 ctx->ti = ti;
153 ctx->ti = 2;
222 return ctx->ti;