Re: [Mesa-dev] [PATCH 2.5/23] intel/eu: Define SET_BITS helper more easily reusable than SET_FIELD.

2018-06-26 Thread Kenneth Graunke
On Tuesday, June 26, 2018 6:22:08 PM PDT Francisco Jerez wrote: > Allows to specify a bitfield based on its upper and lower bounds > instead of a symbolic field definition, kind of what the current > GET_BITS macro is to GET_FIELD. > --- > src/intel/compiler/brw_eu_defines.h | 7 +++ > 1 file

[Mesa-dev] [PATCH 2.5/23] intel/eu: Define SET_BITS helper more easily reusable than SET_FIELD.

2018-06-26 Thread Francisco Jerez
Allows to specify a bitfield based on its upper and lower bounds instead of a symbolic field definition, kind of what the current GET_BITS macro is to GET_FIELD. --- src/intel/compiler/brw_eu_defines.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/intel/compiler/brw_eu_defines.h