Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h225 RC_OPCODE_KILP, enumerator
Dradeon_opcodes.c451 .Opcode = RC_OPCODE_KILP,
Dradeon_program_alu.c1247 if (inst->U.I.Opcode != RC_OPCODE_KILP) in rc_transform_KILL()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c67 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()