Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 59) 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/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.h41 class Queue; variable
47 friend class Queue<E>; variable
75 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue() function
/third_party/python/Doc/library/
Dasyncio-queue.rst23 Queue chapter
/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
DForward.h32 class Queue; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp100 struct Queue in iterate() struct
102 VkQueue queue; in iterate()
103 deUint32 queueFamilyIndex; in iterate()
/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
DForward.h31 class Queue; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Queue.js23 const QueueClass = class Queue { 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/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.cpp85 struct Queue struct
87 Queue (const deUint32 familyOp, const VkQueue queueOp) in Queue() argument
92 deUint32 family;
93 VkQueue queue;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueue.hpp40 class Queue class
DVkQueue.cpp167 Queue::Queue(Device *device, marl::Scheduler *scheduler) in Queue() function in vk::Queue
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h32 class Queue; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h50 class Queue; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp49 std::queue<T> Queue; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp69 CompSpillWeight> Queue; member in __anon617a088a0211::RABasic

123