Re: [Mesa-dev] [PATCH v2 02/20] i965/fs: add helper to retrieve instruction data size

2017-01-17 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: "Juan A. Suarez Romero" > > The execution data size is the biggest type size of any instruction > operand. > > We will use it to know if the instruction deals with DF, because in Ivy > we need to double the execution size and regioning parameters. > > v2

[Mesa-dev] [PATCH v2 02/20] i965/fs: add helper to retrieve instruction data size

2017-01-17 Thread Samuel Iglesias Gonsálvez
From: "Juan A. Suarez Romero" The execution data size is the biggest type size of any instruction operand. We will use it to know if the instruction deals with DF, because in Ivy we need to double the execution size and regioning parameters. v2: - Fix typo in commit log (Matt) - Use static inli