Home | History | Annotate | Download | only in radeon

Lines Matching refs:pp_txfilter

669 		t->pp_txfilter |= tx_table[MESA_FORMAT_ARGB8888].filter;
675 t->pp_txfilter |= tx_table[MESA_FORMAT_RGB888].filter;
680 t->pp_txfilter |= tx_table[MESA_FORMAT_RGB565].filter;
792 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK;
997 t->pp_txfilter &= ~RADEON_YUV_TO_RGB;
1000 t->pp_txfilter |= table[ firstImage->TexFormat ].filter;
1008 t->pp_txfilter &= ~RADEON_MAX_MIP_LEVEL_MASK;
1009 t->pp_txfilter |= (t->maxLod - t->minLod) << RADEON_MAX_MIP_LEVEL_SHIFT;
1069 if (unit != 0 && (t->pp_txfilter & RADEON_YUV_TO_RGB))