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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.c143 t->pp_txformat_x &= ~R200_CLAMP_Q_MASK;
147 t->pp_txformat_x |= R200_CLAMP_Q_WRAP;
150 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
154 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_LAST;
157 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
161 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR;
164 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
168 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_LAST;
171 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
221 t->pp_txformat_x
[all...]
H A Dr200_texstate.c994 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK;
1358 t->pp_txformat_x &= ~(R200_DEPTH_LOG2_MASK | R200_TEXCOORD_MASK
1361 t->pp_txformat_x |= (t->minLod << R200_MIN_MIP_LEVEL_SHIFT)
1365 t->pp_txformat_x |= (log2Depth << R200_DEPTH_LOG2_SHIFT);
1366 t->pp_txformat_x |= R200_TEXCOORD_VOLUME;
1375 t->pp_txformat_x |= R200_TEXCOORD_CUBIC_ENV;
1389 t->pp_txformat_x |= R200_TEXCOORD_PROJ;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.c144 t->pp_txformat_x &= ~R200_CLAMP_Q_MASK;
148 t->pp_txformat_x |= R200_CLAMP_Q_WRAP;
151 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
155 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_LAST;
158 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
162 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR;
165 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
169 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_LAST;
172 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
222 t->pp_txformat_x
[all...]
H A Dr200_texstate.c988 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK;
1355 t->pp_txformat_x &= ~(R200_DEPTH_LOG2_MASK | R200_TEXCOORD_MASK
1358 t->pp_txformat_x |= (t->minLod << R200_MIN_MIP_LEVEL_SHIFT)
1362 t->pp_txformat_x |= (log2Depth << R200_DEPTH_LOG2_SHIFT);
1363 t->pp_txformat_x |= R200_TEXCOORD_VOLUME;
1372 t->pp_txformat_x |= R200_TEXCOORD_CUBIC_ENV;
1386 t->pp_txformat_x |= R200_TEXCOORD_PROJ;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h206 GLuint pp_txformat_x; member in struct:radeon_tex_obj
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h206 GLuint pp_txformat_x; member in struct:radeon_tex_obj

Completed in 13 milliseconds