Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_limits_test.cpp482 int num_locals = 5000; in TEST_F() local
493 for (int i = 0; i < num_locals; ++i) { in TEST_F()
505 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F()
512 int num_locals = 5001; in TEST_F() local
523 for (int i = 0; i < num_locals; ++i) { in TEST_F()
543 int num_locals = 100; in TEST_F() local
554 for (int i = 0; i < num_locals; ++i) { in TEST_F()
571 int num_locals = 101; in TEST_F() local
582 for (int i = 0; i < num_locals; ++i) { in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_limits_test.cpp478 int num_locals = 5000; in TEST_F() local
489 for (int i = 0; i < num_locals; ++i) { in TEST_F()
501 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F()
508 int num_locals = 5001; in TEST_F() local
519 for (int i = 0; i < num_locals; ++i) { in TEST_F()
539 int num_locals = 100; in TEST_F() local
550 for (int i = 0; i < num_locals; ++i) { in TEST_F()
567 int num_locals = 101; in TEST_F() local
578 for (int i = 0; i < num_locals; ++i) { in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_limits_test.cpp478 int num_locals = 5000; in TEST_F() local
489 for (int i = 0; i < num_locals; ++i) { in TEST_F()
501 options_, spv_validator_limit_max_local_variables, num_locals); in TEST_F()
508 int num_locals = 5001; in TEST_F() local
519 for (int i = 0; i < num_locals; ++i) { in TEST_F()
539 int num_locals = 100; in TEST_F() local
550 for (int i = 0; i < num_locals; ++i) { in TEST_F()
567 int num_locals = 101; in TEST_F() local
578 for (int i = 0; i < num_locals; ++i) { in TEST_F()
/external/mesa3d/src/compiler/nir/
Dnir_opt_large_constants.c181 unsigned num_locals = nir_function_impl_index_vars(impl); in nir_opt_large_constants() local
183 if (num_locals == 0) { in nir_opt_large_constants()
188 struct var_info *var_infos = ralloc_array(NULL, struct var_info, num_locals); in nir_opt_large_constants()
299 qsort(var_infos, num_locals, sizeof(struct var_info), var_info_cmp); in nir_opt_large_constants()
300 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants()
336 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants()
400 for (int i = 0; i < num_locals; i++) { in nir_opt_large_constants()
/external/bcc/examples/networking/neighbor_sharing/
Dtc_neighbor_sharing.py21 num_locals = 2 variable
52 for i in range(0, num_locals):
71 % (100 + num_neighbors - 1, 150 + num_locals - 1))
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/
DTestGetVariables.py96 num_locals = len(local_names)
127 num_locals,
129 (num_locals,
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1803 g_vsc.num_locals = g_vsc.variables.GetSize(); in request_scopes()
1808 g_vsc.num_globals = g_vsc.variables.GetSize() - (g_vsc.num_locals); in request_scopes()
1811 g_vsc.variables.GetSize() - (g_vsc.num_locals + g_vsc.num_globals); in request_scopes()
2660 end_idx = start_idx + g_vsc.num_locals; in request_setVariable()
2663 start_idx = g_vsc.num_locals; in request_setVariable()
2667 start_idx = g_vsc.num_locals + g_vsc.num_globals; in request_setVariable()
2827 num_children = g_vsc.num_locals; in request_variables()
2830 start_idx = start + g_vsc.num_locals + start; in request_variables()
2834 start_idx = start + g_vsc.num_locals + g_vsc.num_globals; in request_variables()
DVSCode.cpp31 : variables(), broadcaster("lldb-vscode"), num_regs(0), num_locals(0), in VSCode()
283 scopes.emplace_back(CreateScope("Locals", VARREF_LOCALS, num_locals, false)); in CreateTopLevelScopes()
DVSCode.h87 int64_t num_locals; member
/external/freetype/include/freetype/internal/
Dpsaux.h652 FT_UInt num_locals; member
1189 FT_UInt num_locals; member
/external/freetype/src/psaux/
Dcffdecode.c2160 if ( idx >= decoder->num_locals ) in cff_decoder_parse_charstrings()
2406 decoder->num_locals = sub->local_subrs_index.count; in cff_decoder_prepare()
2410 decoder->num_locals ); in cff_decoder_prepare()
Dpsobjs.c2445 ps_decoder->num_locals = (FT_UInt)t1_decoder->num_subrs; in ps_decoder_init()
2471 ps_decoder->num_locals = cff_decoder->num_locals; in ps_decoder_init()
Dpsft.c810 if ( idx >= decoder->num_locals ) in cf2_initLocalRegionBuffer()