Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp308 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
361 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
416 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
429 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp308 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
361 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
416 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
429 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp377 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
387 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
423 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
434 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
451 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
482 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
514 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
527 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
542 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
248 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
271 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
293 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
Dvalidate_ray_tracing.cpp33 [](SpvExecutionModel model, std::string* message) { in RayTracingPass()
129 [](SpvExecutionModel model, std::string* message) { in RayTracingPass()
164 std::string* message) { in RayTracingPass()
Dvalidate_mesh_shading.cpp31 [](SpvExecutionModel model, std::string* message) { in MeshShadingPass()
82 [](SpvExecutionModel model, std::string* message) { in MeshShadingPass()
/third_party/typescript/tests/baselines/reference/
DjsxInferenceProducesLiteralAsExpected.js14 const model = new TestObject(); constant
32 var model = new TestObject(); variable
33 var el1 = React.createElement(Test, { model: model, foo: "c" }); property
34 var el2 = React.createElement(Test, { model: model, foo: "c" }); property
DspecializedInheritedConstructors1.js14 var m: ViewOptions<Model> = { model: new Model() }; property
15 var aView = new View({ model: new Model() }); property
53 var m = { model: new Model() }; property
54 var aView = new View({ model: new Model() }); property
DparserVariableDeclaration1.js4 model = c, variable
DcopyrightWithNewLine1.js16 define(["require", "exports", "./greeter"], function (require, exports, model) { argument
DcopyrightWithoutNewLine1.js12 define(["require", "exports", "./greeter"], function (require, exports, model) { argument
/third_party/ffmpeg/libavcodec/
Dvp5.c90 VP56Model *model = s->modelp; in vp5_parse_vector_adjustment() local
114 VP56Model *model = s->modelp; in vp5_parse_vector_models() local
137 VP56Model *model = s->modelp; in vp5_parse_coeff_models() local
184 VP56Model *model = s->modelp; in vp5_parse_coeff() local
267 VP56Model *model = s->modelp; in vp5_default_models_init() local
Dvp6.c213 VP56Model *model = s->modelp; in vp6_default_models_init() local
232 VP56Model *model = s->modelp; in vp6_parse_vector_models() local
285 VP56Model *model = s->modelp; in vp6_parse_coeff_models() local
354 VP56Model *model = s->modelp; in vp6_parse_vector_adjustment() local
407 VP56Model *model = s->modelp; in vp6_parse_coeff_huffman() local
469 VP56Model *model = s->modelp; in vp6_parse_coeff() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.c51 static DNNReturnType get_input_native(void *model, DNNData *input, const char *input_name) in get_input_native()
77 static DNNReturnType get_output_native(void *model, const char *input_name, int input_width, int in… in get_output_native()
118 DNNModel *model = NULL; in ff_dnn_load_model_native() local
261 static DNNReturnType execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in execute_model_native()
375 DNNReturnType ff_dnn_execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in ff_dnn_execute_model_native()
415 void ff_dnn_free_model_native(DNNModel **model) in ff_dnn_free_model_native()
Ddnn_backend_tf.c50 DNNModel *model; member
129 static DNNReturnType get_input_tf(void *model, DNNData *input, const char *input_name) in get_input_tf()
164 static DNNReturnType get_output_tf(void *model, const char *input_name, int input_width, int input_… in get_output_tf()
580 DNNModel *model = NULL; in load_native_model() local
669 DNNModel *model = NULL; in ff_dnn_load_model_tf() local
713 static DNNReturnType execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in execute_model_tf()
823 DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_tf()
842 void ff_dnn_free_model_tf(DNNModel **model) in ff_dnn_free_model_tf()
Ddnn_backend_openvino.c51 DNNModel *model; member
432 static DNNReturnType get_input_ov(void *model, DNNData *input, const char *input_name) in get_input_ov()
482 static DNNReturnType get_output_ov(void *model, const char *input_name, int input_width, int input_… in get_output_ov()
554 DNNModel *model = NULL; in ff_dnn_load_model_ov() local
609 DNNReturnType ff_dnn_execute_model_ov(const DNNModel *model, const char *input_name, AVFrame *in_fr… in ff_dnn_execute_model_ov()
663 DNNReturnType ff_dnn_execute_model_async_ov(const DNNModel *model, const char *input_name, AVFrame … in ff_dnn_execute_model_async_ov()
718 DNNAsyncStatusType ff_dnn_get_async_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_async_result_ov()
739 DNNReturnType ff_dnn_flush_ov(const DNNModel *model) in ff_dnn_flush_ov()
781 void ff_dnn_free_model_ov(DNNModel **model) in ff_dnn_free_model_ov()
/third_party/typescript/tests/cases/compiler/
DspecializedInheritedConstructors1.ts2 model: TModel; property
7 model: TModel; property in View
/third_party/cef/include/
Dcef_context_menu_handler.h90 CefRefPtr<CefMenuModel> model) {} in OnBeforeContextMenu()
104 CefRefPtr<CefMenuModel> model, in RunContextMenu()
/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c77 ycbcr_model_to_rgb_matrix(VkSamplerYcbcrModelConversion model) in ycbcr_model_to_rgb_matrix()
115 VkSamplerYcbcrModelConversion model, in nir_convert_ycbcr_to_rgb()
/third_party/cef/libcef_dll/ctocpp/
Dcontext_menu_handler_ctocpp.cc30 CefRefPtr<CefMenuModel> model) { in OnBeforeContextMenu()
68 CefRefPtr<CefMenuModel> model, in RunContextMenu()
/third_party/cef/libcef_dll/cpptoc/
Dcontext_menu_handler_cpptoc.cc32 struct _cef_menu_model_t* model) { in context_menu_handler_on_before_context_menu()
69 struct _cef_menu_model_t* model, in context_menu_handler_run_context_menu()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java80 UntranslatedItemsTableModel model = (UntranslatedItemsTableModel)jTableUntrans.getModel(); in markSelectedResourceAsTranslated() local
93 UntranslatedItemsTableModel model = (UntranslatedItemsTableModel)jTableUntrans.getModel(); in deleteSelectedResource() local
116 TableModel model = jTableUntrans.getModel(); in printTable() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/VariableDeclarations/
DparserVariableDeclaration1.ts4 model = c, variable

12345678