Re: [Mesa-dev] [PATCH v5 1/2] intel/fs: New methods dst_write_pattern and src_read_pattern at fs_inst

2018-08-21 Thread Francisco Jerez
Jose Maria Casanova Crespo writes: > These new methods return for a instruction register source/destination > the read/write byte pattern of the 32-byte GRF as an unsigned int. > > The returned pattern takes into account the exec_size of the instruction, > the type bitsize, the register stride

[Mesa-dev] [PATCH v5 1/2] intel/fs: New methods dst_write_pattern and src_read_pattern at fs_inst

2018-07-29 Thread Jose Maria Casanova Crespo
These new methods return for a instruction register source/destination the read/write byte pattern of the 32-byte GRF as an unsigned int. The returned pattern takes into account the exec_size of the instruction, the type bitsize, the register stride and a relative offset inside the register. The