Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp53 bool IsPrimitivesGeneratedQueryShared(ContextVk *contextVk) in IsPrimitivesGeneratedQueryShared() function
63 if (!IsPrimitivesGeneratedQueryShared(contextVk)) in GetShareQuery()
95 !IsPrimitivesGeneratedQueryShared(contextVk)) in GetOnRenderPassStartEndShareQuery()
604 result.getResult(IsPrimitivesGeneratedQueryShared(contextVk) in getResult()
609 mCachedResult = result.getResult(IsPrimitivesGeneratedQueryShared(contextVk) in getResult()
667 return IsPrimitivesGeneratedQueryShared(contextVk) ? 2 : 1; in getQueryResultCount()