Home
last modified time | relevance | path

Searched refs:filt_mask (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c278 so->filt_mask = ~(NV30_3D_TEX_FILTER_MIN__MASK | in nv30_sampler_view_create()
284 so->filt_mask = ~0; in nv30_sampler_view_create()
Dnv30_state.h56 unsigned filt_mask; member
Dnv30_fragtex.c53 u32 filter = sv->filt | (ss->filt & sv->filt_mask); in nv30_fragtex_validate()