Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c527 translate_opcode( unsigned op ) in translate_opcode() function
706 translate_opcode( inst->Opcode ), in compile_instruction()
718 translate_opcode( inst->Opcode ), in compile_instruction()
729 translate_opcode( inst->Opcode ), in compile_instruction()
737 translate_opcode( inst->Opcode ), in compile_instruction()
761 translate_opcode( inst->Opcode ), in compile_instruction()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c32 static unsigned translate_opcode(unsigned opcode) in translate_opcode() function
277 dst->U.I.Opcode = translate_opcode(src->Instruction.Opcode); in transform_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c42 translate_opcode( in translate_opcode() function
2697 unsigned opcode = translate_opcode(insn->Instruction.Opcode); in svga_emit_instruction()