Searched defs:TileScheduleData (Results 1 – 1 of 1) sorted by relevance
63 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerBySpinning64 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() argument66 int fDrawIndex; // next draw index for this tile110 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerFlexible111 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() function113 int fDrawIndex; // next draw index for this tile114 std::mutex fMutex; // the mutex for the thread to acquire163 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerBySemaphores164 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() function166 int fDrawIndex;[all …]