HomeSort by relevance Sort by last modified time
    Searched full:math_latency (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_schedule_instructions.cpp 123 int math_latency = 22; local
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;
    [all...]

Completed in 770 milliseconds