HomeSort by relevance Sort by last modified time
    Searched defs:active_lost (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_cp.c 111 uint32_t active_lost, pending_lost; local
120 &active_lost, &pending_lost))
123 if (cp->active_lost != active_lost) {
125 cp->active_lost = active_lost;
ilo_cp.h 76 uint32_t active_lost; member in struct:ilo_cp

Completed in 73 milliseconds