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/
H A Drogue_instr.h57 ROGUE_OP_MUL, /** Multiply (float). */ enumerator
H A Drogue_dump.c65 [ROGUE_OP_MUL] = "mul",
H A Drogue_instr.c53 [ROGUE_OP_MUL] = 3,
H A Drogue_validate.c133 [ROGUE_OP_MUL] = { .flags = ROH(ROGUE_INSTR_FLAG_SAT) | ROH(ROGUE_INSTR_FLAG_LP),
H A Drogue_encode.c560 [ROGUE_OP_MUL] = {
H A Drogue.c330 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MUL); in trans_nir_alu_fmul()

Completed in 4 milliseconds