Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp100 BlockCycleEstimator::resource rsrc0; member
187 if (perf.rsrc0 != resource_count) { in use_resources()
188 res_available[(int)perf.rsrc0] = cur_cycle + perf.cost0; in use_resources()
189 res_usage[(int)perf.rsrc0] += perf.cost0; in use_resources()
204 if (perf.rsrc0 != resource_count) in cycles_until_res_available()
205 cost = MAX2(cost, res_available[(int)perf.rsrc0] - cur_cycle); in cycles_until_res_available()

Completed in 2 milliseconds