Searched refs:tx_format (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_tex.c170 uint32_t tx_format, tx_filter, tx_wrap, tx_bcolor, tx_enable; local in function:nv20_emit_tex_obj
191 tx_format = ti->DepthLog2 << 28
248 tx_format |= get_tex_format_rect(ti);
250 tx_format |= get_tex_format_pot(ti);
264 tx_format |= NV20_3D_TEX_FORMAT_MIPMAP;
273 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
H A Dnv10_state_tex.c165 uint32_t tx_format, tx_filter, tx_enable; local in function:nv10_emit_tex_obj
184 tx_format = nvgl_wrap_mode(sa->WrapT) << 28
202 tx_format |= get_tex_format_rect(ti);
204 tx_format |= get_tex_format_pot(ti);
218 tx_format |= NV10_3D_TEX_FORMAT_MIPMAP;
227 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tex.c165 uint32_t tx_format, tx_filter, tx_enable; local in function:nv10_emit_tex_obj
184 tx_format = nvgl_wrap_mode(sa->Attrib.WrapT) << 28
202 tx_format |= get_tex_format_rect(ti);
204 tx_format |= get_tex_format_pot(ti);
218 tx_format |= NV10_3D_TEX_FORMAT_MIPMAP;
227 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
H A Dnv20_state_tex.c170 uint32_t tx_format, tx_filter, tx_wrap, tx_bcolor, tx_enable; local in function:nv20_emit_tex_obj
191 tx_format = ti->DepthLog2 << 28
248 tx_format |= get_tex_format_rect(ti);
250 tx_format |= get_tex_format_pot(ti);
264 tx_format |= NV20_3D_TEX_FORMAT_MIPMAP;
273 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,

Completed in 5 milliseconds