Searched refs:threaded (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.h62 bool threaded; member in struct:trace_context
H A Dtr_texture.c93 memcpy(&tr_trans->base, transfer, tr_ctx->threaded ? sizeof(struct threaded_transfer) : sizeof(struct pipe_transfer));
H A Dtr_context.c274 if (tr_ctx->threaded)
301 if (tr_ctx->threaded)
1715 if (tr_trans->map && !tr_ctx->threaded) {
H A Dtr_screen.c357 tr_ctx->threaded = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/
H A Dopenswr.rst8 threaded.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dopenswr.rst8 threaded.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c116 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 Dvc4_qpu_validate.c118 bool threaded = false; local in function:vc4_qpu_validate
138 threaded = true;
376 if (threaded) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibConf.h.in34 /* Use multi-threaded libc functions? */
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst37 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 Dwsi_common_x11.c736 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 Ddispatch.rst39 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 Dsystems.rst43 and is multi-threaded
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.6.rst116 - clover: Fix a bug with multi-threaded events v2
H A D21.2.0.rst1822 - 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 D19.1.0.rst3290 - i965: Implement threaded GL support.
H A D21.3.0.rst1789 - iris: Enable threaded shader compilation
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h78 bool threaded; member in struct:zink_screen
H A Dzink_screen.c1132 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 Dzink_batch.c621 if (screen->threaded) {
H A Dzink_bo.c698 VkQueue queue = screen->threaded ? screen->thread_queue : screen->queue;
H A Dzink_context.c2303 if (zink_screen(ctx->base.screen)->threaded)
3185 if (zink_screen(ctx->base.screen)->threaded &&
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_pthread.m418 # multi-threaded programs (defaults to the value of CC otherwise). (This
/xsrc/external/mit/xorg-server/dist/m4/
H A Dax_pthread.m418 # multi-threaded programs (defaults to the value of CC otherwise). (This
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac788 AX_PTHREAD(,AC_MSG_ERROR([threaded input requested but no pthread support has been found]))

Completed in 46 milliseconds

12