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

/xsrc/external/mit/MesaLib.old/dist/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] &
164 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
166 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
549 OUT_BATCH(state->Tex[i][I830_TEXREG_MCS]);
H A Di830_texstate.c293 state[I830_TEXREG_MCS] = (_3DSTATE_MAP_COORD_SET_CMD |
/xsrc/external/mit/MesaLib/dist/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] &
164 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
166 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
549 OUT_BATCH(state->Tex[i][I830_TEXREG_MCS]);
H A Di830_texstate.c293 state[I830_TEXREG_MCS] = (_3DSTATE_MAP_COORD_SET_CMD |

Completed in 6 milliseconds