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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 143 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 &= ~R200_VOLUME_FILTER_MASK
    [all...]
r200_texstate.c 989 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 207 GLuint pp_txformat_x; member in struct:radeon_tex_obj

Completed in 95 milliseconds