HomeSort by relevance Sort by last modified time
    Searched refs:I830_TEXREG_MCS (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 98 #define I830_TEXREG_MCS 5 /* _3DSTATE_MAP_COORD_SETS */
i830_vtbl.c 134 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]);
i830_texstate.c 293 state[I830_TEXREG_MCS] = (_3DSTATE_MAP_COORD_SET_CMD |

Completed in 58 milliseconds