Home
last modified time | relevance | path

Searched refs:ROGUE_OP_FMA (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
H A Drogue_instr.h56 ROGUE_OP_FMA, /** Fused-multiply-add (float). */ enumerator
H A Drogue_dump.c64 [ROGUE_OP_FMA] = "fma",
H A Drogue_instr.c52 [ROGUE_OP_FMA] = 4,
H A Drogue_validate.c125 [ROGUE_OP_FMA] = { .flags = ROH(ROGUE_INSTR_FLAG_SAT) | ROH(ROGUE_INSTR_FLAG_LP),
H A Drogue_encode.c468 [ROGUE_OP_FMA] = {
H A Drogue.c355 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_FMA); in trans_nir_alu_ffma()

Completed in 4 milliseconds