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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.h59 uint32 pipe_count; member in struct:accelerant_info
H A Daccelerant.cpp146 gInfo->pipe_count = 0;
175 gInfo->pipe_count++;
445 bool assigned[gInfo->pipe_count];
446 memset(assigned, 0, gInfo->pipe_count);
471 while (current < gInfo->pipe_count && assigned[current])
474 if (current >= gInfo->pipe_count) {

Completed in 88 milliseconds