Home
last modified time | relevance | path

Searched defs:QUEUE (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dfifo.hpp37 struct QUEUE struct
41 std::vector<T*> mBlocks;
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
52 void clear(ArenaT& arena) in clear()
67 bool tryLock() in tryLock()
79 void unlock() { mLock = 0; } in unlock()
81 T* peek() in peek()
91 void dequeue_noinc() in dequeue_noinc()
[all …]
/dports/math/clblas/clBLAS-2.10/src/tests/functional/
H A Dfunc-queue.cpp100 TEST(QUEUE, sgemm) { in TEST() argument
105 TEST(QUEUE, cgemm) { in TEST() argument
110 TEST(QUEUE, dgemm) { in TEST() argument
116 TEST(QUEUE, zgemm) { in TEST() argument
122 TEST(QUEUE, strmm) { in TEST() argument
127 TEST(QUEUE, ctrmm) { in TEST() argument
132 TEST(QUEUE, dtrmm) { in TEST() argument
138 TEST(QUEUE, ztrmm) { in TEST() argument
144 TEST(QUEUE, strsm) { in TEST() argument
149 TEST(QUEUE, ctrsm) { in TEST() argument
[all …]
/dports/net/mptsd/mptsd-1.1/libfuncs/
H A Dqueue.h22 typedef struct QUEUE { struct
28 } QUEUE; argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/myisam/
H A Dqueues.h42 struct QUEUE { struct
53 void _downheap(QUEUE *queue, uint idx); argument
/dports/audio/juke/juke-0.7/src/
H A Dqueue.h1 struct QUEUE { struct
8 int queue_get_item (struct QUEUE *q, int pos); argument
/dports/net/wireshark/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_queue.h39 #define wmem_queue_peek(QUEUE) wmem_stack_peek(QUEUE) argument
41 #define wmem_queue_pop(QUEUE) wmem_stack_pop(QUEUE) argument
43 #define wmem_queue_push(QUEUE, DATA) wmem_list_append((QUEUE), (DATA)) argument
47 #define wmem_destroy_queue(QUEUE) wmem_destroy_list(QUEUE) argument
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_queue.h39 #define wmem_queue_peek(QUEUE) wmem_stack_peek(QUEUE) argument
41 #define wmem_queue_pop(QUEUE) wmem_stack_pop(QUEUE) argument
43 #define wmem_queue_push(QUEUE, DATA) wmem_list_append((QUEUE), (DATA)) argument
47 #define wmem_destroy_queue(QUEUE) wmem_destroy_list(QUEUE) argument
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_queue.h39 #define wmem_queue_peek(QUEUE) wmem_stack_peek(QUEUE) argument
41 #define wmem_queue_pop(QUEUE) wmem_stack_pop(QUEUE) argument
43 #define wmem_queue_push(QUEUE, DATA) wmem_list_append((QUEUE), (DATA)) argument
47 #define wmem_destroy_queue(QUEUE) wmem_destroy_list(QUEUE) argument
/dports/net/tshark/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_queue.h39 #define wmem_queue_peek(QUEUE) wmem_stack_peek(QUEUE) argument
41 #define wmem_queue_pop(QUEUE) wmem_stack_pop(QUEUE) argument
43 #define wmem_queue_push(QUEUE, DATA) wmem_list_append((QUEUE), (DATA)) argument
47 #define wmem_destroy_queue(QUEUE) wmem_destroy_list(QUEUE) argument
/dports/devel/lwp/lwp-2.8/src/
H A Drw.c59 typedef struct QUEUE { struct
60 struct QUEUE *prev, *next; argument
61 char *data;
62 struct Lock lock;
/dports/games/powder/powder118_src/
H A Dqueue.h27 QUEUE() { myMaxSize = 0; } in QUEUE() function
28 explicit QUEUE(int maxsize) { myMaxSize = maxsize; } in QUEUE() function
86 QUEUE(const QUEUE<PTR> &ref) {} in QUEUE() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/async-task-4.0.3/examples/
H A Dspawn.rs18 static QUEUE: Lazy<flume::Sender<Runnable>> = Lazy::new(|| { in spawn() const
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-task-4.1.0/examples/
H A Dspawn.rs18 static QUEUE: Lazy<flume::Sender<Runnable>> = Lazy::new(|| { in spawn() const
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dqueue.h46 #define QUEUE_FOREACH_SLICE(QUEUE, A, B, TYPE, VAR) \ argument
48 #define QUEUE_FOREACH(QUEUE, TYPE, VAR) \ argument
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/async-task-4.0.3/examples/
H A Dspawn.rs18 static QUEUE: Lazy<flume::Sender<Runnable>> = Lazy::new(|| { in spawn() const
/dports/www/firefox/firefox-99.0/third_party/rust/async-task/examples/
H A Dspawn.rs18 static QUEUE: Lazy<flume::Sender<Runnable>> = Lazy::new(|| { in spawn() const

12345678910>>...13