Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp59 typedef typename std::remove_reference<F>::type func_type; typedef
61 std::declval<func_type>()(std::get<Is>(std::declval<T &&>())...)
91 typedef typename std::remove_reference<F>::type func_type; typedef
93 decltype(std::declval<func_type>()(
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h128 #define declare_func(ret, ...) declare_new(ret, __VA_ARGS__) typedef ret func_type(__VA_ARGS__)
129 #define declare_func_float(ret, ...) declare_new_float(ret, __VA_ARGS__) typedef ret func_type(__VA…
130 …u_flags, ret, ...) declare_new_emms(cpu_flags, ret, __VA_ARGS__) typedef ret func_type(__VA_ARGS__)
139 #define call_ref(...) ((func_type *)func_ref)(__VA_ARGS__)
211 #define call_new(...) ((func_type *)func_new)(__VA_ARGS__)
249 func_type *tfunc = func_new;\
/third_party/node/test/node-api/test_make_callback/
Dbinding.c26 napi_valuetype func_type; in MakeCallback() local
28 NAPI_CALL(env, napi_typeof(env, func, &func_type)); in MakeCallback()
38 if (func_type == napi_function) { in MakeCallback()
/third_party/node/test/node-api/test_async_context/
Dbinding.c26 napi_valuetype func_type; in MakeCallback() local
27 NAPI_CALL(env, napi_typeof(env, func, &func_type)); in MakeCallback()
33 if (func_type == napi_function) { in MakeCallback()
/third_party/ffmpeg/libavresample/
Daudio_convert.c61 enum ConvFuncType func_type; member
77 switch (ac->func_type) { in ff_audio_convert_set_func()
295 ac->func_type = CONV_FUNC_TYPE_FLAT; in ff_audio_convert_alloc()
298 ac->func_type = CONV_FUNC_TYPE_INTERLEAVE; in ff_audio_convert_alloc()
300 ac->func_type = CONV_FUNC_TYPE_DEINTERLEAVE; in ff_audio_convert_alloc()
383 switch (ac->func_type) { in ff_audio_convert()
/third_party/ffmpeg/libavfilter/
Ddnn_interface.h74 DNNFunctionType func_type; member
92 …DNNModel *(*load_model)(const char *model_filename, DNNFunctionType func_type, const char *options…
Ddnn_filter_common.c21 int ff_dnn_init(DnnContext *ctx, DNNFunctionType func_type, AVFilterContext *filter_ctx) in ff_dnn_init() argument
46 …ctx->model = (ctx->dnn_module->load_model)(ctx->model_filename, func_type, ctx->backend_options, f… in ff_dnn_init()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c226 const struct dxil_type *func_type = in dxil_alloc_func_with_rettype() local
229 if (!func_type) { in dxil_alloc_func_with_rettype()
237 const struct dxil_func *func = dxil_add_function_decl(mod, full_name, func_type, attr); in dxil_alloc_func_with_rettype()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c207 DNNReturnType ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, DNNFunctionType func_type, … in ff_proc_from_frame_to_dnn() argument
209 switch (func_type) in ff_proc_from_frame_to_dnn()
216 avpriv_report_missing_feature(log_ctx, "model function type %d", func_type); in ff_proc_from_frame_to_dnn()
Ddnn_backend_openvino.c172 ff_proc_from_frame_to_dnn(task->in_frame, &input, ov_model->model->func_type, ctx); in fill_model_input_ov()
310 if (ov_model->model->func_type != DFT_PROCESS_FRAME) { in init_model_ov()
552 DNNModel *ff_dnn_load_model_ov(const char *model_filename, DNNFunctionType func_type, const char *o… in ff_dnn_load_model_ov() argument
600 model->func_type = func_type; in ff_dnn_load_model_ov()
623 if (!out_frame && model->func_type == DFT_PROCESS_FRAME) { in ff_dnn_execute_model_ov()
676 if (!out_frame && model->func_type == DFT_PROCESS_FRAME) { in ff_dnn_execute_model_async_ov()
Ddnn_backend_native.c115 DNNModel *ff_dnn_load_model_native(const char *model_filename, DNNFunctionType func_type, const cha… in ff_dnn_load_model_native() argument
251 model->func_type = func_type; in ff_dnn_load_model_native()
316 ff_proc_from_frame_to_dnn(in_frame, &input, native_model->model->func_type, ctx); in execute_model_native()
Ddnn_io_proc.h33 DNNReturnType ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, DNNFunctionType func_type, …
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/
Dcomposite-construct-buffer-struct.asm.comp40 %func_type = OpTypeFunction %void
42 %main = OpFunction %void None %func_type
Ddevice-array-load-temporary.force-native-array.asm.comp39 %func_type = OpTypeFunction %void
41 %main = OpFunction %void None %func_type
Ddevice-array-load-temporary.asm.comp39 %func_type = OpTypeFunction %void
41 %main = OpFunction %void None %func_type
Ddevice-constant-array-load-store.force-native-array.asm.comp39 %func_type = OpTypeFunction %void
41 %main = OpFunction %void None %func_type
Ddevice-constant-array-load-store.asm.comp39 %func_type = OpTypeFunction %void
41 %main = OpFunction %void None %func_type
/third_party/alsa-utils/axfer/
Dxfer-libffado.c347 int (*func_type)(ffado_device_t *handle, int pos); in enable_mbla_data_ch() local
353 func_type = ffado_streaming_get_capture_stream_type; in enable_mbla_data_ch()
357 func_type = ffado_streaming_get_playback_stream_type; in enable_mbla_data_ch()
375 state->data_ch_map[ch] = func_type(state->handle, ch); in enable_mbla_data_ch()
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp975 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
977 func_type->return_type()->AsForwardPointer(); in ReplaceForwardPointers()
979 func_type->SetReturnType(return_type->target_pointer()); in ReplaceForwardPointers()
982 auto& param_types = func_type->param_types(); in ReplaceForwardPointers()
1031 Function* func_type = type->AsFunction(); in ReplaceType() local
1032 const Type* return_type = func_type->return_type(); in ReplaceType()
1034 func_type->SetReturnType(new_type); in ReplaceType()
1037 auto& param_types = func_type->param_types(); in ReplaceType()
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
115 return type_mgr->GetTypeInstruction(&func_type); in GetVoidFunctionTypeId()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c196 const struct vtn_type *func_type = b->func->type; in vtn_cfg_handle_prepass_instruction() local
198 vtn_assert(func_type->return_type->type == result_type); in vtn_cfg_handle_prepass_instruction()
204 for (unsigned i = 0; i < func_type->length; i++) in vtn_cfg_handle_prepass_instruction()
205 num_params += glsl_type_count_function_params(func_type->params[i]->type); in vtn_cfg_handle_prepass_instruction()
208 if (func_type->return_type->base_type != vtn_base_type_void) in vtn_cfg_handle_prepass_instruction()
215 if (func_type->return_type->base_type != vtn_base_type_void) { in vtn_cfg_handle_prepass_instruction()
225 for (unsigned i = 0; i < func_type->length; i++) in vtn_cfg_handle_prepass_instruction()
226 glsl_type_add_to_function_params(func_type->params[i]->type, func, &idx); in vtn_cfg_handle_prepass_instruction()
242 if (func_type->return_type->base_type != vtn_base_type_void) in vtn_cfg_handle_prepass_instruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp976 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
978 func_type->return_type()->AsForwardPointer(); in ReplaceForwardPointers()
980 func_type->SetReturnType(return_type->target_pointer()); in ReplaceForwardPointers()
983 auto& param_types = func_type->param_types(); in ReplaceForwardPointers()
1032 Function* func_type = type->AsFunction(); in ReplaceType() local
1033 const Type* return_type = func_type->return_type(); in ReplaceType()
1035 func_type->SetReturnType(new_type); in ReplaceType()
1038 auto& param_types = func_type->param_types(); in ReplaceType()
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
115 return type_mgr->GetTypeInstruction(&func_type); in GetVoidFunctionTypeId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp976 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
978 func_type->return_type()->AsForwardPointer(); in ReplaceForwardPointers()
980 func_type->SetReturnType(return_type->target_pointer()); in ReplaceForwardPointers()
983 auto& param_types = func_type->param_types(); in ReplaceForwardPointers()
1032 Function* func_type = type->AsFunction(); in ReplaceType() local
1033 const Type* return_type = func_type->return_type(); in ReplaceType()
1035 func_type->SetReturnType(new_type); in ReplaceType()
1038 auto& param_types = func_type->param_types(); in ReplaceType()
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
115 return type_mgr->GetTypeInstruction(&func_type); in GetVoidFunctionTypeId()

12