Lines Matching refs:texstate
122 struct r300_textures_state* texstate = r300->textures_state.state;
135 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
143 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
895 struct r300_texture_sampler_state *texstate;
906 texstate = &allstate->regs[i];
909 OUT_CS_REG(R300_TX_FILTER0_0 + (i * 4), texstate->filter0);
910 OUT_CS_REG(R300_TX_FILTER1_0 + (i * 4), texstate->filter1);
912 texstate->border_color);
914 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0);
915 OUT_CS_REG(R300_TX_FORMAT1_0 + (i * 4), texstate->format.format1);
916 OUT_CS_REG(R300_TX_FORMAT2_0 + (i * 4), texstate->format.format2);
918 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);
923 texstate->format.us_format0);
1310 struct r300_textures_state *texstate =
1354 for (i = 0; i < texstate->count; i++) {
1355 if (!(texstate->tx_enable & (1U << i))) {
1359 tex = r300_resource(texstate->sampler_views[i]->base.texture);