Searched refs:I830_TEXREG_MCS (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h98 #define I830_TEXREG_MCS 5 /* _3DSTATE_MAP_COORD_SETS */ macro
H A Di830_vtbl.c134 GLuint mcs = (i830->state.Tex[i][I830_TEXREG_MCS] &
163 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
165 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
551 OUT_BATCH(state->Tex[i][I830_TEXREG_MCS]);
H A Di830_texstate.c293 state[I830_TEXREG_MCS] = (_3DSTATE_MAP_COORD_SET_CMD |

Completed in 79 milliseconds