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_tgsi.c1443 .opcode = INST_OPCODE_MUL, in trans_lit()
1457 .opcode = INST_OPCODE_MUL, in trans_lit()
1520 .opcode = INST_OPCODE_MUL, in trans_trig()
1536 .opcode = INST_OPCODE_MUL, in trans_trig()
1548 .opcode = INST_OPCODE_MUL, in trans_trig()
1623 ins[3].opcode = INST_OPCODE_MUL; in trans_trig()
1671 .opcode = INST_OPCODE_MUL, in trans_lg2()
1699 ins[0].opcode = INST_OPCODE_MUL; in trans_sampler()
1704 ins[1].opcode = INST_OPCODE_MUL; in trans_sampler()
1756 .opcode = INST_OPCODE_MUL, in trans_sampler()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h44 #define INST_OPCODE_MUL 0x00000003 macro