Searched refs:is_hsw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen7_render.c191 inline static bool is_hsw(struct sna *sna) function in typeref:typename:bool
1363 if (is_hsw(sna))
1787 if (is_hsw(sna))
3886 return devid & (is_hsw(sna)? 0x30 : 0x20);
3910 } else if (is_hsw(sna)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen7_render.c193 inline static bool is_hsw(struct sna *sna) function in typeref:typename:bool
1326 if (is_hsw(sna))
1750 if (is_hsw(sna))
3793 return devid & (is_hsw(sna)? 0x30 : 0x20);
3817 } else if (is_hsw(sna)) {

Completed in 49 milliseconds