Searched refs:nir_fsin (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.h | 236 return nir_fdiv(b, nir_fsin(b, x), nir_fcos(b, x));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 385 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 D | prog_to_nir.c | 393 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 D | vtn_glsl450.c | 476 val->ssa->def = nir_fdiv(nb, nir_fsin(nb, src[0]),
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 734 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 D | glsl_to_nir.cpp | 2017 case ir_unop_sin: result = nir_fsin(&b, srcs[0]); break;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 1980 case ir_unop_sin: result = nir_fsin(&b, srcs[0]); break;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1734 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 D | tgsi_to_nir.c | 2024 ttn_move_dest(b, dest, nir_fsin(b, ttn_channel(b, src[0], X)));
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 1199 nir_fsin(nir_builder *build, nir_ssa_def *src0) function in typeref:typename:nir_ssa_def *
|
Completed in 51 milliseconds