[Mesa-dev] [PATCH v2 09/16] i965: Prepare for using the ATTR register file in the fs backend

Matt Turner mattst88 at gmail.com
Thu Nov 13 21:03:57 PST 2014


On Thu, Nov 13, 2014 at 4:28 PM, Kristian Høgsberg <krh at bitplanet.net> wrote:
> @@ -3148,6 +3150,9 @@ fs_visitor::dump_instruction(backend_instruction *be_inst, FILE *file)
>     case UNIFORM:
>        fprintf(file, "***u%d***", inst->dst.reg + inst->dst.reg_offset);
>        break;
> +   case ATTR:
> +      fprintf(file, "attr%d", inst->dst.reg + inst->dst.reg_offset);

This can't be a destination, so put *** around it like the uniform case above.


More information about the mesa-dev mailing list