Re: [Mesa-dev] [PATCH 1/2] radv/query: Add a nir_flag_set helper

2018-12-19 Thread Jason Ekstrand
On Wed, Dec 19, 2018 at 4:06 PM Bas Nieuwenhuizen wrote: > On Wed, Dec 19, 2018 at 8:45 PM Jason Ekstrand > wrote: > > > > This is little more than an iadd_imm right now but it will help in the > > next commit where we refactor things further. > > --- > > src/amd/vulkan/radv_query.c | 31 ++

Re: [Mesa-dev] [PATCH 1/2] radv/query: Add a nir_flag_set helper

2018-12-19 Thread Bas Nieuwenhuizen
On Wed, Dec 19, 2018 at 8:45 PM Jason Ekstrand wrote: > > This is little more than an iadd_imm right now but it will help in the > next commit where we refactor things further. > --- > src/amd/vulkan/radv_query.c | 31 --- > 1 file changed, 16 insertions(+), 15 deletio

[Mesa-dev] [PATCH 1/2] radv/query: Add a nir_flag_set helper

2018-12-19 Thread Jason Ekstrand
This is little more than an iadd_imm right now but it will help in the next commit where we refactor things further. --- src/amd/vulkan/radv_query.c | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/amd/vulkan/radv_query.c b/src/amd/vulkan/ra