Searched refs:txformat_x (Results 1 – 1 of 1) sorted by relevance
371 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; in r200UpdateFSRouting() local383 txformat_x |= R200_TEXCOORD_VOLUME; in r200UpdateFSRouting()386 txformat_x |= R200_TEXCOORD_PROJ; in r200UpdateFSRouting()391 txformat_x |= R200_TEXCOORD_VOLUME; in r200UpdateFSRouting()394 txformat_x |= R200_TEXCOORD_CUBIC_ENV; in r200UpdateFSRouting()398 txformat_x |= R200_TEXCOORD_NONPROJ; in r200UpdateFSRouting()401 txformat_x |= R200_TEXCOORD_PROJ; in r200UpdateFSRouting()404 rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] = txformat_x; in r200UpdateFSRouting()457 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; in r200UpdateFSRouting() local461 txformat_x |= R200_TEXCOORD_VOLUME; in r200UpdateFSRouting()[all …]