Home
last modified time | relevance | path

Searched defs:contextVk (Results 1 – 25 of 43) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp28 ContextVk *contextVk; member
32 bool IsRenderPassQuery(ContextVk *contextVk, gl::QueryType type) in IsRenderPassQuery()
47 bool IsEmulatedTransformFeedbackQuery(ContextVk *contextVk, gl::QueryType type) in IsEmulatedTransformFeedbackQuery()
53 bool IsPrimitivesGeneratedQueryShared(ContextVk *contextVk) in IsPrimitivesGeneratedQueryShared()
59 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery()
89 QueryVk *GetOnRenderPassStartEndShareQuery(ContextVk *contextVk, gl::QueryType type) in GetOnRenderPassStartEndShareQuery()
116 angle::Result QueryVk::allocateQuery(ContextVk *contextVk) in allocateQuery()
142 void QueryVk::releaseQueries(ContextVk *contextVk) in releaseQueries()
161 void QueryVk::releaseStashedQueries(ContextVk *contextVk) in releaseStashedQueries()
177 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
[all …]
DBufferVk.cpp136 bool ShouldAllocateNewMemoryForUpdate(ContextVk *contextVk, size_t subDataSize, size_t bufferSize) in ShouldAllocateNewMemoryForUpdate()
174 bool ShouldUseCPUToCopyData(ContextVk *contextVk, in ShouldUseCPUToCopyData()
196 bool RenderPassUsesBufferForReadOnly(ContextVk *contextVk, const vk::BufferHelper &buffer) in RenderPassUsesBufferForReadOnly()
211 bool ShouldAvoidRenderPassBreakOnUpdate(ContextVk *contextVk, in ShouldAvoidRenderPassBreakOnUpdate()
236 angle::Result GetMemoryTypeIndex(ContextVk *contextVk, in GetMemoryTypeIndex()
278 angle::Result CopyBuffers(ContextVk *contextVk, in CopyBuffers()
388 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
402 angle::Result BufferVk::release(ContextVk *contextVk) in release()
424 ContextVk *contextVk = vk::GetImpl(context); in setExternalBufferData() local
450 ContextVk *contextVk = vk::GetImpl(context); in setDataWithUsageFlags() local
[all …]
DSemaphoreVk.cpp26 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
32 ContextVk *contextVk = vk::GetImpl(context); in importFd() local
49 ContextVk *contextVk = vk::GetImpl(context); in importZirconHandle() local
66 ContextVk *contextVk = vk::GetImpl(context); in wait() local
128 ContextVk *contextVk = vk::GetImpl(context); in signal() local
192 angle::Result SemaphoreVk::importOpaqueFd(ContextVk *contextVk, GLint fd) in importOpaqueFd()
215 angle::Result SemaphoreVk::importZirconEvent(ContextVk *contextVk, GLuint handle) in importZirconEvent()
DSyncVk.cpp141 angle::Result SyncHelper::initialize(ContextVk *contextVk, SyncFenceScope scope) in initialize()
148 ContextVk *contextVk, in prepareForClientWait()
181 ContextVk *contextVk, in clientWait()
222 angle::Result SyncHelper::finish(ContextVk *contextVk) in finish()
228 angle::Result SyncHelper::serverWait(ContextVk *contextVk) in serverWait()
249 angle::Result SyncHelper::getStatus(ErrorContext *context, ContextVk *contextVk, bool *signaledOut) in getStatus()
285 angle::Result SyncHelper::submitSyncIfDeferred(ContextVk *contextVk, RenderPassClosureReason reason) in submitSyncIfDeferred()
392 angle::Result SyncHelperNativeFence::initializeWithFd(ContextVk *contextVk, int inFd) in initializeWithFd()
444 ContextVk *contextVk, in prepareForClientWait()
476 ContextVk *contextVk, in clientWait()
[all …]
DTransformFeedbackVk.cpp47 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
67 void TransformFeedbackVk::initializeXFBVariables(ContextVk *contextVk, uint32_t xfbBufferCount) in initializeXFBVariables()
99 ContextVk *contextVk = vk::GetImpl(context); in begin() local
136 ContextVk *contextVk = vk::GetImpl(context); in end() local
162 ContextVk *contextVk = vk::GetImpl(context); in pause() local
168 ContextVk *contextVk = vk::GetImpl(context); in resume() local
187 ContextVk *contextVk = vk::GetImpl(context); in bindIndexedBuffer() local
195 void TransformFeedbackVk::getBufferOffsets(ContextVk *contextVk, in getBufferOffsets()
DTextureVk.cpp579 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
610 ContextVk *contextVk = vk::GetImpl(context); in setSubImage() local
669 ContextVk *contextVk = vk::GetImpl(context); in setCompressedSubImage() local
697 ContextVk *contextVk = vk::GetImpl(context); in setImageImpl() local
964 ContextVk *contextVk = vk::GetImpl(context); in clearSubImageImpl() local
1068 ContextVk *contextVk, in ensureImageInitializedIfUpdatesNeedStageOrFlush()
1113 ContextVk *contextVk = vk::GetImpl(context); in setSubImageImpl() local
1236 ContextVk *contextVk = vk::GetImpl(context); in copyImage() local
1300 ContextVk *contextVk = vk::GetImpl(context); in copyTexture() local
1335 ContextVk *contextVk = vk::GetImpl(context); in copySubTexture() local
[all …]
DShareGroupVk.cpp49 const ContextVk *contextVk = vk::GetImpl(context.second); in ValidateIdenticalPriority() local
105 angle::Result ShareGroupVk::lockDefaultContextsPriority(ContextVk *contextVk) in lockDefaultContextsPriority()
120 angle::Result ShareGroupVk::updateContextsPriority(ContextVk *contextVk, in updateContextsPriority()
185 angle::Result ShareGroupVk::onMutableTextureUpload(ContextVk *contextVk, TextureVk *newTexture) in onMutableTextureUpload()
196 ContextVk *contextVk, in scheduleMonolithicPipelineCreationTask()
241 angle::Result TextureUpload::onMutableTextureUpload(ContextVk *contextVk, TextureVk *newTexture) in onMutableTextureUpload()
DMemoryObjectVk.cpp50 angle::Result DuplicateZirconVmo(ContextVk *contextVk, zx_handle_t handle, zx_handle_t *duplicate) in DuplicateZirconVmo()
115 ContextVk *contextVk = vk::GetImpl(context); in importFd() local
133 ContextVk *contextVk = vk::GetImpl(context); in importZirconHandle() local
146 angle::Result MemoryObjectVk::importOpaqueFd(ContextVk *contextVk, GLuint64 size, GLint fd) in importOpaqueFd()
157 angle::Result MemoryObjectVk::importZirconVmo(ContextVk *contextVk, GLuint64 size, GLuint handle) in importZirconVmo()
168 angle::Result MemoryObjectVk::createImage(ContextVk *contextVk, in createImage()
DUtilsVk.cpp283 uint32_t GetGenerateMipmapFlags(ContextVk *contextVk, const angle::Format &actualFormat) in GetGenerateMipmapFlags()
523 void HandlePrimitiveRestart(ContextVk *contextVk, in HandlePrimitiveRestart()
1174 void UpdateColorAccess(ContextVk *contextVk, in UpdateColorAccess()
1193 void UpdateDepthStencilAccess(ContextVk *contextVk, bool depthWrite, bool stencilWrite) in UpdateDepthStencilAccess()
1214 void ResetDynamicState(ContextVk *contextVk, vk::RenderPassCommandBuffer *commandBuffer) in ResetDynamicState()
1294 uint32_t UtilsVk::GetGenerateMipmapMaxLevels(ContextVk *contextVk) in GetGenerateMipmapMaxLevels()
1316 void UtilsVk::destroy(ContextVk *contextVk) in destroy()
1434 angle::Result UtilsVk::ensureResourcesInitialized(ContextVk *contextVk, in ensureResourcesInitialized()
1500 angle::Result UtilsVk::ensureConvertIndexResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexResourcesInitialized()
1516 angle::Result UtilsVk::ensureConvertIndexIndirectResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexIndirectResourcesInitialized()
[all …]
DFramebufferVk.cpp350 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
362 void FramebufferVk::insertCache(ContextVk *contextVk, in insertCache()
400 ContextVk *contextVk = vk::GetImpl(context); in invalidate() local
412 ContextVk *contextVk = vk::GetImpl(context); in invalidateSub() local
457 ContextVk *contextVk = vk::GetImpl(context); in clear() local
518 ContextVk *contextVk = vk::GetImpl(context); in clearImpl() local
915 ContextVk *contextVk = vk::GetImpl(context); in getImplementationColorReadFormat() local
933 ContextVk *contextVk = vk::GetImpl(context); in readPixels() local
1037 angle::Result FramebufferVk::blitWithCommand(ContextVk *contextVk, in blitWithCommand()
1121 ContextVk *contextVk = vk::GetImpl(context); in blit() local
[all …]
DVertexArrayVk.cpp71 void WarnOnVertexFormatConversion(ContextVk *contextVk, in WarnOnVertexFormatConversion()
88 angle::Result StreamVertexData(ContextVk *contextVk, in StreamVertexData()
121 angle::Result StreamVertexDataWithDivisor(ContextVk *contextVk, in StreamVertexDataWithDivisor()
197 angle::Result CalculateMaxVertexCountForConversion(ContextVk *contextVk, in CalculateMaxVertexCountForConversion()
303 VertexArrayVk::VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state) in VertexArrayVk()
341 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
354 angle::Result VertexArrayVk::convertIndexBufferGPU(ContextVk *contextVk, in convertIndexBufferGPU()
383 angle::Result VertexArrayVk::convertIndexBufferIndirectGPU(ContextVk *contextVk, in convertIndexBufferIndirectGPU()
428 angle::Result VertexArrayVk::handleLineLoopIndexIndirect(ContextVk *contextVk, in handleLineLoopIndexIndirect()
448 ContextVk *contextVk = vk::GetImpl(context); in handleLineLoopIndirectDraw() local
[all …]
DRenderbufferVk.cpp37 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
48 ContextVk *contextVk = vk::GetImpl(context); in setStorageImpl() local
187 ContextVk *contextVk = vk::GetImpl(context); in setStorageEGLImageTarget() local
258 ContextVk *contextVk = vk::GetImpl(context); in copyTextureSubData() local
292 ContextVk *contextVk = vk::GetImpl(context); in releaseOwnershipOfImage() local
300 void RenderbufferVk::releaseAndDeleteImage(ContextVk *contextVk) in releaseAndDeleteImage()
307 void RenderbufferVk::releaseImage(ContextVk *contextVk) in releaseImage()
374 ContextVk *contextVk = vk::GetImpl(context); in getRenderbufferImage() local
DProgramPipelineVk.cpp23 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
27 void ProgramPipelineVk::reset(ContextVk *contextVk) in reset()
36 ContextVk *contextVk = vk::GetImpl(glContext); in link() local
DRenderTargetVk.cpp102 void RenderTargetVk::onColorDraw(ContextVk *contextVk, in onColorDraw()
116 void RenderTargetVk::onColorResolve(ContextVk *contextVk, in onColorResolve()
132 void RenderTargetVk::onDepthStencilDraw(ContextVk *contextVk, uint32_t framebufferLayerCount) in onDepthStencilDraw()
142 void RenderTargetVk::onDepthStencilResolve(ContextVk *contextVk, in onDepthStencilResolve()
382 angle::Result RenderTargetVk::flushStagedUpdates(ContextVk *contextVk, in flushStagedUpdates()
437 void RenderTargetVk::invalidateEntireContent(ContextVk *contextVk, in invalidateEntireContent()
445 void RenderTargetVk::invalidateEntireStencilContent(ContextVk *contextVk, in invalidateEntireStencilContent()
DImageVk.cpp62 ContextVk *contextVk = vk::GetImpl(mContext); in initialize() local
69 ContextVk *contextVk = vk::GetImpl(mContext); in initialize() local
158 ContextVk *contextVk = vk::GetImpl(context); in isFixedRatedCompression() local
DDebugAnnotatorVk.cpp30 ContextVk *contextVk = vk::GetImpl(static_cast<gl::Context *>(context)); in beginEvent() local
42 ContextVk *contextVk = vk::GetImpl(static_cast<gl::Context *>(context)); in endEvent() local
DProgramVk.cpp100 ContextVk *contextVk = vk::GetImpl(context); in getResult() local
337 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
346 ContextVk *contextVk = vk::GetImpl(context); in load() local
356 ContextVk *contextVk = vk::GetImpl(context); in save() local
372 ContextVk *contextVk = vk::GetImpl(context); in link() local
DOverlayVk.cpp33 angle::Result OverlayVk::createFont(ContextVk *contextVk) in createFont()
109 angle::Result OverlayVk::onPresent(ContextVk *contextVk, in onPresent()
Dvk_helpers.cpp1583 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()
[all …]
DCommandGraph.cpp300 angle::Result CommandGraphResource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands()
305 angle::Result CommandGraphResource::recordCommands(ContextVk *contextVk, in recordCommands()
337 ContextVk *contextVk, in beginRenderPass()
359 void CommandGraphResource::addWriteDependency(ContextVk *contextVk, in addWriteDependency()
370 void CommandGraphResource::addReadDependency(ContextVk *contextVk, in addReadDependency()
390 void CommandGraphResource::finishCurrentCommands(ContextVk *contextVk) in finishCurrentCommands()
396 void CommandGraphResource::startNewCommands(ContextVk *contextVk) in startNewCommands()
405 void CommandGraphResource::onWriteImpl(ContextVk *contextVk, CommandGraphNode *writingNode) in onWriteImpl()
DSurfaceVk.cpp727 ContextVk *contextVk = vk::GetImpl(context); in unMakeCurrent() local
796 ContextVk *contextVk = vk::GetImpl(context); in initializeContents() local
1132 ContextVk *contextVk = vk::GetImpl(context); in unMakeCurrent() local
1430 ContextVk *contextVk = vk::GetImpl(context); in getAttachmentRenderTarget() local
2170 ContextVk *contextVk = vk::GetImpl(context); in prepareSwap() local
2223 ContextVk *contextVk = vk::GetImpl(context); in swapWithDamage() local
2235 ContextVk *contextVk = vk::GetImpl(context); in swap() local
2286 angle::Result WindowSurfaceVk::prePresentSubmit(ContextVk *contextVk, in prePresentSubmit()
2426 angle::Result WindowSurfaceVk::recordPresentLayoutBarrierIfNecessary(ContextVk *contextVk) in recordPresentLayoutBarrierIfNecessary()
2456 angle::Result WindowSurfaceVk::present(ContextVk *contextVk, in present()
[all …]
DRenderTargetVk.h168 void releaseFramebuffers(ContextVk *contextVk) in releaseFramebuffers()
176 void release(ContextVk *contextVk) in release()
DSamplerVk.cpp30 ContextVk *contextVk = vk::GetImpl(context); in syncState() local
DProgramExecutableVk.cpp178 void GetPipelineCacheData(ContextVk *contextVk, in GetPipelineCacheData()
385 ContextVk *contextVk = vk::GetImpl(context); in getResult() local
389 angle::Result getResultImpl(ContextVk *contextVk, gl::InfoLog &infoLog) in getResultImpl()
635 void ProgramInfo::release(ContextVk *contextVk) in release()
669 void ProgramExecutableVk::resetLayout(ContextVk *contextVk) in resetLayout()
720 void ProgramExecutableVk::reset(ContextVk *contextVk) in reset()
780 angle::Result ProgramExecutableVk::load(ContextVk *contextVk, in load()
828 void ProgramExecutableVk::save(ContextVk *contextVk, in save()
1089 void ProgramExecutableVk::waitForPostLinkTasksImpl(ContextVk *contextVk) in waitForPostLinkTasksImpl()
1124 ContextVk *contextVk, in waitForGraphicsPostLinkTasks()
[all …]
/external/angle/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp123 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local
365 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local
507 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local
563 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local
670 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local

12