Searched refs:compacted_counts (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu_compact.c | 1414 compacted_between(int old_ip, int old_target_ip, int *compacted_counts) argument 1416 int this_compacted_count = compacted_counts[old_ip]; 1417 int target_compacted_count = compacted_counts[old_target_ip]; 1423 int this_old_ip, int *compacted_counts) 1434 compacted_counts); 1445 compacted_counts); 1451 int this_old_ip, int *compacted_counts) 1465 int this_compacted_count = compacted_counts[this_old_ip]; 1466 int target_compacted_count = compacted_counts[target_old_ip]; 1545 int compacted_counts[( local in function:brw_compact_instructions 1422 update_uip_jip(const struct gen_device_info * devinfo,brw_inst * insn,int this_old_ip,int * compacted_counts) argument 1450 update_gen4_jump_count(const struct gen_device_info * devinfo,brw_inst * insn,int this_old_ip,int * compacted_counts) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_compact.c | 2303 compacted_between(int old_ip, int old_target_ip, int *compacted_counts) argument 2305 int this_compacted_count = compacted_counts[old_ip]; 2306 int target_compacted_count = compacted_counts[old_target_ip]; 2312 int this_old_ip, int *compacted_counts) 2323 compacted_counts); 2334 compacted_counts); 2340 int this_old_ip, int *compacted_counts) 2354 int this_compacted_count = compacted_counts[this_old_ip]; 2355 int target_compacted_count = compacted_counts[target_old_ip]; 2459 int compacted_counts[( local in function:brw_compact_instructions 2311 update_uip_jip(const struct intel_device_info * devinfo,brw_inst * insn,int this_old_ip,int * compacted_counts) argument 2339 update_gfx4_jump_count(const struct intel_device_info * devinfo,brw_inst * insn,int this_old_ip,int * compacted_counts) argument [all...] |
Completed in 5 milliseconds