Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp123 int math_latency = 22; in set_latency_gfx4() local
127 this->latency = 1 * chans * math_latency; in set_latency_gfx4()
130 this->latency = 2 * chans * math_latency; in set_latency_gfx4()
136 this->latency = 3 * chans * math_latency; in set_latency_gfx4()
141 this->latency = 4 * chans * math_latency; in set_latency_gfx4()
144 this->latency = 8 * chans * math_latency; in set_latency_gfx4()
149 this->latency = 5 * chans * math_latency; in set_latency_gfx4()