Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle.h84 struct Queue { struct
85 constexpr explicit Queue(absl::ConstInitType) in Queue() function
111 ABSL_CONST_INIT static Queue global_queue_; argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp42 struct Queue struct
44 vk::VkQueue queueHandle;
45 deUint32 queueFamilyIndex;
46 deUint32 queueIndex;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp42 struct Queue struct
44 vk::VkQueue queueHandle;
45 deUint32 queueFamilyIndex;
46 deUint32 queueIndex;
/third_party/ffmpeg/libavfilter/dnn/
Dqueue.c34 struct Queue { struct
35 QueueEntry *head; argument
36 QueueEntry *tail; argument
48 Queue* ff_queue_create(void) in ff_queue_create() argument
Dqueue.h25 typedef struct Queue Queue; typedef
/third_party/googletest/googletest/samples/
Dsample3-inl.h42 class Queue; variable
48 friend class Queue<E>; variable
76 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue() function
/third_party/python/Doc/library/
Dasyncio-queue.rst23 Queue chapter
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::opengl::Queue
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::d3d12::Queue
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp29 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::d3d12::Queue
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::vulkan::Queue
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp35 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::vulkan::Queue
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawConcurrentTests.cpp104 struct Queue in iterate() struct
106 VkQueue queue; in iterate()
107 deUint32 queueFamilyIndex; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp104 struct Queue in iterate() struct
106 VkQueue queue; in iterate()
107 deUint32 queueFamilyIndex; in iterate()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Queue.js23 const QueueClass = class Queue { class
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dqueue.js9 function Queue(capacity) { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp26 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::opengl::Queue
DForward.h32 class Queue; variable
/third_party/rust/crates/signal-hook/src/low_level/
Dsiginfo.rs30 Queue = 4, enumerator
101 Queue, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
DResourcePriorityQueue.h48 std::vector<SUnit*> Queue; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DRetireControlUnit.h63 std::vector<RUToken> Queue; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.h31 class Queue; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp87 struct Queue struct
89 Queue (const deUint32 familyOp, const VkQueue queueOp) in Queue() function
94 deUint32 family;
95 VkQueue queue;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp87 struct Queue struct
89 Queue (const deUint32 familyOp, const VkQueue queueOp) in Queue() function
94 deUint32 family;
95 VkQueue queue;

123