Home
last modified time | relevance | path

Searched refs:nir_ffma_imm2 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c208 nir_ffma_imm2(b, abs_x, in build_asin()
209 nir_ffma_imm2(b, abs_x, p0_plus_xp1, M_PI_4f - 1.0f), in build_asin()
226 nir_ffma_imm2(b, x2, in build_asin()
493 nir_fsqrt(nb, nir_ffma_imm2(nb, src[0], src[0], 1.0f))))); in handle_glsl450_alu()
497 nir_fsqrt(nb, nir_ffma_imm2(nb, src[0], src[0], -1.0f)))); in handle_glsl450_alu()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h997 nir_ffma_imm2(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1, double src2) in nir_ffma_imm2() function