| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.h | 62 bool threaded; member in struct:trace_context
|
| H A D | tr_texture.c | 93 memcpy(&tr_trans->base, transfer, tr_ctx->threaded ? sizeof(struct threaded_transfer) : sizeof(struct pipe_transfer));
|
| H A D | tr_context.c | 274 if (tr_ctx->threaded) 301 if (tr_ctx->threaded) 1715 if (tr_trans->map && !tr_ctx->threaded) {
|
| H A D | tr_screen.c | 357 tr_ctx->threaded = true;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/ |
| H A D | openswr.rst | 8 threaded.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | openswr.rst | 8 threaded.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_validate.c | 116 bool threaded = false; local in function:vc4_qpu_validate 136 threaded = true; 374 if (threaded) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_validate.c | 118 bool threaded = false; local in function:vc4_qpu_validate 138 threaded = true; 376 if (threaded) {
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | XlibConf.h.in | 34 /* Use multi-threaded libc functions? */
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | debugging.rst | 37 If enabled while :ref:`trace` is active, this variable specifies that the threaded context 39 which will include any reordering of the command stream from threaded context.
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 736 bool threaded; member in struct:x11_swapchain 816 if (chain->threaded) 937 assert(chain->threaded); 1033 if (chain->threaded) { 1051 if (chain->threaded) { 1318 if (chain->threaded) { 1424 chain->threaded = false; 1490 chain->threaded = true;
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | dispatch.rst | 39 In multi-threaded environments, it is possible for each thread to have a 97 threaded manner. That is, the application has only one thread that makes 106 threaded. 108 As long as an application is single threaded, Mesa stores a pointer to
|
| H A D | systems.rst | 43 and is multi-threaded
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.6.rst | 116 - clover: Fix a bug with multi-threaded events v2
|
| H A D | 21.2.0.rst | 1822 - crocus: use threaded context base classes 1823 - crocus/tc: init/deinit threaded resource 1825 - crocus: enable threaded context support 3485 - radeonsi: implement threaded context callbacks for resource busy checking 3728 - gallium: when tracing is enabled for threaded drivers, trace the driver thread 3869 - aux/trace: stop dumping transfer data for threaded contexts
|
| H A D | 19.1.0.rst | 3290 - i965: Implement threaded GL support.
|
| H A D | 21.3.0.rst | 1789 - iris: Enable threaded shader compilation
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.h | 78 bool threaded; member in struct:zink_screen
|
| H A D | zink_screen.c | 1132 if (screen->threaded) 1224 if (screen->threaded && screen->max_queues > 1) 1617 if (n->VKSCR(QueueSubmit)(n->screen->threaded ? n->screen->thread_queue : n->screen->queue, 1653 if (screen->threaded) { 1777 qci.queueCount = screen->threaded && screen->max_queues > 1 ? 2 : 1; 1861 screen->threaded = util_get_cpu_caps()->nr_cpus > 1 && debug_get_bool_option("GALLIUM_THREAD", util_get_cpu_caps()->nr_cpus > 1); 1862 if (screen->threaded)
|
| H A D | zink_batch.c | 621 if (screen->threaded) {
|
| H A D | zink_bo.c | 698 VkQueue queue = screen->threaded ? screen->thread_queue : screen->queue;
|
| H A D | zink_context.c | 2303 if (zink_screen(ctx->base.screen)->threaded) 3185 if (zink_screen(ctx->base.screen)->threaded &&
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | ax_pthread.m4 | 18 # multi-threaded programs (defaults to the value of CC otherwise). (This
|
| /xsrc/external/mit/xorg-server/dist/m4/ |
| H A D | ax_pthread.m4 | 18 # multi-threaded programs (defaults to the value of CC otherwise). (This
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 788 AX_PTHREAD(,AC_MSG_ERROR([threaded input requested but no pthread support has been found]))
|