| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.3.2.rst | 69 - gm107/ir: add dnz emission for fmul 70 - gk110/ir: add dnz flag emission for fmul/fmad
|
| H A D | 21.3.6.rst | 47 - Revert "nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants"
|
| H A D | 11.1.1.rst | 110 - nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
|
| H A D | 19.3.0.rst | 446 - i965/fs: add a comment about how the rounding mode in fmul is set 3004 - nir: mind rounding mode on fadd, fsub, fmul and fma opcodes 3023 - i965/fs: set rounding mode when emitting fadd, fmul and ffma
|
| H A D | 20.1.0.rst | 565 - pan/bi: Fix missing type for fmul 3942 - nir/algebraic: add fexp2(fmul(flog2(a), 0.5) -> fsqrt(a) optimization
|
| H A D | 21.0.0.rst | 826 - nir,vc4: Lower fneg to fmul(x, -1.0)
|
| H A D | 21.3.0.rst | 3600 - nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants
|
| H A D | 20.2.0.rst | 1274 - nir/algebraic: optimize fmul(x, bcsel(c, -1.0, 1.0)) -> bcsel(c, -x, x)
|
| H A D | 21.1.0.rst | 3512 - ac/llvm: open code fpow on LLVM 12 using fmul.legacy
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 66 OP(fmul, MUL, 0_1_X), OP(fadd, ADD, 0_X_1), OP(ffma, MAD, 0_1_2),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | assyntax.h | 751 #define FMUL2(a, b) CHOICE(fmul ARG2(a,b), fmul ARG2(a,b), fmul ARG2(b,a)) 1462 #define FMUL_S(a) fmul S_(a) 1463 #define FMUL_D(a) fmul D_(a) 1464 #define FMUL2(a, b) fmul b, a
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| H A D | assyntax.h | 751 #define FMUL2(a, b) CHOICE(fmul ARG2(a,b), fmul ARG2(a,b), fmul ARG2(b,a)) 1462 #define FMUL_S(a) fmul S_(a) 1463 #define FMUL_D(a) fmul D_(a) 1464 #define FMUL2(a, b) fmul b, a
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 552 BINOP(fmul, fmul);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 1202 ALU_CASE(fmul, fmul); 1681 /* vmul.fmul.sat r1, hr2, #0.00392151 */ 1685 midgard_instruction fmul = { local in function:emit_intrinsic 1705 emit_mir_instruction(ctx, fmul); 3533 /* vmul.fmul.none.fulllow hr48, r0, #255 */
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 2401 bi_index fmul = bi_fma_f32(b, fsat->dest[0], bi_imm_f32(max_lod * 256.0f), local in function:bi_emit_texc_lod_88 2405 bi_half(bi_f32_to_s32(b, fmul, BI_ROUND_RTZ), false),
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 727 ALU_CASE(fmul, fmul);
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 11488 "description": "Revert \"nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants\"", 19912 "description": "nir/opt_algebraic: lower fneg_hi/lo to fmul", 19930 "description": "aco: change fneg for VOP3P to use fmul with +1.0", [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 7628 CASEF(fmul)
|