i965/nir/vec4: Implement bit operations

Graphics / Mesa 3D Graphics Library / Mesa - Antia Puentes [igalia.com] - 3 August 2015 11:40 UTC

Same implementation than the IR case.

Adds NIR ALU operations:
- nir_op_bitfield_reverse
- nir_op_bit_count
- nir_op_ufind_msb
- nir_op_ifind_msb
- nir_op_find_lsb
- nir_op_ubitfield_extract
- nir_op_ibitfield_extract
- nir_op_bfm
- nir_op_bfi
- nir_op_bitfield_insert

8e1e6fa i965/nir/vec4: Implement bit operations
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 62 ++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)

Upstream: cgit.freedesktop.org


  • Share