| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
| vktDynamicStateDSTests.cpp | 442 const vk::VkQueue queue = m_context.getUniversalQueue(); local 478 m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL); 482 VK_CHECK(m_vk.queueWaitIdle(queue)); 508 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), 594 const vk::VkQueue queue = m_context.getUniversalQueue(); local 630 m_vk.queueSubmit(queue, 1, &submitInfo, DE_NULL); 634 VK_CHECK(m_vk.queueWaitIdle(queue)); 656 const tcu::ConstPixelBufferAccess renderedFrame = m_colorTargetImage->readSurface(queue, m_context.getDefaultAllocator(), 764 const vk::VkQueue queue = m_context.getUniversalQueue(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
| vktFragmentOperationsEarlyFragmentTests.cpp | 585 const VkQueue queue = m_context.getUniversalQueue(); local [all...] |
| vktFragmentOperationsScissorMultiViewportTests.cpp | 598 const VkQueue queue = context.getUniversalQueue(); local 685 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer); [all...] |
| vktFragmentOperationsScissorTests.cpp | 575 const VkQueue queue = context.getUniversalQueue(); local 667 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer); [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/geometry/ |
| vktGeometryBasicGeometryShaderTests.cpp | 97 const VkQueue queue = context.getUniversalQueue(); local 251 VK_CHECK(vk.queueSubmit(queue, 1, &submitInfo, *fence)); [all...] |
| vktGeometryInstancedRenderingTests.cpp | 351 const VkQueue queue = context.getUniversalQueue(); local 469 submitCommandsAndWait(vk, device, queue, *cmdBuffer);
|
| vktGeometryLayeredRenderingTests.cpp | 905 const VkQueue queue = context.getUniversalQueue(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| vktImageAtomicOperationTests.cpp | 455 const VkQueue queue = m_context.getUniversalQueue(); local 581 submitCommandsAndWait(deviceInterface, device, queue, *cmdBuffer); [all...] |
| vktImageQualifiersTests.cpp | 360 const VkQueue queue = m_context.getUniversalQueue(); local 398 submitCommandsAndWait(deviceInterface, device, queue, *cmdBuffer);
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineDepthTests.cpp | 793 const VkQueue queue = m_context.getUniversalQueue(); local 844 const VkQueue queue = m_context.getUniversalQueue(); local [all...] |
| vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 119 const VkQueue queue = m_context.getUniversalQueue(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| vktProtectedMemStorageBufferTests.cpp | 368 const vk::VkQueue queue = ctx.getQueue(); local 545 VK_CHECK(queueSubmit(ctx, PROTECTION_ENABLED, queue, *cmdBuffer, *fence, ~0ull)); 567 const vk::VkQueue queue = ctx.getQueue(); local 653 VK_CHECK(queueSubmit(ctx, PROTECTION_ENABLED, queue, *cmdBuffer, *fence, ~0ull)); [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/ |
| vktDrawUtil.cpp | 274 const VkQueue queue, 297 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, *fence)); 894 const VkQueue queue = m_context.getUniversalQueue(); local [all...] |
| /external/libchrome/base/metrics/ |
| persistent_memory_allocator.cc | 130 // The "iterable" queue is an M&S Queue as described here, append-only: 132 // |queue| needs to be 64-bit aligned and is itself a multiple of 64 bits. 133 volatile std::atomic<uint32_t> tailptr; // Last block of iteration queue. 134 volatile BlockHeader queue; // Empty block for linked-list head/tail. member in struct:__anon24245::base::PersistentMemoryAllocator::SharedMetadata 137 // The "queue" block header is used to detect "last node" so that zero/null 142 offsetof(SharedMetadata, queue); 222 if (next == kReferenceQueue) // No next allocation in queue. 332 "\"queue\" is not aligned properly; must be at end of struct"); 363 shared_meta()->queue.cookie != 0 | [all...] |
| /external/linux-kselftest/tools/testing/selftests/mqueue/ |
| mq_perf_tests.c | 17 * Tests various types of message queue workloads, concentrating on those 18 * situations that invole large message sizes, large message queue depths, 19 * or both, and reports back useful metrics about kernel message queue 46 " -c # Skip most tests and go straight to a high queue depth test\n" 50 " queue impacts the performance of other programs). The number\n" 66 " path Path name of the message queue to create\n" 97 mqd_t queue = -1; variable 108 .descrip = "Run continuous tests at a high queue depth in " 115 "messages to the message queue in a tight loop will " 187 if (queue != -1 [all...] |
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
| threads.cpp | 695 DispatchQueue& queue = *pDC->pDispatch; local 698 if (queue.getNumQueued() > 0) 702 while (queue.getWork(threadGroupId)) 704 queue.dispatch(pDC, workerId, threadGroupId, pSpillFillBuffer); 705 queue.finishedWork(); [all...] |
| /external/squashfs-tools/squashfs-tools/ |
| unsquashfs.h | 157 struct queue { struct 242 extern struct queue *to_reader, *to_inflate, *to_writer; 251 extern void dump_queue(struct queue *);
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| shape_refiner_test.cc | 1235 Node* queue; local [all...] |
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| hexagon_graph_execution_test.cc | 115 std::priority_queue<std::tuple<float, int, string>> queue = local 118 const std::tuple<float, int, string>& entry = queue.top();
|
| /external/vulkan-validation-layers/layers/ |
| object_tracker_utils.cpp | 38 // Add new queue to head of global queue list 39 void AddQueueInfo(VkDevice device, uint32_t queue_node_index, VkQueue queue) { 41 auto queueItem = device_data->queue_info_map.find(queue); 46 p_queue_info->queue = queue; 48 device_data->queue_info_map[queue] = p_queue_info; 51 HandleToUint64(queue), __LINE__, OBJTRACK_INTERNAL_ERROR, LayerName, 52 "ERROR: VK_ERROR_OUT_OF_HOST_MEMORY -- could not allocate memory for Queue Information"); 66 // Destroy the items in the queue ma 67 auto queue = device_data->object_map[kVulkanObjectTypeQueue].begin(); local [all...] |
| /external/vulkan-validation-layers/tests/ |
| vktestbinding.cpp | 243 for (std::vector<Queue *>::iterator it = queues_[i].begin(); it != queues_[i].end(); it++) delete *it; 259 // Only request creation with queuefamilies that have at least one queue 313 VkQueue queue; local 318 vkGetDeviceQueue(handle(), i, j, &queue); local 321 queues_[GRAPHICS].push_back(new Queue(queue, i)); 325 queues_[COMPUTE].push_back(new Queue(queue, i)); 329 queues_[DMA].push_back(new Queue(queue, i)) [all...] |
| /external/webrtc/webrtc/p2p/base/ |
| pseudotcp.cc | 469 int written = queue(buffer, uint32_t(len), false); 487 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { function in class:cricket::PseudoTcp 831 // If we make room in the send queue, notify the user [all...] |
| /frameworks/base/core/jni/ |
| android_app_NativeActivity.cpp | 638 AInputQueue* queue = reinterpret_cast<AInputQueue*>(queuePtr); local 639 code->callbacks.onInputQueueCreated(code, queue); 653 AInputQueue* queue = reinterpret_cast<AInputQueue*>(queuePtr); local 654 code->callbacks.onInputQueueDestroyed(code, queue);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
| TileLifecycleManager.java | 204 ArraySet<Integer> queue; local 206 queue = new ArraySet<>(mQueuedMessages); 209 if (queue.contains(MSG_ON_ADDED)) { 217 if (queue.contains(MSG_ON_CLICK)) { 226 if (queue.contains(MSG_ON_UNLOCK_COMPLETE)) { 235 if (queue.contains(MSG_ON_REMOVED)) {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
| MediaSessions.java | 211 final List<QueueItem> queue = c.getQueue(); local 232 if (queue != null && !queue.isEmpty()) { 233 writer.println(" Queue:"); 234 for (QueueItem qi : queue) { 305 public void onQueueChanged(List<QueueItem> queue) { 306 if (D.BUG) Log.d(TAG, cb("onQueueChanged") + queue);
|