Searched refs:UTIL_QUEUE_INIT_RESIZE_IF_FULL (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_queue.h | 50 #define UTIL_QUEUE_INIT_RESIZE_IF_FULL (1 << 1) macro
|
| H A D | u_queue.c | 563 if (queue->flags & UTIL_QUEUE_INIT_RESIZE_IF_FULL) {
|
| H A D | disk_cache.c | 386 UTIL_QUEUE_INIT_RESIZE_IF_FULL |
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_queue.h | 51 #define UTIL_QUEUE_INIT_RESIZE_IF_FULL (1 << 1) macro
|
| H A D | disk_cache.c | 176 UTIL_QUEUE_INIT_RESIZE_IF_FULL |
|
| H A D | u_queue.c | 598 if (queue->flags & UTIL_QUEUE_INIT_RESIZE_IF_FULL &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 399 UTIL_QUEUE_INIT_RESIZE_IF_FULL)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_gallium.c | 533 UTIL_QUEUE_INIT_RESIZE_IF_FULL |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 511 UTIL_QUEUE_INIT_RESIZE_IF_FULL, NULL)) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/perf/ |
| H A D | u_trace.c | 249 UTIL_QUEUE_INIT_RESIZE_IF_FULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 151 util_queue_init(&screen->cache_put_thread, "zcq", 8, 1, UTIL_QUEUE_INIT_RESIZE_IF_FULL, screen); 152 util_queue_init(&screen->cache_get_thread, "zcfq", 8, 4, UTIL_QUEUE_INIT_RESIZE_IF_FULL, screen); 1863 util_queue_init(&screen->flush_queue, "zfq", 8, 1, UTIL_QUEUE_INIT_RESIZE_IF_FULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.c | 893 UTIL_QUEUE_INIT_RESIZE_IF_FULL |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 992 UTIL_QUEUE_INIT_RESIZE_IF_FULL | 1002 UTIL_QUEUE_INIT_RESIZE_IF_FULL |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 1190 UTIL_QUEUE_INIT_RESIZE_IF_FULL | UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY, NULL)) { 1199 UTIL_QUEUE_INIT_RESIZE_IF_FULL | UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 1384 util_queue_init(&queue->queue, "lavapipe", 8, 1, UTIL_QUEUE_INIT_RESIZE_IF_FULL, device);
|
Completed in 22 milliseconds