Searched refs:brw_inst_set_opcode (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_emit.c | 701 brw_inst_set_opcode(devinfo, insn, opcode); in brw_next_insn() 1334 brw_inst_set_opcode(p->devinfo, insn, BRW_OPCODE_NOP); in brw_NOP() 1514 brw_inst_set_opcode(devinfo, if_inst, BRW_OPCODE_ADD); in convert_IF_ELSE_to_ADD() 1521 brw_inst_set_opcode(devinfo, else_inst, BRW_OPCODE_ADD); in convert_IF_ELSE_to_ADD() 1569 brw_inst_set_opcode(devinfo, if_inst, BRW_OPCODE_IFF); in patch_IF_ELSE()
|
D | brw_fs_generator.cpp | 345 brw_inst_set_opcode(p->devinfo, brw_last_inst, in generate_send() 351 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC); in generate_send()
|
D | brw_eu.h | 1912 brw_inst_set_opcode(const struct intel_device_info *devinfo, in brw_inst_set_opcode() function
|
D | test_eu_validate.cpp | 2583 brw_inst_set_opcode(&devinfo, last_inst, inst[i].opcode); in TEST_P()
|