Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp929 SmallVector<VariableID> local_variables; member
943 local_variables.push_back(id); in add_local_variable()
Dspirv_cross.cpp418 for (auto &v : current_function->local_variables) in flush_all_active_variables()
3555 if (find(begin(entry.local_variables), end(entry.local_variables), VariableID(var.first)) == in analyze_variable_scope()
3556 end(entry.local_variables)) in analyze_variable_scope()
Dspirv_glsl.cpp13824 for (auto &v : func.local_variables) in emit_function()
13916 for (auto &v : func.local_variables) in emit_function()
Dspirv_msl.cpp1555 for (auto &var : entry_func.local_variables) in extract_global_variables_from_functions()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h62159 struct acpi_namespace_node local_variables[8]; member