Searched refs:translate_opcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 33 static unsigned translate_opcode(unsigned opcode) in translate_opcode() function 248 dst->U.I.Opcode = translate_opcode(src->Instruction.Opcode); in transform_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 452 translate_opcode(unsigned op) in translate_opcode() function 553 translate_opcode(inst->Opcode), in compile_instruction() 611 translate_opcode(inst->Opcode), in compile_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 43 translate_opcode(enum tgsi_opcode opcode) in translate_opcode() function 2927 translate_opcode(insn->Instruction.Opcode); in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 778 translate_opcode(enum tgsi_opcode opcode) in translate_opcode() function 8868 emit_opcode_precise(emit, translate_opcode(inst->Instruction.Opcode), in emit_simple() 9016 emit_instruction_op3(emit, translate_opcode(opcode), &inst->Dst[0], in emit_bfe() 9089 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate); in emit_bfi() 9143 emit_opcode(emit, translate_opcode(opcode), inst->Instruction.Saturate); in emit_simple_1dst()
|