Home
last modified time | relevance | path

Searched refs:util_throttle (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_helpers.h89 struct util_throttle { struct
100 void util_throttle_init(struct util_throttle *t, uint64_t max_mem_usage); argument
101 void util_throttle_deinit(struct pipe_screen *screen, struct util_throttle *t);
103 struct util_throttle *t, uint64_t memory_size);
Du_helpers.c223 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h368 struct util_throttle throttle;