Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/destream/
DdeRingbuffer.c32 struct deRingbuffer_s struct
34 deInt32 blockSize;
35 deInt32 blockCount;
36 deInt32* blockUsage;
37 deUint8* buffer;
39 deSemaphore emptyCount;
40 deSemaphore fullCount;
42 deInt32 outBlock;
43 deInt32 outPos;
45 deInt32 inBlock;
[all …]