Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp67 unsigned res_usage[(int)BlockCycleEstimator::resource_count] = {0}; member in aco::BlockCycleEstimator
189 res_usage[(int)perf.rsrc0] += perf.cost0; in use_resources()
194 res_usage[(int)perf.rsrc1] += perf.cost1; in use_resources()
420 assert(res_usage[i] == 0); in join()
524 usage[i] += block_est.res_usage[i] * iter; in collect_preasm_stats()