HomeSort by relevance Sort by last modified time
    Searched refs:TAllocation (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 173 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;
174 const unsigned char TAllocation::guardBlockEndVal = 0xfe;
175 const unsigned char TAllocation::userDataFill = 0xcd;
178 const size_t TAllocation::guardBlockSize = 16;
180 const size_t TAllocation::guardBlockSize = 0;
187 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const
189 void TAllocation::checkGuardBlock(unsigned char*, unsigned char, const char*) const
270 size_t allocationSize = TAllocation::allocationSize(numBytes);
339 void TAllocation::checkAllocList() const
341 for (const TAllocation* alloc = this; alloc != 0; alloc = alloc->prevAlloc
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 75 class TAllocation {
77 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) :
119 TAllocation* prevAlloc; // prior allocation in the chain
127 inline static size_t headerSize() { return sizeof(TAllocation); }
204 TAllocation* lastAllocation;
221 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
222 block->lastAllocation = reinterpret_cast<TAllocation*>(memory);
226 return TAllocation::offsetAllocation(memory);
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.cpp 139 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;
140 const unsigned char TAllocation::guardBlockEndVal = 0xfe;
141 const unsigned char TAllocation::userDataFill = 0xcd;
144 const size_t TAllocation::guardBlockSize = 16;
146 const size_t TAllocation::guardBlockSize = 0;
152 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const
253 size_t allocationSize = TAllocation::allocationSize(numBytes);
332 void TAllocation::checkAllocList() const
334 for (const TAllocation* alloc = this; alloc != 0; alloc = alloc->prevAlloc)
PoolAlloc.h 51 class TAllocation {
53 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) :
95 TAllocation* prevAlloc; // prior allocation in the chain
104 inline static size_t headerSize() { return sizeof(TAllocation); }
190 TAllocation* lastAllocation;
203 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
204 block->lastAllocation = reinterpret_cast<TAllocation*>(memory);
207 return TAllocation::offsetAllocation(memory);
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 814 .TAllocation = cfg->n[GEN_L3P_T],
    [all...]

Completed in 177 milliseconds