Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBufferAllocPool.cpp55 this->destroyBlock(); in deleteBlocks()
262 this->destroyBlock(); in putBack()
322 void GrBufferAllocPool::destroyBlock() { in destroyBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h128 void destroyBlock();
/external/skia/src/gpu/
DGrBufferAllocPool.cpp105 this->destroyBlock(); in deleteBlocks()
303 this->destroyBlock(); in putBack()
367 void GrBufferAllocPool::destroyBlock() { in destroyBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h152 void destroyBlock();
/external/swiftshader/src/Reactor/
DLLVMReactor.hpp114 llvm::BasicBlock *destroyBlock = nullptr; member
DLLVMReactor.cpp4182 jit->coroutine.destroyBlock = llvm::BasicBlock::Create(*jit->context, "destroy", jit->function); in promoteFunctionToCoroutine()
4209 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4212 jit->builder->SetInsertPoint(jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4293 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in yield()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h688 void destroyBlock(Block &B) { in destroyBlock() function
1019 destroyBlock(B); in removeBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h679 void destroyBlock(Block &B) { in destroyBlock() function
994 destroyBlock(B); in removeBlock()