compiler/spirv: implement 16-bit atan
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 18 Apr 2018 07:36:41 +0000 (09:36 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Wed, 2 Jan 2019 06:54:05 +0000 (07:54 +0100)
commit1c8de08ec92bff7c44f9e4732c591b05ba1f2d76
tree5b9e6c1edb8ad440297c3acc05b4ce986f733b6d
parentdf118535cabe2d5149b64a23988a4987518c95fb
compiler/spirv: implement 16-bit atan

v2:
 - use nir_fadd_imm and nir_fmul_imm helpers (Jason)
 - rebased on top of new sized boolean opcodes
 - use nir_b2f helper

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/spirv/vtn_glsl450.c