Searched refs:nir_fsin (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.h236 return nir_fdiv(b, nir_fsin(b, x), nir_fcos(b, x));
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c385 ptn_move_dest_masked(b, dest, nir_fsin(b, ptn_channel(b, src[0], X)),
720 ptn_move_dest(b, dest, nir_fsin(b, ptn_channel(b, src[0], X)));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c393 ptn_move_dest_masked(b, dest, nir_fsin(b, ptn_channel(b, src[0], X)),
743 ptn_move_dest(b, dest, nir_fsin(b, ptn_channel(b, src[0], X)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_glsl450.c476 val->ssa->def = nir_fdiv(nb, nir_fsin(nb, src[0]),
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_builder_opcodes.h734 nir_fsin(nir_builder *build, nir_ssa_def *src0) function in typeref:typename:nir_ssa_def *
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp2017 case ir_unop_sin: result = nir_fsin(&b, srcs[0]); break;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp1980 case ir_unop_sin: result = nir_fsin(&b, srcs[0]); break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1734 ttn_move_dest(b, dest, nir_fsin(b, ttn_channel(b, src[0], X)));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2024 ttn_move_dest(b, dest, nir_fsin(b, ttn_channel(b, src[0], X)));
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h1199 nir_fsin(nir_builder *build, nir_ssa_def *src0) function in typeref:typename:nir_ssa_def *

Completed in 51 milliseconds