Re: [Mesa-dev] [PATCH 1/2] nir: make is_comparison() a non-static helper function

2018-05-30 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick I'm currently running the next patch through shader-db. The initial results are... interesting. On 05/30/2018 05:21 AM, Samuel Pitoiset wrote: > Rename and change the prototype for consistency regarding > nir_tex_instr_is_query(). This function will be u

[Mesa-dev] [PATCH 1/2] nir: make is_comparison() a non-static helper function

2018-05-30 Thread Samuel Pitoiset
Rename and change the prototype for consistency regarding nir_tex_instr_is_query(). This function will be used in the following patch. Signed-off-by: Samuel Pitoiset --- src/compiler/nir/nir.h | 24 +++ src/compiler/nir/nir_opt_move_comparisons.c | 26 +--