Searched refs:BRW_OPCODE_ILLEGAL (Results 1 – 5 of 5) sorted by relevance
90 illegal { yylval.integer = BRW_OPCODE_ILLEGAL; return ILLEGAL; }
201 BRW_OPCODE_ILLEGAL, enumerator
593 { BRW_OPCODE_ILLEGAL, 0, "illegal", 0, 0, GEN_ALL },
1398 return desc ? (enum opcode)desc->ir : BRW_OPCODE_ILLEGAL; in brw_opcode_decode()
472 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_ILLEGAL; in is_unsupported_inst()