Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp139 const bool IsGEA = DemangledNameRef.startswith(GEAPrefix); in getRSAllocAccesses() local
143 assert(IsGEA || IsSEA || IsDIMX); in getRSAllocAccesses()
148 if (IsGEA || IsSEA) { in getRSAllocAccesses()
152 IsGEA ? RSAllocAccessKind::GEA : RSAllocAccessKind::SEA; in getRSAllocAccesses()