Searched refs:nir_ffma_imm12 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 205 nir_ssa_def *p0_plus_xp1 = nir_ffma_imm12(b, abs_x, p1, p0); in build_asin() 227 nir_ffma_imm12(b, x2, pS2, pS1), in build_asin()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 222 nir_ffma_imm12(b, tmp, -2.0f, M_PI_2), in nir_atan()
|
D | nir_builder.h | 981 nir_ffma_imm12(nir_builder *build, nir_ssa_def *src0, double src1, double src2) in nir_ffma_imm12() function
|