Home
last modified time | relevance | path

Searched refs:GetTail (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } in IsEmpty()
80 uint32_t numEnqueued = GetHead() - GetTail(); in IsFull()
86 INLINE uint32_t GetTail() volatile { return mRingTail; } in GetTail() function