Searched refs:brw_inst_set_opcode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_generator.cpp | 187 brw_inst_set_opcode(p->isa, brw_last_inst, in generate_send() 193 brw_inst_set_opcode(p->isa, brw_last_inst, BRW_OPCODE_SENDC); in generate_send()
|
H A D | brw_eu_emit.c | 447 brw_inst_set_opcode(p->isa, insn, opcode); in brw_next_insn() 1003 brw_inst_set_opcode(p->isa, insn, BRW_OPCODE_NOP); in brw_NOP()
|
H A D | brw_inst.h | 1394 brw_inst_set_opcode(const struct brw_isa_info *isa, in brw_inst_set_opcode() function
|
H A D | test_eu_validate.cpp | 2598 brw_inst_set_opcode(&isa, last_inst, inst[i].opcode); in TEST_P()
|