Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1402 .opcode = INST_OPCODE_MUL, in trans_lit()
1416 .opcode = INST_OPCODE_MUL, in trans_lit()
1479 .opcode = INST_OPCODE_MUL, in trans_trig()
1495 .opcode = INST_OPCODE_MUL, in trans_trig()
1507 .opcode = INST_OPCODE_MUL, in trans_trig()
1582 ins[3].opcode = INST_OPCODE_MUL; in trans_trig()
1630 .opcode = INST_OPCODE_MUL, in trans_lg2()
1658 ins[0].opcode = INST_OPCODE_MUL; in trans_sampler()
1663 ins[1].opcode = INST_OPCODE_MUL; in trans_sampler()
1715 .opcode = INST_OPCODE_MUL, in trans_sampler()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h44 #define INST_OPCODE_MUL 0x00000003 macro