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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c146 t->pp_txformat_x &= ~R200_CLAMP_Q_MASK;
150 t->pp_txformat_x |= R200_CLAMP_Q_WRAP;
153 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
157 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_LAST;
160 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
164 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR;
167 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
171 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_LAST;
174 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
224 t->pp_txformat_x
[all...]
H A Dr200_texstate.c1084 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK;
1447 t->pp_txformat_x &= ~(R200_DEPTH_LOG2_MASK | R200_TEXCOORD_MASK
1450 t->pp_txformat_x |= (t->minLod << R200_MIN_MIP_LEVEL_SHIFT)
1454 t->pp_txformat_x |= (log2Depth << R200_DEPTH_LOG2_SHIFT);
1455 t->pp_txformat_x |= R200_TEXCOORD_VOLUME;
1464 t->pp_txformat_x |= R200_TEXCOORD_CUBIC_ENV;
1478 t->pp_txformat_x |= R200_TEXCOORD_PROJ;
H A Dradeon_common_context.h207 GLuint pp_txformat_x; member in struct:radeon_tex_obj
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.c146 t->pp_txformat_x &= ~R200_CLAMP_Q_MASK;
150 t->pp_txformat_x |= R200_CLAMP_Q_WRAP;
153 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
157 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_LAST;
160 t->pp_txformat_x |= R200_CLAMP_Q_CLAMP_GL;
164 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR;
167 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
171 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_LAST;
174 t->pp_txformat_x |= R200_CLAMP_Q_MIRROR_CLAMP_GL;
224 t->pp_txformat_x
[all...]
H A Dr200_texstate.c1084 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK;
1447 t->pp_txformat_x &= ~(R200_DEPTH_LOG2_MASK | R200_TEXCOORD_MASK
1450 t->pp_txformat_x |= (t->minLod << R200_MIN_MIP_LEVEL_SHIFT)
1454 t->pp_txformat_x |= (log2Depth << R200_DEPTH_LOG2_SHIFT);
1455 t->pp_txformat_x |= R200_TEXCOORD_VOLUME;
1464 t->pp_txformat_x |= R200_TEXCOORD_CUBIC_ENV;
1478 t->pp_txformat_x |= R200_TEXCOORD_PROJ;
H A Dradeon_common_context.h207 GLuint pp_txformat_x; member in struct:radeon_tex_obj
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h207 GLuint pp_txformat_x; member in struct:radeon_tex_obj
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h207 GLuint pp_txformat_x; member in struct:radeon_tex_obj

Completed in 84 milliseconds