Home
last modified time | relevance | path

Searched refs:nir_ffma_imm12 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c205 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/
Dnir_builtin_builder.c222 nir_ffma_imm12(b, tmp, -2.0f, M_PI_2), in nir_atan()
Dnir_builder.h981 nir_ffma_imm12(nir_builder *build, nir_ssa_def *src0, double src1, double src2) in nir_ffma_imm12() function