Home
last modified time | relevance | path

Searched refs:INST_OPCODE_MAD (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h43 #define INST_OPCODE_MAD 0x00000002 macro
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1363 mad[0].opcode = INST_OPCODE_MAD; in trans_lrp()
1370 mad[1].opcode = INST_OPCODE_MAD; in trans_lrp()
1598 ins[0].opcode = INST_OPCODE_MAD; in trans_trig()
1608 ins[2].opcode = INST_OPCODE_MAD; in trans_trig()
1634 p->opcode = INST_OPCODE_MAD; in trans_trig()
1641 p->opcode = INST_OPCODE_MAD; in trans_trig()
1800 INSTR(MAD, trans_instr, .opc = INST_OPCODE_MAD, .src = {0, 1, 2}),