Home
last modified time | relevance | path

Searched refs:ROGUE_OP_MUL (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
Drogue_instr.h57 ROGUE_OP_MUL, /** Multiply (float). */ enumerator
Drogue_dump.c65 [ROGUE_OP_MUL] = "mul",
Drogue_instr.c53 [ROGUE_OP_MUL] = 3,
Drogue_validate.c133 [ROGUE_OP_MUL] = { .flags = ROH(ROGUE_INSTR_FLAG_SAT) | ROH(ROGUE_INSTR_FLAG_LP),
Drogue_encode.c560 [ROGUE_OP_MUL] = {
Drogue.c330 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MUL); in trans_nir_alu_fmul()