Home
last modified time | relevance | path

Searched refs:translate_opcode (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c425 translate_opcode( unsigned op ) in translate_opcode() function
535 translate_opcode( inst->Opcode ), in compile_instruction()
546 translate_opcode( inst->Opcode ), in compile_instruction()
554 translate_opcode( inst->Opcode ), in compile_instruction()
573 translate_opcode( inst->Opcode ), in compile_instruction()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c33 static unsigned translate_opcode(unsigned opcode) in translate_opcode() function
256 dst->U.I.Opcode = translate_opcode(src->Instruction.Opcode); in transform_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c43 translate_opcode(uint opcode) in translate_opcode() function
3050 unsigned opcode = translate_opcode(insn->Instruction.Opcode); in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c500 translate_opcode(unsigned opcode) in translate_opcode() function
5567 emit_opcode(emit, translate_opcode(inst->Instruction.Opcode), in emit_simple()
5619 emit_opcode(emit, translate_opcode(inst->Instruction.Opcode), in emit_simple_1dst()