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

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

Completed in 74 milliseconds