Lines Matching defs:contextVk
665 void HandlePrimitiveRestart(ContextVk *contextVk, in HandlePrimitiveRestart()
1238 void RenderPassAttachment::onRenderAreaGrowth(ContextVk *contextVk, in onRenderAreaGrowth()
1541 void CommandBufferHelperCommon::bufferWrite(ContextVk *contextVk, in bufferWrite()
1616 void CommandBufferHelperCommon::imageReadImpl(ContextVk *contextVk, in imageReadImpl()
1627 void CommandBufferHelperCommon::imageWriteImpl(ContextVk *contextVk, in imageWriteImpl()
1714 void OutsideRenderPassCommandBufferHelper::setBufferReadQueueSerial(ContextVk *contextVk, in setBufferReadQueueSerial()
1732 void OutsideRenderPassCommandBufferHelper::imageRead(ContextVk *contextVk, in imageRead()
1749 void OutsideRenderPassCommandBufferHelper::imageWrite(ContextVk *contextVk, in imageWrite()
1836 void OutsideRenderPassCommandBufferHelper::addCommandDiagnostics(ContextVk *contextVk) in addCommandDiagnostics()
1930 void RenderPassCommandBufferHelper::imageRead(ContextVk *contextVk, in imageRead()
1941 void RenderPassCommandBufferHelper::imageWrite(ContextVk *contextVk, in imageWrite()
2426 ContextVk *contextVk, in beginRenderPass()
2455 angle::Result RenderPassCommandBufferHelper::beginRenderPassCommandBuffer(ContextVk *contextVk) in beginRenderPassCommandBuffer()
2465 angle::Result RenderPassCommandBufferHelper::endRenderPass(ContextVk *contextVk) in endRenderPass()
2503 angle::Result RenderPassCommandBufferHelper::endRenderPassCommandBuffer(ContextVk *contextVk) in endRenderPassCommandBuffer()
2508 angle::Result RenderPassCommandBufferHelper::nextSubpass(ContextVk *contextVk, in nextSubpass()
2662 ContextVk *contextVk, in updateRenderPassForResolve()
2725 void RenderPassCommandBufferHelper::growRenderArea(ContextVk *contextVk, in growRenderArea()
2778 void RenderPassCommandBufferHelper::addCommandDiagnostics(ContextVk *contextVk) in addCommandDiagnostics()
3122 void DynamicBuffer::updateQueueSerialAndReleaseInFlightBuffers(ContextVk *contextVk, in updateQueueSerialAndReleaseInFlightBuffers()
3849 void DynamicDescriptorPool::releaseCachedDescriptorSet(ContextVk *contextVk, in releaseCachedDescriptorSet()
3945 angle::Result DynamicallyGrowingPool<Pool>::initEntryPool(Context *contextVk, uint32_t poolSize) in initEntryPool()
3964 bool DynamicallyGrowingPool<Pool>::findFreeEntryPool(ContextVk *contextVk) in findFreeEntryPool()
3985 angle::Result DynamicallyGrowingPool<Pool>::allocateNewEntryPool(ContextVk *contextVk, Pool &&pool) in allocateNewEntryPool()
3996 void DynamicallyGrowingPool<Pool>::onEntryFreed(ContextVk *contextVk, in onEntryFreed()
4009 angle::Result DynamicallyGrowingPool<Pool>::allocatePoolEntries(ContextVk *contextVk, in allocatePoolEntries()
4047 angle::Result DynamicQueryPool::init(ContextVk *contextVk, VkQueryType type, uint32_t poolSize) in init()
4064 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, in allocateQuery()
4079 angle::Result DynamicQueryPool::allocatePoolImpl(ContextVk *contextVk, in allocatePoolImpl()
4099 void DynamicQueryPool::freeQuery(ContextVk *contextVk, QueryHelper *query) in freeQuery()
4191 void QueryHelper::beginQueryImpl(ContextVk *contextVk, in beginQueryImpl()
4203 void QueryHelper::endQueryImpl(ContextVk *contextVk, CommandBufferT *commandBuffer) in endQueryImpl()
4210 angle::Result QueryHelper::beginQuery(ContextVk *contextVk) in beginQuery()
4228 angle::Result QueryHelper::endQuery(ContextVk *contextVk) in endQuery()
4249 void QueryHelper::resetQueryPoolImpl(ContextVk *contextVk, in resetQueryPoolImpl()
4264 angle::Result QueryHelper::beginRenderPassQuery(ContextVk *contextVk) in beginRenderPassQuery()
4277 void QueryHelper::endRenderPassQuery(ContextVk *contextVk) in endRenderPassQuery()
4286 angle::Result QueryHelper::flushAndWriteTimestamp(ContextVk *contextVk) in flushAndWriteTimestamp()
4302 void QueryHelper::writeTimestampToPrimary(ContextVk *contextVk, PrimaryCommandBuffer *primary) in writeTimestampToPrimary()
4311 void QueryHelper::writeTimestamp(ContextVk *contextVk, in writeTimestamp()
4324 angle::Result QueryHelper::getUint64ResultNonBlocking(ContextVk *contextVk, in getUint64ResultNonBlocking()
4357 angle::Result QueryHelper::getUint64Result(ContextVk *contextVk, QueryResult *resultOut) in getUint64Result()
4372 VkResult QueryHelper::getResultImpl(ContextVk *contextVk, in getResultImpl()
4424 angle::Result LineLoopHelper::getIndexBufferForDrawArrays(ContextVk *contextVk, in getIndexBufferForDrawArrays()
4453 angle::Result LineLoopHelper::getIndexBufferForElementArrayBuffer(ContextVk *contextVk, in getIndexBufferForElementArrayBuffer()
4509 angle::Result LineLoopHelper::streamIndices(ContextVk *contextVk, in streamIndices()
4562 angle::Result LineLoopHelper::streamIndicesIndirect(ContextVk *contextVk, in streamIndicesIndirect()
4612 angle::Result LineLoopHelper::streamArrayIndirect(ContextVk *contextVk, in streamArrayIndirect()
4643 void LineLoopHelper::release(ContextVk *contextVk) in release()
4789 angle::Result BufferHelper::initExternal(ContextVk *contextVk, in initExternal()
4831 angle::Result BufferHelper::initSuballocation(ContextVk *contextVk, in initSuballocation()
4863 angle::Result BufferHelper::allocateForCopyBuffer(ContextVk *contextVk, in allocateForCopyBuffer()
4873 angle::Result BufferHelper::allocateForVertexConversion(ContextVk *contextVk, in allocateForVertexConversion()
4913 angle::Result BufferHelper::allocateForCopyImage(ContextVk *contextVk, in allocateForCopyImage()
5010 const Buffer &BufferHelper::getBufferForVertexArray(ContextVk *contextVk, in getBufferForVertexArray()
5075 void BufferHelper::releaseBufferAndDescriptorSetCache(ContextVk *contextVk) in releaseBufferAndDescriptorSetCache()
5091 angle::Result BufferHelper::copyFromBuffer(ContextVk *contextVk, in copyFromBuffer()
5126 angle::Result BufferHelper::mapWithOffset(ContextVk *contextVk, uint8_t **ptrOut, size_t offset) in mapWithOffset()
5173 void BufferHelper::acquireFromExternal(ContextVk *contextVk, in acquireFromExternal()
5182 void BufferHelper::releaseToExternal(ContextVk *contextVk, in releaseToExternal()
5765 ContextVk *contextVk, in releaseImageFromShareContexts()
5773 ContextVk *contextVk, in finalizeImageLayoutInShareContexts()
6503 void ImageHelper::acquireFromExternal(ContextVk *contextVk, in acquireFromExternal()
6533 void ImageHelper::releaseToExternal(ContextVk *contextVk, in releaseToExternal()
6867 angle::Result ImageHelper::clearEmulatedChannels(ContextVk *contextVk, in clearEmulatedChannels()
6948 ContextVk *contextVk = GetImpl(context); in CopyImageSubData() local
7032 angle::Result ImageHelper::generateMipmapsWithBlit(ContextVk *contextVk, in generateMipmapsWithBlit()
7153 void ImageHelper::removeSingleSubresourceStagedUpdates(ContextVk *contextVk, in removeSingleSubresourceStagedUpdates()
7245 angle::Result ImageHelper::stageSubresourceUpdateImpl(ContextVk *contextVk, in stageSubresourceUpdateImpl()
7506 angle::Result ImageHelper::reformatStagedBufferUpdates(ContextVk *contextVk, in reformatStagedBufferUpdates()
7593 angle::Result ImageHelper::CalculateBufferInfo(ContextVk *contextVk, in CalculateBufferInfo()
7675 void ImageHelper::invalidateSubresourceContent(ContextVk *contextVk, in invalidateSubresourceContent()
7687 void ImageHelper::invalidateSubresourceStencilContent(ContextVk *contextVk, in invalidateSubresourceStencilContent()
7698 void ImageHelper::invalidateSubresourceContentImpl(ContextVk *contextVk, in invalidateSubresourceContentImpl()
7854 angle::Result ImageHelper::stageSubresourceUpdate(ContextVk *contextVk, in stageSubresourceUpdate()
7878 angle::Result ImageHelper::stageSubresourceUpdateAndGetData(ContextVk *contextVk, in stageSubresourceUpdateAndGetData()
7928 ContextVk *contextVk = GetImpl(context); in stageSubresourceUpdateFromFramebuffer() local
8101 angle::Result ImageHelper::stageResourceClearWithFormat(ContextVk *contextVk, in stageResourceClearWithFormat()
8163 angle::Result ImageHelper::stageRobustResourceClearWithFormat(ContextVk *contextVk, in stageRobustResourceClearWithFormat()
8273 void ImageHelper::stageSelfAsSubresourceUpdates(ContextVk *contextVk, in stageSelfAsSubresourceUpdates()
8348 angle::Result ImageHelper::flushSingleSubresourceStagedUpdates(ContextVk *contextVk, in flushSingleSubresourceStagedUpdates()
8417 angle::Result ImageHelper::flushStagedUpdates(ContextVk *contextVk, in flushStagedUpdates()
8720 angle::Result ImageHelper::flushAllStagedUpdates(ContextVk *contextVk) in flushAllStagedUpdates()
8911 void ImageHelper::pruneSupersededUpdatesForLevel(ContextVk *contextVk, in pruneSupersededUpdatesForLevel()
9014 void ImageHelper::removeSupersededUpdates(ContextVk *contextVk, gl::TexLevelMask skipLevelsMask) in removeSupersededUpdates()
9039 angle::Result ImageHelper::copyImageDataToBuffer(ContextVk *contextVk, in copyImageDataToBuffer()
9196 angle::Result ImageHelper::GetReadPixelsParams(ContextVk *contextVk, in GetReadPixelsParams()
9225 angle::Result ImageHelper::readPixelsForGetImage(ContextVk *contextVk, in readPixelsForGetImage()
9295 angle::Result ImageHelper::readPixelsForCompressedGetImage(ContextVk *contextVk, in readPixelsForCompressedGetImage()
9351 angle::Result ImageHelper::readPixelsWithCompute(ContextVk *contextVk, in readPixelsWithCompute()
9427 angle::Result ImageHelper::readPixels(ContextVk *contextVk, in readPixels()
9527 angle::Result ImageHelper::readPixelsImpl(ContextVk *contextVk, in readPixelsImpl()
9704 angle::Result ImageHelper::packReadPixelBuffer(ContextVk *contextVk, in packReadPixelBuffer()
10247 angle::Result ImageViewHelper::initReadViews(ContextVk *contextVk, in initReadViews()
10300 angle::Result ImageViewHelper::initReadViewsImpl(ContextVk *contextVk, in initReadViewsImpl()
10361 angle::Result ImageViewHelper::initSRGBReadViewsImpl(ContextVk *contextVk, in initSRGBReadViewsImpl()
10476 angle::Result ImageViewHelper::getLevelLayerStorageImageView(Context *contextVk, in getLevelLayerStorageImageView()
10656 void BufferViewHelper::release(ContextVk *contextVk) in release()
10774 void ShaderProgramHelper::release(ContextVk *contextVk) in release()
10790 ContextVk *contextVk, in createMonolithicPipelineCreationTask()
10805 ContextVk *contextVk, in getOrCreateComputePipeline()