Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.h191 nir_fmad(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) in nir_fmad() function
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c523 return nir_fmad(nb, srcs[0], srcs[1], srcs[2]); in handle_special()