/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 82 vector<VkQueue> queues; member 95 temp.queues.resize(count); in addQueueFamilyIndex() 123 for (int queueNdx = 0; queueNdx < static_cast<int>(queue.queues.size()); ++queueNdx) in getFreeQueue() 130 returnQueues = queue.queues[queueNdx]; in getFreeQueue() 200 MultiQueues& queues = *moveQueues; in createQueues() local 213 …queues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCoun… in createQueues() 217 if (queues.countQueueFamilyIndex() == 0) in createQueues() 225 …for (int queueFamilyIndexNdx = 0; queueFamilyIndexNdx < static_cast<int>(queues.countQueueFamilyIn… in createQueues() 227 if (queues.getQueues(queueFamilyIndexNdx).queues.size() > maxQueueCount) in createQueues() 228 maxQueueCount = static_cast<unsigned int>(queues.getQueues(queueFamilyIndexNdx).queues.size()); in createQueues() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 342 Queues queues[COUNT] = in basicMultiQueueCase() local 365 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex) in basicMultiQueueCase() 366 queues[FIRST].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 368 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 370 queues[SECOND].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 375 …if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATC… in basicMultiQueueCase() 386 queueInfo.queueFamilyIndex = queues[queueNdx].queueFamilyIndex; in basicMultiQueueCase() 387 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase() 392 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 423 …deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyInd… in basicMultiQueueCase() [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | path-reservations.js | 21 const queues = new Map() constant 51 paths: res.paths.map(path => queues.get(path)), 52 dirs: [...res.dirs].map(path => queues.get(path)), 83 const q = queues.get(path) 86 queues.delete(path) 98 const q = queues.get(dir) 101 queues.delete(dir) 134 const q = queues.get(path) 136 queues.set(path, [fn]) 142 const q = queues.get(dir) [all …]
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget03.c | 25 static int *queues; variable 46 queues = SAFE_MALLOC((maxmsgs - used_cnt) * sizeof(int)); in setup() 52 queues[queue_cnt++] = res; in setup() 63 if (!queues) in cleanup() 67 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup() 69 free(queues); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/ |
D | shmget03.c | 24 static int *queues; variable 44 queues = SAFE_MALLOC((maxshms - used_cnt) * sizeof(int)); in setup() 50 queues[queue_cnt++] = res; in setup() 60 if (!queues) in cleanup() 64 SAFE_SHMCTL(queues[num], IPC_RMID, NULL); in cleanup() 66 free(queues); in cleanup()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.conf.in | 9 # Where should cups-browsed save information about the print queues it had 10 # generated when shutting down, like whether one of these queues was the 11 # default printer, or default option settings of the queues? 69 # cups-browsed creates local queues. If the print dialog uses other 120 # Browsing-related operations such as adding or removing printer queues 123 # Especially queues discovered by CUPS broadcasts will be removed after 222 # queues which accept PostScript, independent of whether the physical 319 # queues for remote printers which receive timeouts during print queue 327 # local queues for remote printers for which CUPS creates queues by 330 # printing, including remote CUPS queues. Queues for other printers [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_device.c | 86 struct vn_queue *queues = in vn_device_init_queues() local 87 vk_zalloc(alloc, sizeof(*queues) * count, VN_DEFAULT_ALIGN, in vn_device_init_queues() 89 if (!queues) in vn_device_init_queues() 99 result = vn_queue_init(dev, &queues[count], queue_info, j); in vn_device_init_queues() 102 vn_queue_fini(&queues[k]); in vn_device_init_queues() 103 vk_free(alloc, queues); in vn_device_init_queues() 112 dev->queues = queues; in vn_device_init_queues() 478 vn_queue_fini(&dev->queues[i]); in vn_DestroyDevice() 497 vk_free(alloc, dev->queues); in vn_DestroyDevice() 533 struct vn_queue *queue = &dev->queues[i]; in vn_DeviceWaitIdle()
|
/third_party/python/Lib/asyncio/ |
D | __init__.py | 16 from .queues import * 31 queues.__all__ +
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 120 , queues(reinterpret_cast<Queue *>(mem)) in Device() 138 new(&queues[queueID]) Queue(this, scheduler.get()); 192 queues[i].~Queue(); in destroy() 195 vk::freeHostMemory(queues, pAllocator); in destroy() 225 return queues[queueIndex]; in getQueue() 349 queues[i].waitIdle(); in waitIdle()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.c | 902 mqueue->queues = NULL; in gst_multi_queue_init() 952 g_list_free_full (mqueue->queues, (GDestroyNotify) gst_single_queue_unref); in gst_multi_queue_finalize() 953 mqueue->queues = NULL; in gst_multi_queue_finalize() 968 GList * tmp = mq->queues; \ 1001 tmp = mq->queues; in gst_multi_queue_set_property() 1126 if (mq->queues != NULL) { in gst_multi_queue_get_stats() 1127 GValue queues = G_VALUE_INIT; in gst_multi_queue_get_stats() local 1130 g_value_init (&queues, GST_TYPE_ARRAY); in gst_multi_queue_get_stats() 1132 for (tmp = mq->queues; tmp; tmp = g_list_next (tmp)) { in gst_multi_queue_get_stats() 1146 gst_value_array_append_and_take_value (&queues, &v); in gst_multi_queue_get_stats() [all …]
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos2 | 96 the eos handler returns false because both queues return false on the 102 after the queues have sent out their last buffer, they calls eos on their 104 the parent already has the two queues in the EOS provider list so they don't 106 the two queues perform gst_pad_eos () on their pads when the queue is empty, 130 this case differs from case3 in that one of the queues can be empty
|
/third_party/mesa3d/src/intel/ds/ |
D | intel_driver_ds.cc | 199 u_vector_foreach(queue, &device->queues) { in send_descriptors() 231 u_vector_foreach(queue, &device->queues) { in send_descriptors() 532 u_vector_init(&device->queues, 4, sizeof(struct intel_ds_queue)); in intel_ds_device_init() 539 u_vector_finish(&device->queues); in intel_ds_device_fini() 548 (struct intel_ds_queue *) u_vector_add(&device->queues); in intel_ds_device_add_queue() 554 queue->queue_id = u_vector_length(&device->queues) - 1; in intel_ds_device_add_queue()
|
/third_party/python/Doc/library/ |
D | asyncio.rst | 28 database connection libraries, distributed task queues, etc. 42 * distribute tasks via :ref:`queues <asyncio-queues>`;
|
D | datatypes.rst | 8 types such as dates and times, fixed-type arrays, heap queues, double-ended 9 queues, and enumerations.
|
D | asyncio-queue.rst | 3 .. _asyncio-queues: 9 **Source code:** :source:`Lib/asyncio/queues.py` 13 asyncio queues are designed to be similar to classes of the 14 :mod:`queue` module. Although asyncio queues are not thread-safe, 17 Note that methods of asyncio queues don't have a *timeout* parameter;
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.3.rst | 67 - radv: fix events on compute queues. 69 - radv/gfx9: fix 3d image to image transfers on compute queues. 70 - radv/gfx9: fix 3d image clears on compute queues 71 - radv/gfx9: fix buffer to image for 3d images on compute queues
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | validitygenerator.py | 1324 queues = 'Transfer + \nGraphics + \nCompute' 1326 queues = 'Graphics + \nCompute' 1328 queues = cmd.get('queues') 1329 queues = (' + \n').join(queues.title().split(',')) 1331 return '|' + cmdbufferlevel + '|' + renderpass + '|' + queues 1335 queues = cmd.get('queues') 1336 if queues is None: 1337 queues = 'Any' 1339 queues = (' + \n').join(queues.upper().split(',')) 1341 return '|-|-|' + queues
|
/third_party/cups-filters/ |
D | configure.ac | 863 # Should we keep generated queues after shutdown? 865 AC_ARG_ENABLE(saving-created-queues, AS_HELP_STRING([--enable-saving-created-queues], [enable savin… 869 [AC_DEFINE([SAVING_CREATED_QUEUES], [1], [Define whether we save queues during shutdown])] 873 # Local queue naming for remote CUPS queues 876 …el|RemoteName], [Choose the origin of local queue naming for remote CUPS queues, default based on … 880 …DEFINE([NAMING_MAKE_MODEL], [1], [Define that we create local queues for remote CUPS queues based … 884 …EFINE([NAMING_REMOTE_NAME], [1], [Define that we create local queues for remote CUPS queues based … 888 …AC_DEFINE([NAMING_DNSSD], [1], [Define that we create local queues for remote CUPS queues based on… 892 …AC_DEFINE([NAMING_DNSSD], [1], [Define that we create local queues for remote CUPS queues based on… 979 local queue naming for remote CUPS queues: ${REMOTE_CUPS_LOCAL_QUEUE_NAMING} [all …]
|
D | NEWS | 134 - cups-browsed: Naming of local queues is matched to CUPS' 135 current naming of temporary queues (no leading or trailing 137 support CUPS' temporary queues. 242 preventing the created local queues from preserving a 355 --enable-saving-created-queues and 396 - cups-browsed: Remove left-over local queues from the 399 - cups-browsed: Left-over local queues from the previous 430 - cups-browsed: Do not remove the created local queues on 432 desktops get no cluttered with notifications of new queues 437 of "remote" CUPS queues of another CUPS instance on the [all …]
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_queue.c | 124 device->queues = vk_alloc(&device->vk.alloc, in pvr_queues_create() 125 queue_create->queueCount * sizeof(*device->queues), in pvr_queues_create() 128 if (!device->queues) in pvr_queues_create() 134 result = pvr_queue_init(device, &device->queues[i], queue_create, i); in pvr_queues_create() 165 pvr_queue_finish(&device->queues[q_idx]); in pvr_queues_destroy() 167 vk_free(&device->vk.alloc, device->queues); in pvr_queues_destroy()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_queue.h | 195 list_for_each_entry(struct vk_queue, queue, &(device)->queues, link) 198 list_for_each_entry_safe(struct vk_queue, queue, &(device)->queues, link)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_queue_family_foreign.txt | 25 of resources backed by external memory to foreign, external queues. 30 * The queues represented by ename:VK_QUEUE_FAMILY_EXTERNAL_KHR must share
|
D | VK_KHR_maintenance1.txt | 53 * Support flink:vkCmdFillBuffer on transfer-only queues. 56 queues. 57 It is now allowed on queues that just support transfer operations.
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_perfetto.cc | 102 for (unsigned i = 0; i < ARRAY_SIZE(queues); i++) { in send_descriptors() 105 desc->set_name(queues[i].name); in send_descriptors() 106 desc->set_description(queues[i].desc); in send_descriptors()
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 102 from .queues import Queue 107 from .queues import JoinableQueue 112 from .queues import SimpleQueue
|