X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fintel%2Fcompiler%2Fbrw_eu.h;h=18567155fd66336d385db4e4abb567eeeb6d021c;hp=374ff75db454b780fd0fee339bbf11b2b9f05143;hb=afa39d07e46355fcab3d049f278a55d3cdb084dd;hpb=e94c22429b64f419d9a66f04fa5ecdad33f7f5ef diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 374ff75db45..18567155fd6 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -162,6 +162,8 @@ void brw_set_default_swsb(struct brw_codegen *p, struct tgl_swsb value); void brw_init_codegen(const struct gen_device_info *, struct brw_codegen *p, void *mem_ctx); +bool brw_has_jip(const struct gen_device_info *devinfo, enum opcode opcode); +bool brw_has_uip(const struct gen_device_info *devinfo, enum opcode opcode); int brw_disassemble_inst(FILE *file, const struct gen_device_info *devinfo, const struct brw_inst *inst, bool is_compacted); void brw_disassemble(const struct gen_device_info *devinfo,