Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp37 struct QUEUE struct
39 OSALIGNLINE(volatile uint32_t) mLock{0}; in OSALIGNLINE()
40 OSALIGNLINE(volatile uint32_t) mNumEntries{0}; in OSALIGNLINE()
41 std::vector<T*> mBlocks;
42 T* mCurBlock{nullptr};
43 uint32_t mHead{0};
44 uint32_t mTail{0};
45 uint32_t mCurBlockIdx{0};
48 static const uint32_t mBlockSizeShift = 6;
49 static const uint32_t mBlockSize = 1 << mBlockSizeShift;
[all …]
/external/rust/crates/async-task/examples/
Dspawn.rs18 static QUEUE: Lazy<flume::Sender<Runnable>> = Lazy::new(|| { in spawn() variable
Dspawn-local.rs11 static QUEUE: (flume::Sender<Runnable>, flume::Receiver<Runnable>) = flume::unbounded(); constant
/external/perfetto/test/trace_processor/graphics/
Dgraphics_frame_events.py23 QUEUE = 2 variable in BufferEvent
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dqueue_stack_map.c5 QUEUE, enumerator
/external/rust/crates/tokio/tests/support/
Dmock_pool.rs11 static QUEUE: RefCell<VecDeque<Box<dyn FnOnce() + Send>>> = RefCell::new(VecDeque::new()) constant
/external/perfetto/protos/perfetto/trace/android/
Dgraphics_frame_event.proto25 QUEUE = 2; enumerator
/external/glide/library/src/main/java/com/bumptech/glide/util/
DExceptionCatchingInputStream.java18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0); field in ExceptionCatchingInputStream
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_switch.c48 #define QUEUE 0x2 macro
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2288 QUEUE = 2; enumerator