Home
last modified time | relevance | path

Searched refs:swTag (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A Dutility.h1016 __forceinline bool IsTagComplete( const Type hwTag, const Type swTag, const Type resTag ) in IsTagComplete() argument
1018 return ( ( resTag == hwTag ) || ( ( resTag - hwTag ) > ( swTag - hwTag ) ) ); in IsTagComplete()