Home
last modified time | relevance | path

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

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