Searched refs:instr_cost (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_loop_analyze.c | 143 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) function in typeref:typename:unsigned 218 state->loop->info->instr_cost += instr_cost(instr, options); |
| H A D | nir_opt_loop_unroll.c | 850 unsigned cost = li->instr_cost * trip_count; |
| H A D | nir.h | 3056 unsigned instr_cost; member in struct:__anon3ec4419d3308 |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_loop_analyze.c | 121 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) function in typeref:typename:unsigned 189 state->loop->info->instr_cost += instr_cost(instr, options); |
| H A D | nir_opt_loop_unroll.c | 773 li->instr_cost * trip_count <= max_iter * LOOP_UNROLL_LIMIT; |
| H A D | nir.h | 2162 unsigned instr_cost; member in struct:__anon3bab288a2f08 |
Completed in 21 milliseconds