Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h204 RC_OPCODE_KILP, enumerator
Dradeon_opcodes.c407 .Opcode = RC_OPCODE_KILP,
Dradeon_program_alu.c1164 if (inst->U.I.Opcode != RC_OPCODE_KILP) in rc_transform_KILL()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c65 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()