Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c33 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/
Dst_mesa_to_tgsi.c452 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/
Dsvga_tgsi_insn.c43 translate_opcode(enum tgsi_opcode opcode) in translate_opcode() function
2927 translate_opcode(insn->Instruction.Opcode); in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c778 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()