Lines Matching refs:rebind
861 * just clear the rebind flags and return.
864 svga->rebind.flags.vs = 0;
865 svga->rebind.flags.gs = 0;
866 svga->rebind.flags.fs = 0;
867 svga->rebind.flags.tcs = 0;
868 svga->rebind.flags.tes = 0;
873 if (svga->rebind.flags.vs && hw->vs && hw->vs->gb_shader) {
878 svga->rebind.flags.vs = 0;
880 if (svga->rebind.flags.gs && hw->gs && hw->gs->gb_shader) {
885 svga->rebind.flags.gs = 0;
887 if (svga->rebind.flags.fs && hw->fs && hw->fs->gb_shader) {
892 svga->rebind.flags.fs = 0;
894 if (svga->rebind.flags.tcs && hw->tcs && hw->tcs->gb_shader) {
899 svga->rebind.flags.tcs = 0;
901 if (svga->rebind.flags.tes && hw->tes && hw->tes->gb_shader) {
906 svga->rebind.flags.tes = 0;