Lines Matching refs:CommandGraphResource
434 class CommandGraphResource : angle::NonCopyable
437 virtual ~CommandGraphResource();
459 void addWriteDependency(ContextVk *contextVk, CommandGraphResource *writingResource);
462 void addReadDependency(ContextVk *contextVk, CommandGraphResource *readingResource);
529 explicit CommandGraphResource(CommandGraphResourceType resourceType);
678 ANGLE_INLINE bool CommandGraphResource::hasStartedRenderPass() const in hasStartedRenderPass()
683 ANGLE_INLINE void CommandGraphResource::updateCurrentAccessNodes() in updateCurrentAccessNodes()
693 ANGLE_INLINE void CommandGraphResource::onResourceRecreated(ResourceUseList *resourceUseList) in onResourceRecreated()
699 ANGLE_INLINE void CommandGraphResource::onResourceAccess(ResourceUseList *resourceUseList) in onResourceAccess()
707 ANGLE_INLINE bool CommandGraphResource::appendToStartedRenderPass(ResourceUseList *resourceUseList, in appendToStartedRenderPass()
728 ANGLE_INLINE bool CommandGraphResource::renderPassStartedButEmpty() const in renderPassStartedButEmpty()
734 ANGLE_INLINE void CommandGraphResource::clearRenderPassColorAttachment( in clearRenderPassColorAttachment()
742 ANGLE_INLINE void CommandGraphResource::clearRenderPassDepthAttachment(size_t attachmentIndex, in clearRenderPassDepthAttachment()
749 ANGLE_INLINE void CommandGraphResource::clearRenderPassStencilAttachment(size_t attachmentIndex, in clearRenderPassStencilAttachment()
756 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassColorAttachment(size_t attachmentIndex) in invalidateRenderPassColorAttachment()
762 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassDepthAttachment(size_t attachmentIndex) in invalidateRenderPassDepthAttachment()
768 ANGLE_INLINE void CommandGraphResource::invalidateRenderPassStencilAttachment( in invalidateRenderPassStencilAttachment()
775 ANGLE_INLINE const gl::Rectangle &CommandGraphResource::getRenderPassRenderArea() const in getRenderPassRenderArea()
781 ANGLE_INLINE void CommandGraphResource::addGlobalMemoryBarrier(VkFlags srcAccess, in addGlobalMemoryBarrier()
789 ANGLE_INLINE void CommandGraphResource::setActiveTransformFeedbackInfo( in setActiveTransformFeedbackInfo()
799 ANGLE_INLINE bool CommandGraphResource::hasChildlessWritingNode() const in hasChildlessWritingNode()