Searched refs:tx_filter (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv20_state_tex.c | 170 uint32_t tx_format, tx_filter, tx_wrap, tx_bcolor, tx_enable; local in function:nv20_emit_tex_obj 212 tx_filter = nvgl_filter_mode(sa->MagFilter) << 24 265 tx_filter |= lod_bias << 8; 285 PUSH_DATA (push, tx_filter);
|
| H A D | nv10_state_tex.c | 165 uint32_t tx_format, tx_filter, tx_enable; local in function:nv10_emit_tex_obj 190 tx_filter = nvgl_filter_mode(sa->MagFilter) << 28 219 tx_filter |= lod_bias << 8; 236 PUSH_DATA (push, tx_filter);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_tex.c | 165 uint32_t tx_format, tx_filter, tx_enable; local in function:nv10_emit_tex_obj 190 tx_filter = nvgl_filter_mode(sa->Attrib.MagFilter) << 28 219 tx_filter |= lod_bias << 8; 236 PUSH_DATA (push, tx_filter);
|
| H A D | nv20_state_tex.c | 170 uint32_t tx_format, tx_filter, tx_wrap, tx_bcolor, tx_enable; local in function:nv20_emit_tex_obj 212 tx_filter = nvgl_filter_mode(sa->Attrib.MagFilter) << 24 265 tx_filter |= lod_bias << 8; 285 PUSH_DATA (push, tx_filter);
|
Completed in 13 milliseconds