Home
last modified time | relevance | path

Searched defs:vars (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteCaseDeclarations.cpp37 const auto vars = std::move(mDeclaredVarStack.back()); variable
H A DDiscoverDependentFunctions.cpp33 Discoverer(const std::function<bool(const TVariable &)> &vars, in Discoverer() argument
125 DiscoverDependentFunctions( TIntermBlock &root, const std::function<bool(const TVariable &)> &vars) DiscoverDependentFunctions() argument
/third_party/skia/src/gpu/vk/
H A DGrVkVaryingHandler.cpp76 static void finalize_helper(GrVkVaryingHandler::VarArray& vars) { in finalize_helper() argument
/third_party/skia/src/gpu/
H A DGrSPIRVVaryingHandler.cpp82 static void finalize_helper(GrSPIRVVaryingHandler::VarArray& vars) { in finalize_helper() argument
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.h38 struct rnndecvariant **vars; member
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum_lite.cc88 std::map<std::string, std::string> vars; in Generate() local
111 std::map<std::string, std::string> vars; in Generate() local
122 std::map<std::string, std::string> vars; in Generate() local
[all...]
H A Djava_extension_lite.cc59 std::map<std::string, std::string> vars; in Generate() local
H A Djava_message_builder_lite.cc95 std::map<std::string, std::string> vars; in Generate() local
H A Djava_enum.cc97 std::map<std::string, std::string> vars; in Generate() local
129 std::map<std::string, std::string> vars; in Generate() local
140 std::map<std::string, std::string> vars; Generate() local
[all...]
H A Djava_extension.cc67 std::map<std::string, std::string>& vars = *vars_pointer; in InitTemplateVars() local
113 std::map<std::string, std::string> vars; Generate() local
[all...]
H A Djava_message_builder.cc122 std::map<std::string, std::string> vars; in Generate() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c235 struct set *vars = _mesa_pointer_set_create(NULL); in st_nir_lower_builtin() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
H A Dtirpc_toplevel_clnt_call_complex.c73 struct datas vars; in my_thread_process() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_complex.c79 struct datas vars; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_complex.c72 struct datas vars; in my_thread_process() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp80 std::vector<sh::ShaderVariable> vars; in TEST() local
173 std::vector<sh::ShaderVariable> vars; TEST() local
196 std::vector<sh::ShaderVariable> vars; TEST() local
233 std::vector<sh::ShaderVariable> vars; TEST() local
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp109 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc62 std::map<string, string> vars; in GenerateMembersHeader() local
85 std::map<string, string> vars; in GenerateStaticVariablesInitialization() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc125 std::map<std::string, std::string> vars; in TEST() local
217 std::map<std::string, std::string> vars; in TEST() local
450 std::map<std::string, std::string> vars; TEST() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc57 ServiceGenerator( const ServiceDescriptor* descriptor, const std::map<std::string, std::string>& vars, const Options& options) ServiceGenerator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant.h430 visit(Visitor&& vis, Variants&&... vars) visit() argument
H A Dvariant_benchmark.cc127 absl::apply(VisitorApplier(), vars[I]); in Run() local
145 auto vars = in BM_RedundantVisit() local
151 absl::apply(VisitorApplier(), vars); in BM_RedundantVisit() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_addroi.c60 double vars[NB_VARS]; in addroi_config_input() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_indirect_derefs.c234 nir_lower_indirect_var_derefs(nir_shader *shader, const struct set *vars) in nir_lower_indirect_var_derefs() argument
115 lower_indirect_derefs_block(nir_block *block, nir_builder *b, nir_variable_mode modes, const struct set *vars, uint32_t max_lower_array_len) lower_indirect_derefs_block() argument
191 lower_indirects_impl(nir_function_impl *impl, nir_variable_mode modes, const struct set *vars, uint32_t max_lower_array_len) lower_indirects_impl() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_structure_splitting.cpp185 ir_structure_splitting_visitor(exec_list *vars) in ir_structure_splitting_visitor() argument

Completed in 11 milliseconds

12345