i965/nir/vec4: Implement more math operations

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

Adds NIR ALU operations:
- nir_op_frcp
- nir_op_fexp2
- nir_op_flog2
- nir_op_fexp
- nir_op_flog
- nir_op_fsin
- nir_op_fcos
- nir_op_idiv
- nir_op_udiv
- nir_op_umod
- nir_op_ldexp
- nir_op_fsqrt
- nir_op_frsq
- nir_op_fpow

62cef7b i965/nir/vec4: Implement more math operations
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 52 ++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)

Upstream: cgit.freedesktop.org


  • Share