Lines Matching refs:texstate
102 struct r300_textures_state* texstate = r300->textures_state.state;
115 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
123 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
790 struct r300_texture_sampler_state *texstate;
801 texstate = &allstate->regs[i];
804 OUT_CS_REG(R300_TX_FILTER0_0 + (i * 4), texstate->filter0);
805 OUT_CS_REG(R300_TX_FILTER1_0 + (i * 4), texstate->filter1);
807 texstate->border_color);
809 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0);
810 OUT_CS_REG(R300_TX_FORMAT1_0 + (i * 4), texstate->format.format1);
811 OUT_CS_REG(R300_TX_FORMAT2_0 + (i * 4), texstate->format.format2);
813 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);
818 texstate->format.us_format0);
1180 struct r300_textures_state *texstate =
1207 for (i = 0; i < texstate->count; i++) {
1208 if (!(texstate->tx_enable & (1 << i))) {
1212 tex = r300_resource(texstate->sampler_views[i]->base.texture);