/external/angle/src/libANGLE/renderer/vulkan/ |
D | QueryVk.cpp | 28 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() 58 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery() 88 QueryVk *GetOnRenderPassStartEndShareQuery(ContextVk *contextVk, gl::QueryType type) in GetOnRenderPassStartEndShareQuery() 115 angle::Result QueryVk::allocateQuery(ContextVk *contextVk) in allocateQuery() 141 void QueryVk::releaseQueries(ContextVk *contextVk) in releaseQueries() 160 void QueryVk::releaseStashedQueries(ContextVk *contextVk) in releaseStashedQueries() 176 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local [all …]
|
D | BufferVk.cpp | 125 ANGLE_INLINE bool ShouldAllocateNewMemoryForUpdate(ContextVk *contextVk, in ShouldAllocateNewMemoryForUpdate() 135 ANGLE_INLINE bool ShouldUseCPUToCopyData(ContextVk *contextVk, size_t copySize, size_t bufferSize) in ShouldUseCPUToCopyData() 152 angle::Result GetMemoryTypeIndex(ContextVk *contextVk, in GetMemoryTypeIndex() 242 ContextVk *contextVk = vk::GetImpl(context); in destroy() local 247 void BufferVk::release(ContextVk *contextVk) in release() 272 ContextVk *contextVk = vk::GetImpl(context); in setExternalBufferData() local 356 ContextVk *contextVk = vk::GetImpl(context); in setDataWithMemoryType() local 404 ContextVk *contextVk = vk::GetImpl(context); in setSubData() local 419 ContextVk *contextVk = vk::GetImpl(context); in copySubData() local 454 angle::Result BufferVk::allocStagingBuffer(ContextVk *contextVk, in allocStagingBuffer() [all …]
|
D | SemaphoreVk.cpp | 26 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 125 ContextVk *contextVk = vk::GetImpl(context); in signal() local 199 angle::Result SemaphoreVk::importOpaqueFd(ContextVk *contextVk, GLint fd) in importOpaqueFd() 222 angle::Result SemaphoreVk::importZirconEvent(ContextVk *contextVk, GLuint handle) in importZirconEvent()
|
D | ResourceVk.cpp | 22 angle::Result FinishRunningCommands(ContextVk *contextVk, Serial serial) in FinishRunningCommands() 28 angle::Result WaitForIdle(ContextVk *contextVk, in WaitForIdle() 77 angle::Result Resource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() 82 angle::Result Resource::waitForIdle(ContextVk *contextVk, in waitForIdle() 114 angle::Result ReadWriteResource::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands() 120 angle::Result ReadWriteResource::finishGPUWriteCommands(ContextVk *contextVk) in finishGPUWriteCommands() 126 angle::Result ReadWriteResource::waitForIdle(ContextVk *contextVk, in waitForIdle()
|
D | SyncVk.cpp | 83 angle::Result SyncHelper::initialize(ContextVk *contextVk, bool isEglSyncObject) in initialize() 101 ContextVk *contextVk, in clientWait() 141 angle::Result SyncHelper::serverWait(ContextVk *contextVk) in serverWait() 182 angle::Result SyncHelperNativeFence::initializeWithFd(ContextVk *contextVk, int inFd) in initializeWithFd() 253 ContextVk *contextVk, in clientWait() 303 angle::Result SyncHelperNativeFence::serverWait(ContextVk *contextVk) in serverWait() 383 ContextVk *contextVk = vk::GetImpl(context); in clientWait() local 419 ContextVk *contextVk = vk::GetImpl(context); in serverWait() local 425 ContextVk *contextVk = vk::GetImpl(context); in getStatus() local 490 ContextVk *contextVk = context ? vk::GetImpl(context) : nullptr; in clientWait() local [all …]
|
D | VertexArrayVk.cpp | 52 void WarnOnVertexFormatConversion(ContextVk *contextVk, in WarnOnVertexFormatConversion() 69 angle::Result StreamVertexData(ContextVk *contextVk, in StreamVertexData() 89 angle::Result StreamVertexDataWithDivisor(ContextVk *contextVk, in StreamVertexDataWithDivisor() 156 VertexArrayVk::VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state) in VertexArrayVk() 178 ContextVk *contextVk = vk::GetImpl(context); in destroy() local 193 angle::Result VertexArrayVk::convertIndexBufferGPU(ContextVk *contextVk, in convertIndexBufferGPU() 218 angle::Result VertexArrayVk::convertIndexBufferIndirectGPU(ContextVk *contextVk, in convertIndexBufferIndirectGPU() 256 angle::Result VertexArrayVk::handleLineLoopIndexIndirect(ContextVk *contextVk, in handleLineLoopIndexIndirect() 275 ContextVk *contextVk = vk::GetImpl(context); in handleLineLoopIndirectDraw() local 302 angle::Result VertexArrayVk::convertIndexBufferCPU(ContextVk *contextVk, in convertIndexBufferCPU() [all …]
|
D | TransformFeedbackVk.cpp | 46 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local 68 void TransformFeedbackVk::initializeXFBBuffersDesc(ContextVk *contextVk, size_t xfbBufferCount) in initializeXFBBuffersDesc() 105 ContextVk *contextVk = vk::GetImpl(context); in begin() local 141 ContextVk *contextVk = vk::GetImpl(context); in end() local 167 ContextVk *contextVk = vk::GetImpl(context); in pause() local 190 ContextVk *contextVk = vk::GetImpl(context); in resume() local 209 ContextVk *contextVk = vk::GetImpl(context); in bindIndexedBuffer() local 218 ContextVk *contextVk, in updateDescriptorSetLayout() 308 void TransformFeedbackVk::getBufferOffsets(ContextVk *contextVk, in getBufferOffsets()
|
D | MemoryObjectVk.cpp | 50 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()
|
D | UtilsVk.cpp | 265 uint32_t GetGenerateMipmapFlags(ContextVk *contextVk, const angle::Format &actualFormat) in GetGenerateMipmapFlags() 388 void SetStencilForShaderExport(ContextVk *contextVk, vk::GraphicsPipelineDesc *desc) in SetStencilForShaderExport() 1000 void UpdateColorAccess(ContextVk *contextVk, in UpdateColorAccess() 1019 void UpdateDepthStencilAccess(ContextVk *contextVk, in UpdateDepthStencilAccess() 1051 uint32_t UtilsVk::GetGenerateMipmapMaxLevels(ContextVk *contextVk) in GetGenerateMipmapMaxLevels() 1144 angle::Result UtilsVk::ensureResourcesInitialized(ContextVk *contextVk, in ensureResourcesInitialized() 1211 angle::Result UtilsVk::ensureConvertIndexResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexResourcesInitialized() 1227 angle::Result UtilsVk::ensureConvertIndexIndirectResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexIndirectResourcesInitialized() 1246 angle::Result UtilsVk::ensureConvertIndexIndirectLineLoopResourcesInitialized(ContextVk *contextVk) in ensureConvertIndexIndirectLineLoopResourcesInitialized() 1265 angle::Result UtilsVk::ensureConvertIndirectLineLoopResourcesInitialized(ContextVk *contextVk) in ensureConvertIndirectLineLoopResourcesInitialized() [all …]
|
D | TextureVk.cpp | 315 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local 346 ContextVk *contextVk = vk::GetImpl(context); in setSubImage() local 382 ContextVk *contextVk = vk::GetImpl(context); in setCompressedSubImage() local 402 ContextVk *contextVk = vk::GetImpl(context); in setImageImpl() local 485 ContextVk *contextVk = vk::GetImpl(context); in setSubImageImpl() local 673 ContextVk *contextVk = vk::GetImpl(context); in copyRenderbufferSubData() local 699 ContextVk *contextVk = vk::GetImpl(context); in copyTextureSubData() local 714 ContextVk *contextVk = vk::GetImpl(context); in copyCompressedTexture() local 753 ContextVk *contextVk = vk::GetImpl(context); in copySubImageImpl() local 834 angle::Result TextureVk::copySubTextureImpl(ContextVk *contextVk, in copySubTextureImpl() [all …]
|
D | FramebufferVk.cpp | 343 ContextVk *contextVk = vk::GetImpl(context); in destroy() local 362 ContextVk *contextVk = vk::GetImpl(context); in invalidate() local 374 ContextVk *contextVk = vk::GetImpl(context); in invalidateSub() local 419 ContextVk *contextVk = vk::GetImpl(context); in clear() local 445 ContextVk *contextVk = vk::GetImpl(context); in clearImpl() local 719 ContextVk *contextVk = vk::GetImpl(context); in getImplementationColorReadFormat() local 737 ContextVk *contextVk = vk::GetImpl(context); in readPixels() local 843 angle::Result FramebufferVk::blitWithCommand(ContextVk *contextVk, in blitWithCommand() 910 ContextVk *contextVk = vk::GetImpl(context); in blit() local 1404 angle::Result FramebufferVk::resolveColorWithSubpass(ContextVk *contextVk, in resolveColorWithSubpass() [all …]
|
D | RenderbufferVk.cpp | 37 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local 48 ContextVk *contextVk = vk::GetImpl(context); in setStorageImpl() local 170 ContextVk *contextVk = vk::GetImpl(context); in setStorageEGLImageTarget() local 242 ContextVk *contextVk = vk::GetImpl(context); in copyTextureSubData() local 275 ContextVk *contextVk = vk::GetImpl(context); in releaseOwnershipOfImage() local 281 void RenderbufferVk::releaseAndDeleteImage(ContextVk *contextVk) in releaseAndDeleteImage() 288 void RenderbufferVk::releaseImage(ContextVk *contextVk) in releaseImage() 350 ContextVk *contextVk = vk::GetImpl(context); in getRenderbufferImage() local
|
D | RenderTargetVk.cpp | 94 void RenderTargetVk::onColorDraw(ContextVk *contextVk, in onColorDraw() 108 void RenderTargetVk::onColorResolve(ContextVk *contextVk, uint32_t framebufferLayerCount) in onColorResolve() 119 void RenderTargetVk::onDepthStencilDraw(ContextVk *contextVk, uint32_t framebufferLayerCount) in onDepthStencilDraw() 292 angle::Result RenderTargetVk::flushStagedUpdates(ContextVk *contextVk, in flushStagedUpdates() 347 void RenderTargetVk::invalidateEntireContent(ContextVk *contextVk, in invalidateEntireContent() 355 void RenderTargetVk::invalidateEntireStencilContent(ContextVk *contextVk, in invalidateEntireStencilContent()
|
D | vk_helpers.cpp | 571 void HandlePrimitiveRestart(ContextVk *contextVk, in HandlePrimitiveRestart() 1083 void RenderPassAttachment::onRenderAreaGrowth(ContextVk *contextVk, in onRenderAreaGrowth() 1279 void CommandBufferHelperCommon::bufferRead(ContextVk *contextVk, in bufferRead() 1298 void CommandBufferHelperCommon::bufferWrite(ContextVk *contextVk, in bufferWrite() 1376 void CommandBufferHelperCommon::imageReadImpl(ContextVk *contextVk, in imageReadImpl() 1387 void CommandBufferHelperCommon::imageWriteImpl(ContextVk *contextVk, in imageWriteImpl() 1455 void OutsideRenderPassCommandBufferHelper::imageRead(ContextVk *contextVk, in imageRead() 1464 void OutsideRenderPassCommandBufferHelper::imageWrite(ContextVk *contextVk, in imageWrite() 1493 void OutsideRenderPassCommandBufferHelper::addCommandDiagnostics(ContextVk *contextVk) in addCommandDiagnostics() 1572 void RenderPassCommandBufferHelper::imageRead(ContextVk *contextVk, in imageRead() [all …]
|
D | ProgramPipelineVk.cpp | 26 ContextVk *contextVk = vk::GetImpl(context); in destroy() local 30 void ProgramPipelineVk::reset(ContextVk *contextVk) in reset() 39 ContextVk *contextVk = vk::GetImpl(glContext); in link() local
|
D | FenceNVVk.cpp | 37 ContextVk *contextVk = vk::GetImpl(context); in test() local 49 ContextVk *contextVk = vk::GetImpl(context); in finish() local
|
D | DebugAnnotatorVk.cpp | 30 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
|
D | ImageVk.cpp | 63 ContextVk *contextVk = vk::GetImpl(mContext); in initialize() local 141 ContextVk *contextVk = vk::GetImpl(context); in orphan() local
|
D | OverlayVk.cpp | 33 angle::Result OverlayVk::createFont(ContextVk *contextVk) in createFont() 105 angle::Result OverlayVk::onPresent(ContextVk *contextVk, in onPresent()
|
D | SurfaceVk.cpp | 611 ContextVk *contextVk = vk::GetImpl(context); in initializeContents() local 1086 ContextVk *contextVk = vk::GetImpl(context); in getAttachmentRenderTarget() local 1093 angle::Result WindowSurfaceVk::recreateSwapchain(ContextVk *contextVk, const gl::Extents &extents) in recreateSwapchain() 1415 angle::Result WindowSurfaceVk::queryAndAdjustSurfaceCaps(ContextVk *contextVk, in queryAndAdjustSurfaceCaps() 1438 angle::Result WindowSurfaceVk::checkForOutOfDateSwapchain(ContextVk *contextVk, in checkForOutOfDateSwapchain() 1484 void WindowSurfaceVk::releaseSwapchainImages(ContextVk *contextVk) in releaseSwapchainImages() 1594 ContextVk *contextVk = vk::GetImpl(context); in prepareSwapImpl() local 1668 angle::Result WindowSurfaceVk::present(ContextVk *contextVk, in present() 1831 ContextVk *contextVk = vk::GetImpl(context); in swapImpl() local 1878 ContextVk *contextVk = vk::GetImpl(context); in doDeferredAcquireNextImage() local [all …]
|
D | CommandGraph.cpp | 300 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()
|
D | ProgramVk.cpp | 139 void SetupDefaultPipelineState(const ContextVk *contextVk, in SetupDefaultPipelineState() 168 ContextVk *contextVk = vk::GetImpl(context); in destroy() local 172 void ProgramVk::reset(ContextVk *contextVk) in reset() 183 ContextVk *contextVk = vk::GetImpl(context); in load() local 212 ContextVk *contextVk = vk::GetImpl(context); in link() local 275 ContextVk *contextVk = vk::GetImpl(context); in createGraphicsPipelineWithDefaultState() local 304 ContextVk *contextVk = vk::GetImpl(glContext); in initDefaultUniformBlocks() local
|
D | ProgramExecutableVk.h | 339 ANGLE_INLINE angle::Result initProgram(ContextVk *contextVk, in initProgram() 363 ContextVk *contextVk, in initGraphicsShaderProgram() 376 ContextVk *contextVk, in initComputeProgram()
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | vk_android_utils.cpp | 25 angle::Result GetClientBufferMemoryRequirements(ContextVk *contextVk, in GetClientBufferMemoryRequirements() 59 angle::Result InitAndroidExternalMemory(ContextVk *contextVk, in InitAndroidExternalMemory()
|
/external/angle/src/tests/gl_tests/ |
D | VulkanUniformUpdatesTest.cpp | 120 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local 362 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local 504 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local 560 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local 664 rx::ContextVk *contextVk = hackANGLE(); in TEST_P() local
|