Home
last modified time | relevance | path

Searched refs:GetParameters (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_parameter_with_global.cpp48 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp71 fuzzerutil::GetParameters(ir_context, function->result_id())) { in IsApplicable()
292 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in ComputeIndicesOfReplacedParameters()
Dfuzzer_pass_replace_params_with_struct.cpp38 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dfuzzer_pass_add_function_calls.cpp137 fuzzerutil::GetParameters(GetIRContext(), callee.result_id())) { in ChooseFunctionCallArguments()
Dtransformation_replace_parameter_with_global.cpp121 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in Apply()
Dfuzzer_util.h340 std::vector<opt::Instruction*> GetParameters(opt::IRContext* ir_context,
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_parameter_with_global.cpp47 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp71 fuzzerutil::GetParameters(ir_context, function->result_id())) { in IsApplicable()
292 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in ComputeIndicesOfReplacedParameters()
Dfuzzer_pass_replace_params_with_struct.cpp37 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dfuzzer_pass_add_function_calls.cpp136 fuzzerutil::GetParameters(GetIRContext(), callee.result_id())) { in ChooseFunctionCallArguments()
Dtransformation_replace_parameter_with_global.cpp121 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in Apply()
Dfuzzer_util.h338 std::vector<opt::Instruction*> GetParameters(opt::IRContext* ir_context,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_parameter_with_global.cpp48 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dtransformation_replace_params_with_struct.cpp71 fuzzerutil::GetParameters(ir_context, function->result_id())) { in IsApplicable()
292 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in ComputeIndicesOfReplacedParameters()
Dfuzzer_pass_replace_params_with_struct.cpp38 fuzzerutil::GetParameters(GetIRContext(), function.result_id()); in Apply()
Dfuzzer_pass_add_function_calls.cpp137 fuzzerutil::GetParameters(GetIRContext(), callee.result_id())) { in ChooseFunctionCallArguments()
Dtransformation_replace_parameter_with_global.cpp121 auto params = fuzzerutil::GetParameters(ir_context, function->result_id()); in Apply()
Dfuzzer_util.h340 std::vector<opt::Instruction*> GetParameters(opt::IRContext* ir_context,
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h293 ProtoVector<WatchCondition_Parameter> GetParameters(const EventReply &reply);
Ddebugger.cc842 ProtoVector<WatchCondition_Parameter> parameters = GetParameters(reply); in ProcessKSetCMD()
848 …oint(GetWatchnodes(reply), GetWatchcondition(reply), GetWatchpointID(reply), GetParameters(reply)); in ProcessKSetCMD()
1191 ProtoVector<WatchCondition_Parameter> GetParameters(const EventReply &reply) { in GetParameters() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs104 …GetReflectionHelper(method.DeclaringType, method.GetParameters()[0].ParameterType).CreateActionIMe…
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc1214 py::tuple params = GetParameters(args_spec_list); in EvalPrim()
1241 py::tuple GetParameters(const AbstractBasePtrList &args_spec_list) const { in GetParameters() function in mindspore::abstract::__anon4506e3e00d11::CreateInstanceEvaluator
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmftransform.cpp133 GetParameters (DWORD * flags, DWORD * queue) in GetParameters() function in GstMFTransformAsyncCallback
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp100 GetParameters(DWORD * pdwFlags, DWORD * pdwQueue) in GetParameters() function in GstWasapiAsyncCallback
/third_party/flutter/glfw/deps/mingw/
Ddinput.h1486 STDMETHOD(GetParameters)(THIS_ LPDIEFFECT, DWORD) PURE; in DECL_WINELIB_TYPE_AW() local
1504 #define IDirectInputEffect_GetParameters(p,a,b) (p)->lpVtbl->GetParameters(p,a,b)
1520 #define IDirectInputEffect_GetParameters(p,a,b) (p)->GetParameters(a,b)

12