Home
last modified time | relevance | path

Searched refs:RC_OPCODE_ILLEGAL_OPCODE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h38 RC_OPCODE_ILLEGAL_OPCODE, enumerator
Dradeon_program.c175 inst->U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE; in rc_alloc_instruction()
Dradeon_opcodes.c39 .Opcode = RC_OPCODE_ILLEGAL_OPCODE,
Dradeon_compiler.c43 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE; in rc_init()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c121 return RC_OPCODE_ILLEGAL_OPCODE; in translate_opcode()