Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DQueryVk.cpp53 bool IsPrimitivesGeneratedQueryShared(ContextVk *contextVk) in IsPrimitivesGeneratedQueryShared() function
64 if (!IsPrimitivesGeneratedQueryShared(contextVk)) in GetShareQuery()
96 !IsPrimitivesGeneratedQueryShared(contextVk)) in GetOnRenderPassStartEndShareQuery()
589 result.getResult(IsPrimitivesGeneratedQueryShared(contextVk) in getResult()
594 mCachedResult = result.getResult(IsPrimitivesGeneratedQueryShared(contextVk) in getResult()
652 return IsPrimitivesGeneratedQueryShared(contextVk) ? 2 : 1; in getQueryResultCount()