Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h73 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()
139 , fCmdPool(cmdPool) in fIsActive()
148 return fCmdPool == nullptr; in isWrapped()
168 GrVkCommandPool* fCmdPool; variable
DGrVkGpu.cpp197 fCmdPool = fResourceProvider.findOrCreateCommandPool(); in GrVkGpu()
198 fCurrentCmdBuffer = fCmdPool->getPrimaryCommandBuffer(); in GrVkGpu()
204 if (fCmdPool) { in destroyResources()
205 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()
206 fCmdPool->close(); in destroyResources()
230 if (fCmdPool) { in destroyResources()
231 fCmdPool->unref(this); in destroyResources()
232 fCmdPool = nullptr; in destroyResources()
272 if (fCmdPool) { in disconnect()
273 fCmdPool->unrefAndAbandon(); in disconnect()
[all …]
DGrVkGpu.h59 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
276 GrVkCommandPool* fCmdPool; variable
DGrVkCommandBuffer.cpp62 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
463 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()
614 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()
615 fCmdPool->recycleSecondaryCommandBuffer(fSecondaryCommandBuffers[i]); in recycleSecondaryCommandBuffers()