Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_texture.xml.h103 #define NV50_TIC_0_MAPG__MASK 0x00e00000 macro
Dnv50_tex.c32 NV50_TIC_0_MAPG__MASK | NV50_TIC_0_MAPR__MASK)
41 return (tc & NV50_TIC_0_MAPG__MASK) >> NV50_TIC_0_MAPG__SHIFT; in nv50_tic_swizzle()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_tex.c34 NV50_TIC_0_MAPG__MASK | NV50_TIC_0_MAPR__MASK)
43 return (tc & NV50_TIC_0_MAPG__MASK) >> NV50_TIC_0_MAPG__SHIFT; in nv50_tic_swizzle()