Home
last modified time | relevance | path

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

/external/libxkbcommon/src/compose/
Dparser.c462 unsigned include_depth);
466 const char *path, unsigned include_depth) in do_include() argument
474 if (include_depth >= MAX_INCLUDE_DEPTH) { in do_include()
496 ok = parse(table, &new_s, include_depth + 1); in do_include()
509 unsigned include_depth) in parse() argument
550 if (!do_include(table, s, val.string.str, include_depth)) in parse()
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dinfo_parser_read.hpp193 int include_depth) in read_info_internal() argument
232 if (include_depth > 100) { in read_info_internal()
247 inc_name, include_depth + 1); in read_info_internal()
/external/libxkbcommon/src/xkbcomp/
Drules.c355 unsigned include_depth,
361 unsigned include_depth, in matcher_include() argument
373 if (include_depth >= MAX_INCLUDE_DEPTH) { in matcher_include()
425 bool ret = read_rules_file(m->ctx, m, include_depth + 1, file, s.buf); in matcher_include()
918 unsigned include_depth, in matcher_match() argument
976 matcher_include(m, s, include_depth, m->val.string); in matcher_match()
1079 unsigned include_depth, in read_rules_file() argument
1097 ret = matcher_match(matcher, &scanner, include_depth, string, size, path); in read_rules_file()
/external/deqp-deps/glslang/glslang/Include/
Dglslang_c_interface.h195 size_t include_depth);
199 … const char* includer_name, size_t include_depth);
/external/angle/third_party/glslang/src/glslang/Include/
Dglslang_c_interface.h195 size_t include_depth);
199 … const char* includer_name, size_t include_depth);
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h521 bool include_depth,
529 void init_framebuffers(struct sample_info &info, bool include_depth);
534 void init_pipeline(struct sample_info &info, VkBool32 include_depth, VkBool32 include_vi = true);
Dvulkan_command_buffer_utils.cpp1224 bool include_depth, in init_renderpass() argument
1243 if (include_depth) in init_renderpass()
1272 subpass.pDepthStencilAttachment = include_depth ? &depth_reference : NULL; in init_renderpass()
1279 rp_info.attachmentCount = include_depth ? 2 : 1; in init_renderpass()
1290 void init_framebuffers(struct sample_info &info, bool include_depth) in init_framebuffers() argument
1303 fb_info.attachmentCount = include_depth ? 2 : 1; in init_framebuffers()
1563 void init_pipeline(struct sample_info &info, VkBool32 include_depth, VkBool32 include_vi) in init_pipeline() argument
1667 ds.depthTestEnable = include_depth; in init_pipeline()
1668 ds.depthWriteEnable = include_depth; in init_pipeline()