Lines Matching full:allstate
789 struct r300_textures_state *allstate = (struct r300_textures_state*)state;
797 OUT_CS_REG(R300_TX_ENABLE, allstate->tx_enable);
799 for (i = 0; i < allstate->count; i++) {
800 if ((1 << i) & allstate->tx_enable) {
801 texstate = &allstate->regs[i];
802 tex = r300_resource(allstate->sampler_views[i]->base.texture);