Home
last modified time | relevance | path

Searched refs:models (Results 1 – 25 of 202) sorted by relevance

123456789

/third_party/cups-filters/cupsfilters/
Dtestdriver.c43 static const char *models[][2] = variable
96 for (i = 0 ; i < (int)(sizeof(models) / sizeof(models[0])); i ++) in cat_ppd()
97 if (!strcmp(name, models[i][0])) in cat_ppd()
110 printf("*PCFileName: \"%s\"\n", models[i][0]); in cat_ppd()
112 printf("*Product: \"(%s)\"\n", models[i][1]); in cat_ppd()
113 printf("*ModelName: \"Test %s\"\n", models[i][1]); in cat_ppd()
114 printf("*NickName: \"Test %s\"\n", models[i][1]); in cat_ppd()
115 printf("*ShortNickName: \"Test %s\"\n", models[i][1]); in cat_ppd()
163 for (i = 0; i < (int)(sizeof(models) / sizeof(models[0])); i ++) in list_ppds()
165 base, models[i][0], models[i][1]); in list_ppds()
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp367 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
376 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
386 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
422 models->begin(), models->end(), in ValidateExecutionMode()
433 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
450 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
481 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
513 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
526 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
541 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models && in DerivativesPass()
83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
Dvalidate_decorations.cpp840 const auto* models = vstate.GetExecutionModels(entry_point); in CheckDecorationsOfEntryPoints() local
842 models->find(SpvExecutionModelFragment) != models->end(); in CheckDecorationsOfEntryPoints()
844 models->find(SpvExecutionModelVertex) != models->end(); in CheckDecorationsOfEntryPoints()
853 (models->size() > 1 || has_vert)) { in CheckDecorationsOfEntryPoints()
861 (models->size() > 1 || has_frag)) { in CheckDecorationsOfEntryPoints()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
349 models->begin(), models->end(), in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models && in DerivativesPass()
83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
349 models->begin(), models->end(), in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
37 if (models) { in ValidateExecutionLimitations()
38 if (models->empty()) { in ValidateExecutionLimitations()
43 for (const auto model : *models) { in ValidateExecutionLimitations()
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
82 if (models && in DerivativesPass()
83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
/third_party/node/deps/npm/node_modules/color-convert/
Droute.js17 var models = Object.keys(conversions);
19 for (var len = models.length, i = 0; i < len; i++) {
20 graph[models[i]] = {
82 var models = Object.keys(graph);
83 for (var len = models.length, i = 0; i < len; i++) {
84 var toModel = models[i];
Dindex.js6 var models = Object.keys(conversions);
61 models.forEach(function (fromModel) {
/third_party/flutter/skia/tools/skqp/
Dcut_release.py69 def make_rendertest_list(models, good, bad): argument
71 do_score = good & models
72 no_score = bad | (good - models)
73 to_delete = models & bad
144 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
149 o.write(make_rendertest_list(models, gset('good.txt'), gset('bad.txt')))
DREADME_GENERATING_MODELS.md4 We will, at regular intervals, generate new models from the [master branch of
18 1. Get the positively triaged results from Gold and generate models:
73 against the model. Unnecessary models will be removed.
75 Next, all of the files that represent the models are uploaded to cloud storage.
/third_party/skia/tools/skqp/
Dcut_release.py73 def make_rendertest_list(models, good, bad): argument
75 do_score = good & models
76 no_score = bad | (good - models)
77 to_delete = models & bad
148 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
153 o.write(make_rendertest_list(models, gset('good.txt'), gset('bad.txt')))
DREADME_GENERATING_MODELS.md4 We will, at regular intervals, generate new models from the [main branch of
18 1. Get the positively triaged results from Gold and generate models:
73 against the model. Unnecessary models will be removed.
75 Next, all of the files that represent the models are uploaded to cloud storage.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dinherited_model.dart12 /// models whose dependents may only depend on one part or "aspect" of the
164 // Create a dependency on all of the type T ancestor models up until
166 final List<InheritedElement> models = _findModels<T>(context, aspect).toList();
167 if (models.isEmpty) {
171 final InheritedElement lastModel = models.last;
172 for (InheritedElement model in models) {
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc298 std::vector<SkMatrix44> models; in OnDrawFrame() local
318 models.push_back(skModel); in OnDrawFrame()
326 models.push_back(skModel); in OnDrawFrame()
334 models.push_back(skModel); in OnDrawFrame()
342 models.push_back(skModel); in OnDrawFrame()
428 for(SkMatrix44 skModel: models) { in OnDrawFrame()
/third_party/spirv-tools/test/diff/diff_files/
Dunrelated_shaders_src.spvasm1 ;; Tests diff of unrelated shaders (with different execution models).
/third_party/mesa3d/src/etnaviv/drm-shim/
DREADME.md12 The following GPU models are available:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td11 // MCInstPredicate definitions are used by target scheduling models to describe
33 // MCInstPredicate definitions are typically used by scheduling models to
266 // Instances of this class can be used by processor scheduling models to
283 // Used by processor models to describe dependency breaking instructions.
337 // Convenience classes and definitions used by processor scheduling models to
/third_party/cef/patch/patches/
Dviews_1749_2102.patch1 diff --git ui/base/models/menu_model.h ui/base/models/menu_model.h
3 --- ui/base/models/menu_model.h
4 +++ ui/base/models/menu_model.h
6 #include "ui/base/models/menu_separator_types.h"
/third_party/typescript/tests/baselines/reference/user/
DTypeScript-Node-Starter.log46 src/models/User.ts(81,15): error TS2339: Property 'email' does not exist on type 'Document<any>'.
47 src/models/User.ts(84,54): error TS2339: Property 'email' does not exist on type 'Document<any>'.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZ.td22 // SystemZ subtarget scheduling models

123456789