Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2441 unsigned est_cycles; in lower_to_hw_instr() local
2443 est_cycles = num_scalar * 2 + num_vector; in lower_to_hw_instr()
2445 est_cycles = num_scalar * 4 + num_vector * 4; in lower_to_hw_instr()
2447 if (est_cycles > 16) in lower_to_hw_instr()

Completed in 5 milliseconds