OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tx_format
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tex.c
164
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,
nv20_state_tex.c
168
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 204 milliseconds