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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 67 #define NV50_TEXVIEW_FILTER_MSAA8 (1 << 1)
nv50_tex.c 195 tic[3] = (flags & NV50_TEXVIEW_FILTER_MSAA8) ? 0x20000000 : 0x00300000;
nv50_surface.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 206 tic[3] |= (flags & NV50_TEXVIEW_FILTER_MSAA8) ?
414 tic[3] = (flags & NV50_TEXVIEW_FILTER_MSAA8) ? 0x20000000 : 0x00300000;
    [all...]
nvc0_surface.c     [all...]

Completed in 146 milliseconds