Lines Matching refs:ANGLE_INLINE
74 ANGLE_INLINE void onRenderPassFinished() { mRenderPassCommandBuffer = nullptr; } in onRenderPassFinished()
199 ANGLE_INLINE void addGlobalMemoryBarrier(VkFlags srcAccess, in addGlobalMemoryBarrier()
208 ANGLE_INLINE void setActiveTransformFeedbackInfo(size_t validBufferCount, in setActiveTransformFeedbackInfo()
229 ANGLE_INLINE void setHasChildren() in setHasChildren()
316 ANGLE_INLINE bool valid() const { return mUse != nullptr; } in valid()
325 ANGLE_INLINE void release() in release()
336 ANGLE_INLINE void releaseAndUpdateSerial(Serial serial) in releaseAndUpdateSerial()
345 ANGLE_INLINE void set(const SharedResourceUse &rhs) in set()
356 ANGLE_INLINE bool hasRecordedCommands() const in hasRecordedCommands()
362 ANGLE_INLINE bool hasRunningCommands(Serial lastCompletedSerial) const in hasRunningCommands()
368 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()
373 ANGLE_INLINE Serial getSerial() const in getSerial()
418 ANGLE_INLINE void ResourceUseList::add(const SharedResourceUse &resourceUse) in add()
536 ANGLE_INLINE bool hasChildlessWritingNode() const;
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()