HomeSort by: relevance | last modified time | path
    Searched defs:util_throttle (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_helpers.h 105 struct util_throttle { struct
116 void util_throttle_init(struct util_throttle *t, uint64_t max_mem_usage);
117 void util_throttle_deinit(struct pipe_screen *screen, struct util_throttle *t);
119 struct util_throttle *t, uint64_t memory_size);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_helpers.h 69 struct util_throttle { struct
80 void util_throttle_init(struct util_throttle *t, uint64_t max_mem_usage);
81 void util_throttle_deinit(struct pipe_screen *screen, struct util_throttle *t);
83 struct util_throttle *t, uint64_t memory_size);

Completed in 4 milliseconds