Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h189 struct tAllocState { struct
193 typedef std::vector<tAllocState> tAllocStack; argument
DPoolAlloc.cpp161 tAllocState state = { currentPageOffset, inUseList }; in push()