• Home
  • Raw
  • Download

Lines Matching defs:contextVk

1583 void RenderPassAttachment::onRenderAreaGrowth(ContextVk *contextVk,  in onRenderAreaGrowth()
2419 void RenderPassCommandBufferHelper::imageRead(ContextVk *contextVk, in imageRead()
2430 void RenderPassCommandBufferHelper::imageWrite(ContextVk *contextVk, in imageWrite()
3058 ContextVk *contextVk, in beginRenderPass()
3087 angle::Result RenderPassCommandBufferHelper::beginRenderPassCommandBuffer(ContextVk *contextVk) in beginRenderPassCommandBuffer()
3101 angle::Result RenderPassCommandBufferHelper::endRenderPass(ContextVk *contextVk) in endRenderPass()
3142 angle::Result RenderPassCommandBufferHelper::endRenderPassCommandBuffer(ContextVk *contextVk) in endRenderPassCommandBuffer()
3147 angle::Result RenderPassCommandBufferHelper::nextSubpass(ContextVk *contextVk, in nextSubpass()
3446 void RenderPassCommandBufferHelper::growRenderArea(ContextVk *contextVk, in growRenderArea()
3860 void DynamicBuffer::updateQueueSerialAndReleaseInFlightBuffers(ContextVk *contextVk, in updateQueueSerialAndReleaseInFlightBuffers()
4905 angle::Result DynamicallyGrowingPool<Pool>::initEntryPool(ErrorContext *contextVk, in initEntryPool()
4925 bool DynamicallyGrowingPool<Pool>::findFreeEntryPool(ContextVk *contextVk) in findFreeEntryPool()
4946 angle::Result DynamicallyGrowingPool<Pool>::allocateNewEntryPool(ContextVk *contextVk, Pool &&pool) in allocateNewEntryPool()
4957 void DynamicallyGrowingPool<Pool>::onEntryFreed(ContextVk *contextVk, in onEntryFreed()
4970 angle::Result DynamicallyGrowingPool<Pool>::allocatePoolEntries(ContextVk *contextVk, in allocatePoolEntries()
5008 angle::Result DynamicQueryPool::init(ContextVk *contextVk, VkQueryType type, uint32_t poolSize) in init()
5028 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, in allocateQuery()
5043 angle::Result DynamicQueryPool::allocatePoolImpl(ContextVk *contextVk, in allocatePoolImpl()
5063 void DynamicQueryPool::freeQuery(ContextVk *contextVk, QueryHelper *query) in freeQuery()
5155 void QueryHelper::beginQueryImpl(ContextVk *contextVk, in beginQueryImpl()
5167 void QueryHelper::endQueryImpl(ContextVk *contextVk, CommandBufferT *commandBuffer) in endQueryImpl()
5174 angle::Result QueryHelper::beginQuery(ContextVk *contextVk) in beginQuery()
5192 angle::Result QueryHelper::endQuery(ContextVk *contextVk) in endQuery()
5213 void QueryHelper::resetQueryPoolImpl(ContextVk *contextVk, in resetQueryPoolImpl()
5228 angle::Result QueryHelper::beginRenderPassQuery(ContextVk *contextVk) in beginRenderPassQuery()
5241 void QueryHelper::endRenderPassQuery(ContextVk *contextVk) in endRenderPassQuery()
5250 angle::Result QueryHelper::flushAndWriteTimestamp(ContextVk *contextVk) in flushAndWriteTimestamp()
5266 void QueryHelper::writeTimestampToPrimary(ContextVk *contextVk, PrimaryCommandBuffer *primary) in writeTimestampToPrimary()
5275 void QueryHelper::writeTimestamp(ContextVk *contextVk, in writeTimestamp()
5288 angle::Result QueryHelper::getUint64ResultNonBlocking(ContextVk *contextVk, in getUint64ResultNonBlocking()
5321 angle::Result QueryHelper::getUint64Result(ContextVk *contextVk, QueryResult *resultOut) in getUint64Result()
5336 VkResult QueryHelper::getResultImpl(ContextVk *contextVk, in getResultImpl()
5713 const Buffer &BufferHelper::getBufferForVertexArray(ContextVk *contextVk, in getBufferForVertexArray()
5824 void BufferHelper::releaseBufferAndDescriptorSetCache(ContextVk *contextVk) in releaseBufferAndDescriptorSetCache()
6850 ContextVk *contextVk, in releaseImageFromShareContexts()
6859 ContextVk *contextVk, in finalizeImageLayoutInShareContexts()
8480 angle::Result ImageHelper::clearEmulatedChannels(ContextVk *contextVk, in clearEmulatedChannels()
8561 ContextVk *contextVk = GetImpl(context); in CopyImageSubData() local
8655 angle::Result ImageHelper::generateMipmapsWithBlit(ContextVk *contextVk, in generateMipmapsWithBlit()
8778 void ImageHelper::removeSingleSubresourceStagedUpdates(ContextVk *contextVk, in removeSingleSubresourceStagedUpdates()
8870 angle::Result ImageHelper::stageSubresourceUpdateImpl(ContextVk *contextVk, in stageSubresourceUpdateImpl()
9308 angle::Result ImageHelper::reformatStagedBufferUpdates(ContextVk *contextVk, in reformatStagedBufferUpdates()
9394 angle::Result ImageHelper::calculateBufferInfo(ContextVk *contextVk, in calculateBufferInfo()
9495 void ImageHelper::invalidateSubresourceContent(ContextVk *contextVk, in invalidateSubresourceContent()
9524 void ImageHelper::invalidateSubresourceStencilContent(ContextVk *contextVk, in invalidateSubresourceStencilContent()
9695 angle::Result ImageHelper::stagePartialClear(ContextVk *contextVk, in stagePartialClear()
9782 angle::Result ImageHelper::stageSubresourceUpdate(ContextVk *contextVk, in stageSubresourceUpdate()
9808 angle::Result ImageHelper::stageSubresourceUpdateAndGetData(ContextVk *contextVk, in stageSubresourceUpdateAndGetData()
9858 ContextVk *contextVk = GetImpl(context); in stageSubresourceUpdateFromFramebuffer() local
10031 angle::Result ImageHelper::stageResourceClearWithFormat(ContextVk *contextVk, in stageResourceClearWithFormat()
10093 angle::Result ImageHelper::stageRobustResourceClearWithFormat(ContextVk *contextVk, in stageRobustResourceClearWithFormat()
10203 ContextVk *contextVk, in stageSelfAsSubresourceUpdates()
10298 angle::Result ImageHelper::flushSingleSubresourceStagedUpdates(ContextVk *contextVk, in flushSingleSubresourceStagedUpdates()
10361 angle::Result ImageHelper::flushStagedClearEmulatedChannelsUpdates(ContextVk *contextVk, in flushStagedClearEmulatedChannelsUpdates()
10420 angle::Result ImageHelper::flushStagedUpdatesImpl(ContextVk *contextVk, in flushStagedUpdatesImpl()
10734 angle::Result ImageHelper::flushStagedUpdates(ContextVk *contextVk, in flushStagedUpdates()
10816 angle::Result ImageHelper::flushAllStagedUpdates(ContextVk *contextVk) in flushAllStagedUpdates()
11058 void ImageHelper::pruneSupersededUpdatesForLevel(ContextVk *contextVk, in pruneSupersededUpdatesForLevel()
11168 void ImageHelper::removeSupersededUpdates(ContextVk *contextVk, in removeSupersededUpdates()
11194 angle::Result ImageHelper::copyImageDataToBuffer(ContextVk *contextVk, in copyImageDataToBuffer()
11357 angle::Result ImageHelper::GetReadPixelsParams(ContextVk *contextVk, in GetReadPixelsParams()
11381 angle::Result ImageHelper::readPixelsForGetImage(ContextVk *contextVk, in readPixelsForGetImage()
11451 angle::Result ImageHelper::readPixelsForCompressedGetImage(ContextVk *contextVk, in readPixelsForCompressedGetImage()
11507 angle::Result ImageHelper::readPixelsWithCompute(ContextVk *contextVk, in readPixelsWithCompute()
11599 angle::Result ImageHelper::readPixels(ContextVk *contextVk, in readPixels()
11699 angle::Result ImageHelper::readPixelsImpl(ContextVk *contextVk, in readPixelsImpl()
11951 angle::Result ImageHelper::packReadPixelBuffer(ContextVk *contextVk, in packReadPixelBuffer()
12589 angle::Result ImageViewHelper::initReadViews(ContextVk *contextVk, in initReadViews()
12645 angle::Result ImageViewHelper::initReadViewsImpl(ContextVk *contextVk, in initReadViewsImpl()
12710 angle::Result ImageViewHelper::initLinearAndSrgbReadViewsImpl(ContextVk *contextVk, in initLinearAndSrgbReadViewsImpl()
12844 angle::Result ImageViewHelper::getLevelLayerStorageImageView(ErrorContext *contextVk, in getLevelLayerStorageImageView()
13052 angle::Result ImageViewHelper::initFragmentShadingRateView(ContextVk *contextVk, ImageHelper *image) in initFragmentShadingRateView()
13246 void BufferViewHelper::release(ContextVk *contextVk) in release()
13342 void ShaderProgramHelper::release(ContextVk *contextVk) in release()