i965/nir/vec4: Implement equality ops on vectors
authorAntia Puentes <apuentes@igalia.com>
Tue, 16 Jun 2015 22:55:24 +0000 (00:55 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:49 +0000 (09:40 -0700)
commit8be4b876c90192c3a5e6fcc9b526f43a3f7bfc11
treeb096cf0c9488ff4edc3666ba1f11946067957aa2
parent84d4a9dc2ca3d98f19cc9125a5ff1ac1225f360d
i965/nir/vec4: Implement equality ops on vectors

Adds NIR ALU operations:
   * nir_op_ball_fequal2
   * nir_op_ball_iequal2
   * nir_op_ball_fequal3
   * nir_op_ball_iequal3
   * nir_op_ball_fequal4
   * nir_op_ball_iequal4

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp