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.c1393 .opcode = INST_OPCODE_MUL, in trans_lit()
1459 .opcode = INST_OPCODE_MUL, in trans_trig()
1475 .opcode = INST_OPCODE_MUL, in trans_trig()
1490 .opcode = INST_OPCODE_MUL, in trans_trig()
1567 ins[3].opcode = INST_OPCODE_MUL; in trans_trig()
1648 ins[0].opcode = INST_OPCODE_MUL; in trans_sampler()
1653 ins[1].opcode = INST_OPCODE_MUL; in trans_sampler()
1705 .opcode = INST_OPCODE_MUL, in trans_sampler()
1743 INSTR(MUL, trans_instr, .opc = INST_OPCODE_MUL, .src = {0, 1, -1}),
1898 .opcode = INST_OPCODE_MUL, in etna_compile_add_z_div_if_needed()
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h44 #define INST_OPCODE_MUL 0x00000003 macro