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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c241 int vft0 = i830->state.Ctx[I830_CTXREG_VF]; local in function:i830_check_vertex_size
243 int nrtex = (vft0 & VFT0_TEX_COUNT_MASK) >> VFT0_TEX_COUNT_SHIFT;
246 switch (vft0 & VFT0_XYZW_MASK) {
264 if (vft0 & VFT0_SPEC)
266 if (vft0 & VFT0_DIFFUSE)
268 if (vft0 & VFT0_DEPTH_OFFSET)
270 if (vft0 & VFT0_POINT_WIDTH)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c241 int vft0 = i830->state.Ctx[I830_CTXREG_VF]; local in function:i830_check_vertex_size
243 int nrtex = (vft0 & VFT0_TEX_COUNT_MASK) >> VFT0_TEX_COUNT_SHIFT;
246 switch (vft0 & VFT0_XYZW_MASK) {
264 if (vft0 & VFT0_SPEC)
266 if (vft0 & VFT0_DIFFUSE)
268 if (vft0 & VFT0_DEPTH_OFFSET)
270 if (vft0 & VFT0_POINT_WIDTH)

Completed in 4 milliseconds