Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c701 brw_inst_set_opcode(devinfo, insn, opcode); in brw_next_insn()
1313 brw_inst_set_opcode(p->devinfo, insn, BRW_OPCODE_NOP); in brw_NOP()
1493 brw_inst_set_opcode(devinfo, if_inst, BRW_OPCODE_ADD); in convert_IF_ELSE_to_ADD()
1500 brw_inst_set_opcode(devinfo, else_inst, BRW_OPCODE_ADD); in convert_IF_ELSE_to_ADD()
1548 brw_inst_set_opcode(devinfo, if_inst, BRW_OPCODE_IFF); in patch_IF_ELSE()
Dbrw_eu.h1402 brw_inst_set_opcode(const struct gen_device_info *devinfo, in brw_inst_set_opcode() function
Dbrw_fs_generator.cpp344 brw_inst_set_opcode(p->devinfo, brw_last_inst, in generate_send()
350 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC); in generate_send()
Dtest_eu_validate.cpp2583 brw_inst_set_opcode(&devinfo, last_inst, inst[i].opcode); in TEST_P()