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

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 32 NV50_TIC_0_MAPG__MASK | NV50_TIC_0_MAPR__MASK)
41 return (tc & NV50_TIC_0_MAPG__MASK) >> NV50_TIC_0_MAPG__SHIFT;
nv50_texture.xml.h 103 #define NV50_TIC_0_MAPG__MASK 0x00e00000
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 34 NV50_TIC_0_MAPG__MASK | NV50_TIC_0_MAPR__MASK)
43 return (tc & NV50_TIC_0_MAPG__MASK) >> NV50_TIC_0_MAPG__SHIFT;

Completed in 97 milliseconds