Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c701 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()
Dbrw_fs_generator.cpp345 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()
Dbrw_eu.h1912 brw_inst_set_opcode(const struct intel_device_info *devinfo, in brw_inst_set_opcode() function
Dtest_eu_validate.cpp2583 brw_inst_set_opcode(&devinfo, last_inst, inst[i].opcode); in TEST_P()