Lines Matching defs:out
910 struct r300_texture_format_state *out)
926 /* Mask out all the fields we change. */
927 out->format0 = 0;
928 out->format1 &= ~R300_TX_FORMAT_TEX_COORD_TYPE_MASK;
929 out->format2 &= R500_TXFORMAT_MSB;
930 out->tile_config = 0;
933 out->format0 =
942 out->format0 |= R300_TX_PITCH_EN;
943 out->format2 = (stride - 1) & 0x1fff;
947 out->format1 |= R300_TX_FORMAT_CUBIC_MAP;
950 out->format1 |= R300_TX_FORMAT_3D;
961 out->format2 |= R500_TXWIDTH_BIT11;
964 out->format2 |= R500_TXHEIGHT_BIT11;
978 out->us_format0 =
984 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
1075 /* Figure out the ideal placement for the texture.. */