Searched refs:nir_atan (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 176 nir_atan(nir_builder *b, nir_ssa_def *y_over_x) in nir_atan() function 297 nir_ffma_imm1(b, nir_b2f(b, flip, bit_size), M_PI_2, nir_atan(b, tan)); in nir_atan2()
|
D | nir_builtin_builder.h | 47 nir_ssa_def* nir_atan(nir_builder *b, nir_ssa_def *y_over_x);
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 519 dest->def = nir_atan(nb, src[0]); in handle_glsl450_alu()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2103 result = nir_atan(&b, srcs[0]); in visit()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2677 - nir/builder: Move nir_atan and nir_atan2 from SPIR-V translator
|
D | 21.3.0.rst | 3538 - nir: swap fadd operands in nir_atan()
|