HomeSort by relevance Sort by last modified time
    Searched refs:tx_filter (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tex.c 164 uint32_t tx_format, tx_filter, tx_enable; local
189 tx_filter = nvgl_filter_mode(sa->MagFilter) << 28
218 tx_filter |= lod_bias << 8;
235 PUSH_DATA (push, tx_filter);
nv20_state_tex.c 168 uint32_t tx_format, tx_filter, tx_wrap, tx_enable; local
200 tx_filter = nvgl_filter_mode(sa->MagFilter) << 24
230 tx_filter |= lod_bias << 8;
250 PUSH_DATA (push, tx_filter);
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 7913 boolean_t tx_filter = FALSE; local
    [all...]

Completed in 739 milliseconds