Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp224 if (fCmdPool) { in GrVkGpu()
232 if (fCmdPool) { in destroyResources()
234 fCmdPool->close(); in destroyResources()
258 if (fCmdPool) { in destroyResources()
259 fCmdPool->unref(); in destroyResources()
260 fCmdPool = nullptr; in destroyResources()
333 SkASSERT(fCmdPool); in submitCommandBuffer()
334 fCmdPool->close(); in submitCommandBuffer()
370 fCmdPool->unref(); in submitCommandBuffer()
372 if (fCmdPool) { in submitCommandBuffer()
[all …]
H A DGrVkGpu.h60 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
301 GrVkCommandPool* fCmdPool; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h65 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()
128 , fCmdPool(cmdPool) in fIsActive()
135 bool isWrapped() const { return fCmdPool == nullptr; } in isWrapped()
158 GrVkCommandPool* fCmdPool; variable
H A DGrVkGpu.cpp232 if (fCmdPool) { in destroyResources()
233 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()
234 fCmdPool->close(); in destroyResources()
258 if (fCmdPool) { in destroyResources()
259 fCmdPool->unref(this); in destroyResources()
260 fCmdPool = nullptr; in destroyResources()
297 if (fCmdPool) { in disconnect()
298 fCmdPool->unrefAndAbandon(); in disconnect()
299 fCmdPool = nullptr; in disconnect()
352 fCmdPool->close(); in submitCommandBuffer()
[all …]
H A DGrVkGpu.h57 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
285 GrVkCommandPool* fCmdPool; variable
H A DGrVkCommandBuffer.cpp57 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
473 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()
633 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()
939 fCmdPool->recycleSecondaryCommandBuffer(this); in recycle()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h65 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()
128 , fCmdPool(cmdPool) in fIsActive()
135 bool isWrapped() const { return fCmdPool == nullptr; } in isWrapped()
158 GrVkCommandPool* fCmdPool; variable
H A DGrVkGpu.cpp232 if (fCmdPool) { in destroyResources()
233 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()
234 fCmdPool->close(); in destroyResources()
258 if (fCmdPool) { in destroyResources()
259 fCmdPool->unref(this); in destroyResources()
260 fCmdPool = nullptr; in destroyResources()
297 if (fCmdPool) { in disconnect()
298 fCmdPool->unrefAndAbandon(); in disconnect()
299 fCmdPool = nullptr; in disconnect()
352 fCmdPool->close(); in submitCommandBuffer()
[all …]
H A DGrVkGpu.h57 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
285 GrVkCommandPool* fCmdPool; variable
H A DGrVkCommandBuffer.cpp57 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
473 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()
633 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()
939 fCmdPool->recycleSecondaryCommandBuffer(this); in recycle()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h65 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()
128 , fCmdPool(cmdPool) in fIsActive()
135 bool isWrapped() const { return fCmdPool == nullptr; } in isWrapped()
158 GrVkCommandPool* fCmdPool; variable
H A DGrVkGpu.cpp232 if (fCmdPool) { in destroyResources()
233 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()
234 fCmdPool->close(); in destroyResources()
258 if (fCmdPool) { in destroyResources()
259 fCmdPool->unref(this); in destroyResources()
260 fCmdPool = nullptr; in destroyResources()
297 if (fCmdPool) { in disconnect()
298 fCmdPool->unrefAndAbandon(); in disconnect()
299 fCmdPool = nullptr; in disconnect()
352 fCmdPool->close(); in submitCommandBuffer()
[all …]
H A DGrVkGpu.h57 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
285 GrVkCommandPool* fCmdPool; variable
H A DGrVkCommandBuffer.cpp57 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
473 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()
633 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()
939 fCmdPool->recycleSecondaryCommandBuffer(this); in recycle()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h65 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()
128 , fCmdPool(cmdPool) in fIsActive()
135 bool isWrapped() const { return fCmdPool == nullptr; } in isWrapped()
158 GrVkCommandPool* fCmdPool; variable
H A DGrVkGpu.cpp232 if (fCmdPool) { in destroyResources()
233 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()
234 fCmdPool->close(); in destroyResources()
258 if (fCmdPool) { in destroyResources()
259 fCmdPool->unref(this); in destroyResources()
260 fCmdPool = nullptr; in destroyResources()
297 if (fCmdPool) { in disconnect()
298 fCmdPool->unrefAndAbandon(); in disconnect()
299 fCmdPool = nullptr; in disconnect()
352 fCmdPool->close(); in submitCommandBuffer()
[all …]
H A DGrVkGpu.h57 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()
285 GrVkCommandPool* fCmdPool; variable
H A DGrVkCommandBuffer.cpp57 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()
473 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()
633 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()
939 fCmdPool->recycleSecondaryCommandBuffer(this); in recycle()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.h58 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool()
266 VkCommandPool fCmdPool; variable
H A DGrVkGpu.cpp137 &fCmdPool)); in GrVkGpu()
195 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in ~GrVkGpu()
1134 fCmdPool, // commandPool in createTestingOnlyBackendTexture()
1226 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1236 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.h53 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool()
252 VkCommandPool fCmdPool; variable
H A DGrVkGpu.cpp144 &fCmdPool)); in GrVkGpu()
208 if (fCmdPool != VK_NULL_HANDLE) { in destroyResources()
209 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in destroyResources()
252 fCmdPool = VK_NULL_HANDLE; in disconnect()
1267 fCmdPool, // commandPool in createTestingOnlyBackendTexture()
1307 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1351 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1361 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1378 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1485 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
[all …]