Searched refs:brw_inst_set_opcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_emit.c | 701 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()
|
D | brw_eu.h | 1402 brw_inst_set_opcode(const struct gen_device_info *devinfo, in brw_inst_set_opcode() function
|
D | brw_fs_generator.cpp | 344 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()
|
D | test_eu_validate.cpp | 2583 brw_inst_set_opcode(&devinfo, last_inst, inst[i].opcode); in TEST_P()
|