Home | History | Annotate | Download | only in r200

Lines Matching refs:pp_txfilter

794 		t->pp_txfilter |= tx_table_le[MESA_FORMAT_ARGB8888].filter;
800 t->pp_txfilter |= tx_table_le[MESA_FORMAT_RGB888].filter;
805 t->pp_txfilter |= tx_table_le[MESA_FORMAT_RGB565].filter;
1080 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK;
1411 t->pp_txfilter &= ~R200_YUV_TO_RGB;
1414 t->pp_txfilter |= table[ firstImage->TexFormat ].filter;
1424 t->pp_txfilter &= ~R200_MAX_MIP_LEVEL_MASK;
1425 t->pp_txfilter |= ((t->maxLod) << R200_MAX_MIP_LEVEL_SHIFT)
1428 if ( t->pp_txfilter &