Searched refs:VFT0_TEX_COUNT_MASK (Results 1 – 4 of 4) sorted by relevance
463 #define VFT0_TEX_COUNT_MASK (7<<8) macro
243 int nrtex = (vft0 & VFT0_TEX_COUNT_MASK) >> VFT0_TEX_COUNT_SHIFT; in i830_check_vertex_size()
298 OUT_BATCH((i830->state.Ctx[I830_CTXREG_VF] & VFT0_TEX_COUNT_MASK) >> in intel_flush_prim()
577 #define VFT0_TEX_COUNT_MASK (7<<8) macro