Home | History | Annotate | Download | only in nouveau

Lines Matching defs:ti

87 get_tex_format_pot(struct gl_texture_image *ti)
89 switch (ti->TexFormat) {
128 get_tex_format_rect(struct gl_texture_image *ti)
130 switch (ti->TexFormat) {
166 struct gl_texture_image *ti;
182 ti = t->Image[0][t->BaseLevel];
189 tx_format = ti->DepthLog2 << 28
190 | ti->HeightLog2 << 24
191 | ti->WidthLog2 << 20
213 tx_format |= get_tex_format_rect(ti);
215 tx_format |= get_tex_format_pot(ti);