Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp67 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
164 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp66 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
163 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddecoration_manager.cpp67 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
164 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/external/pcre/dist2/src/
Dpcre2_compile.c2278 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name() local
2282 *errorcodeptr = is_group? ERR62: /* Subpattern name expected */ in read_name()
2294 if (utf && is_group) in read_name()
2328 if (is_group && IS_DIGIT(*ptr)) in read_name()
2352 if (is_group) in read_name()