/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 105 vector<VkQueue> queues; member 118 temp.queues.resize(count); in addQueueFamilyIndex() 147 for (int queueNdx = 0; queueNdx < static_cast<int>(queue.queues.size()); ++queueNdx) in getFreeQueue() 154 returnQueues = queue.queues[queueNdx]; in getFreeQueue() 238 MultiQueues& queues = *moveQueues; in createQueues() local 251 …queues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCoun… in createQueues() 255 if (queues.countQueueFamilyIndex() == 0) in createQueues() 263 …for (int queueFamilyIndexNdx = 0; queueFamilyIndexNdx < static_cast<int>(queues.countQueueFamilyIn… in createQueues() 265 if (queues.getQueues(queueFamilyIndexNdx).queues.size() > maxQueueCount) in createQueues() 266 maxQueueCount = static_cast<unsigned int>(queues.getQueues(queueFamilyIndexNdx).queues.size()); in createQueues() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 445 Queues queues[COUNT] = in basicMultiQueueCase() local 508 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex) in basicMultiQueueCase() 509 queues[FIRST].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 511 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 513 queues[SECOND].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 518 …if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATC… in basicMultiQueueCase() 529 queueInfo.queueFamilyIndex = queues[queueNdx].queueFamilyIndex; in basicMultiQueueCase() 530 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase() 535 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 609 …deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIn… in basicMultiQueueCase() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 105 vector<VkQueue> queues; member 118 temp.queues.resize(count); in addQueueFamilyIndex() 147 for (int queueNdx = 0; queueNdx < static_cast<int>(queue.queues.size()); ++queueNdx) in getFreeQueue() 154 returnQueues = queue.queues[queueNdx]; in getFreeQueue() 238 MultiQueues& queues = *moveQueues; in createQueues() local 251 …queues.addQueueFamilyIndex(queuePropertiesNdx, queueFamilyProperties[queuePropertiesNdx].queueCoun… in createQueues() 255 if (queues.countQueueFamilyIndex() == 0) in createQueues() 263 …for (int queueFamilyIndexNdx = 0; queueFamilyIndexNdx < static_cast<int>(queues.countQueueFamilyIn… in createQueues() 265 if (queues.getQueues(queueFamilyIndexNdx).queues.size() > maxQueueCount) in createQueues() 266 maxQueueCount = static_cast<unsigned int>(queues.getQueues(queueFamilyIndexNdx).queues.size()); in createQueues() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 445 Queues queues[COUNT] = in basicMultiQueueCase() local 508 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex) in basicMultiQueueCase() 509 queues[FIRST].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 511 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 513 queues[SECOND].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 518 …if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATC… in basicMultiQueueCase() 529 queueInfo.queueFamilyIndex = queues[queueNdx].queueFamilyIndex; in basicMultiQueueCase() 530 …queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase() 535 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 609 …deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIn… in basicMultiQueueCase() [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | path-reservations.js | 21 const queues = new Map() constant 49 paths: res.paths.map(path => queues.get(path)), 50 dirs: [...res.dirs].map(path => queues.get(path)), 79 const q = queues.get(path) 82 queues.delete(path) 93 const q = queues.get(dir) 96 queues.delete(dir) 129 const q = queues.get(path) 131 queues.set(path, [fn]) 136 const q = queues.get(dir) [all …]
|
/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/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/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/flutter/engine/flutter/fml/ |
D | task_runner.cc | 53 auto queues = MessageLoopTaskQueues::GetInstance(); in RunsTasksOnCurrentThread() local 54 if (queues->Owns(current_queue_id, loop_queue_id)) { in RunsTasksOnCurrentThread() 57 if (queues->Owns(loop_queue_id, current_queue_id)) { in RunsTasksOnCurrentThread()
|
/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/Lib/asyncio/ |
D | __init__.py | 16 from .queues import * 31 queues.__all__ +
|
/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/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 …]
|
/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 | 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;
|
D | datatypes.rst | 8 types such as dates and times, fixed-type arrays, heap queues, double-ended 9 queues, and enumerations.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | devsandqueues.adoc | 8 Once Vulkan is initialized, devices and queues are the primary objects used 312 pname:subgroupSize is at least 1 if any of the physical device's queues 322 device's queues support ename:VK_QUEUE_COMPUTE_BIT. 329 device's queues support ename:VK_QUEUE_GRAPHICS_BIT or 1003 [open,refpage='vkGetPhysicalDeviceQueueFamilyProperties',desc='Reports properties of the queues of … 1005 To query properties of queues available on a physical device, call: 1037 capabilities of the queues in this queue family. 1038 * pname:queueCount is the unsigned integer count of queues in this queue 1051 for image transfer operations on the queues in this queue family. 1060 using the image transfer operations on the corresponding queues. [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/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | validitygenerator.py | 1359 queues = 'Transfer + \nGraphics + \nCompute' 1361 queues = 'Graphics + \nCompute' 1363 queues = cmd.get('queues') 1364 queues = (' + \n').join(queues.title().split(',')) 1366 entry += '|' + queues 1382 queues = cmd.get('queues') 1383 if queues is None: 1384 queues = 'Any' 1386 queues = (' + \n').join(queues.upper().split(',')) 1388 return entry + queues
|
/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_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.
|