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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp121 int math_latency = 22; local in function:schedule_node::set_latency_gen4
125 this->latency = 1 * chans * math_latency;
128 this->latency = 2 * chans * math_latency;
134 this->latency = 3 * chans * math_latency;
139 this->latency = 4 * chans * math_latency;
142 this->latency = 8 * chans * math_latency;
147 this->latency = 5 * chans * math_latency;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp123 int math_latency = 22; local in function:schedule_node::set_latency_gfx4
127 this->latency = 1 * chans * math_latency;
130 this->latency = 2 * chans * math_latency;
136 this->latency = 3 * chans * math_latency;
141 this->latency = 4 * chans * math_latency;
144 this->latency = 8 * chans * math_latency;
149 this->latency = 5 * chans * math_latency;

Completed in 9 milliseconds