Searched refs:IsUAV (Results 1 – 1 of 1) sorted by relevance
696 bool IsUAV = RTI.isUAV(); in getAnnotateProps() local698 IsUAV ? RTI.getUAV() : ResourceTypeInfo::UAVInfo{}; in getAnnotateProps()699 bool IsROV = IsUAV && UAVFlags.IsROV; in getAnnotateProps()700 bool IsGloballyCoherent = IsUAV && GloballyCoherent; in getAnnotateProps()702 if (IsUAV) in getAnnotateProps()712 Word0 |= (IsUAV & 1) << 12; in getAnnotateProps()