Searched defs:tx_format (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tex.c164 uint32_t tx_format, tx_filter, tx_enable; local
183 tx_format = nvgl_wrap_mode(sa->WrapT) << 28
201 tx_format |= get_tex_format_rect(ti);
203 tx_format |= get_tex_format_pot(ti);
217 tx_format |= NV10_3D_TEX_FORMAT_MIPMAP;
226 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
H A Dnv20_state_tex.c168 uint32_t tx_format, tx_filter, tx_wrap, tx_enable; local
189 tx_format = ti->DepthLog2 << 28
213 tx_format |= get_tex_format_rect(ti);
215 tx_format |= get_tex_format_pot(ti);
229 tx_format |= NV20_3D_TEX_FORMAT_MIPMAP;
238 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,

Completed in 891 milliseconds