Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp128 auto GroupSize = in AddWrapper() local
131 auto GroupSizeX = b.MakeCompositeExtract(UIntTy, GroupSize, {0}); in AddWrapper()
134 auto GroupSizeY = b.MakeCompositeExtract(UIntTy, GroupSize, {1}); in AddWrapper()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h533 static inline int GroupSize (const MessageLite& value);
Dwire_format_lite_inl.h847 inline int WireFormatLite::GroupSize(const MessageLite& value) { in GroupSize() function