Searched refs:util_throttle (Results 1 – 3 of 3) sorted by relevance
89 struct util_throttle { struct100 void util_throttle_init(struct util_throttle *t, uint64_t max_mem_usage); argument101 void util_throttle_deinit(struct pipe_screen *screen, struct util_throttle *t);103 struct util_throttle *t, uint64_t memory_size);
223 util_throttle_init(struct util_throttle *t, uint64_t max_mem_usage) in util_throttle_init()229 util_throttle_deinit(struct pipe_screen *screen, struct util_throttle *t) in util_throttle_deinit()236 util_get_throttle_total_memory_usage(struct util_throttle *t) in util_get_throttle_total_memory_usage()245 static void util_dump_throttle_ring(struct util_throttle *t) in util_dump_throttle_ring()271 struct util_throttle *t, uint64_t memory_size) in util_throttle_memory_usage()
368 struct util_throttle throttle;