Searched refs:throughput (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_performance.h68 * Estimate of the throughput of the whole program in
77 float throughput; member in struct:brw::performance
H A Dbrw_fs.cpp9758 float throughput = 0; local in function:brw_compile_fs
9774 throughput = MAX2(throughput, perf.throughput);
9816 throughput = MAX2(throughput, perf.throughput);
9842 if (!INTEL_DEBUG(DEBUG_DO32) && throughput >= perf.throughput) {
9849 throughput
[all...]
H A Dbrw_ir_performance.cpp144 /* 32x32 integer multiplication has half the usual ALU throughput.
167 /* 32x32 integer multiplication has half the usual ALU throughput.
1547 * Calculate the maximum possible throughput of the program compatible with
1627 p.throughput = dispatch_width * calculate_thread_throughput(st, elapsed);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4785 - aco: add latency and inverse throughput statistics

Completed in 22 milliseconds