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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c371 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; local in function:r200UpdateFSRouting
383 txformat_x |= R200_TEXCOORD_VOLUME;
386 txformat_x |= R200_TEXCOORD_PROJ;
391 txformat_x |= R200_TEXCOORD_VOLUME;
394 txformat_x |= R200_TEXCOORD_CUBIC_ENV;
398 txformat_x |= R200_TEXCOORD_NONPROJ;
401 txformat_x |= R200_TEXCOORD_PROJ;
404 rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] = txformat_x;
457 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; local in function:r200UpdateFSRouting
461 txformat_x |
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c373 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; local in function:r200UpdateFSRouting
385 txformat_x |= R200_TEXCOORD_VOLUME;
388 txformat_x |= R200_TEXCOORD_PROJ;
393 txformat_x |= R200_TEXCOORD_VOLUME;
396 txformat_x |= R200_TEXCOORD_CUBIC_ENV;
400 txformat_x |= R200_TEXCOORD_NONPROJ;
403 txformat_x |= R200_TEXCOORD_PROJ;
406 rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] = txformat_x;
459 GLuint txformat_x = rmesa->hw.tex[reg].cmd[TEX_PP_TXFORMAT_X] & ~R200_TEXCOORD_MASK; local in function:r200UpdateFSRouting
463 txformat_x |
[all...]

Completed in 3 milliseconds