Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_SENDC (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp70 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC && in clear_pad_bits()
133 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC && in skip_bit()
Dbrw_eu_defines.h242 BRW_OPCODE_SENDC = 50, enumerator
Dbrw_disasm.c1494 } else if (opcode != BRW_OPCODE_SEND && opcode != BRW_OPCODE_SENDC) { in brw_disassemble_inst()
1583 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_disassemble_inst()
1866 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) in brw_disassemble_inst()
Dbrw_eu.c548 [BRW_OPCODE_SENDC] = {
Dbrw_eu_emit.c179 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) { in brw_set_src0()
391 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_set_message_descriptor()
2276 insn = next_insn(p, BRW_OPCODE_SENDC); in brw_fb_WRITE()
2324 brw_inst *insn = next_insn(p, BRW_OPCODE_SENDC); in gen9_fb_READ()
Dbrw_eu_validate.c84 case BRW_OPCODE_SENDC: in inst_is_send()
Dbrw_eu_compact.c853 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC || in has_unmapped_bits()
Dbrw_fs_generator.cpp1047 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC); in generate_tex()
/external/mesa3d/src/intel/tools/
Ddisasm.c41 opcode == BRW_OPCODE_SENDC || in is_send()