[Mesa-dev] [PATCH 02/10] i965/fs: Add a width field to fs_inst

Matt Turner mattst88 at gmail.com
Thu Sep 4 22:45:22 PDT 2014


On Thu, Sep 4, 2014 at 10:19 PM, Jason Ekstrand <jason at jlekstrand.net> wrote:
> This will, eventually, allow us to manage execution widths of instructions
> in a much more natural way from the fs_visitor level.
>
> Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>

Adding a width field to fs_inst might be fine, but I don't think I
like adding the parameter to every fs_inst constructor. It seems like
it's something that's rarely going to be non-default. With other
things like that we just set them after creating the instruction.

Also, am I correct that the width field isn't actually hooked up to
anything at this point?


More information about the mesa-dev mailing list