Home
last modified time | relevance | path

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

1234567

/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/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()
Dvalidate_image.cpp1894 const auto* models = state.GetExecutionModels(entry_point->id()); in ValidateImageQueryLod() local
1896 if (models->find(SpvExecutionModelGLCompute) != models->end() && in ValidateImageQueryLod()
2069 const auto* models = state.GetExecutionModels(entry_point->id()); in ImagePass() local
2071 if (models && in ImagePass()
2072 models->find(SpvExecutionModelGLCompute) != models->end() && in ImagePass()
/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/node/deps/npm/node_modules/color-convert/
Droute.js17 const models = Object.keys(conversions);
19 for (let len = models.length, i = 0; i < len; i++) {
20 graph[models[i]] = {
82 const models = Object.keys(graph);
83 for (let len = models.length, i = 0; i < len; i++) {
84 const toModel = models[i];
Dindex.js6 const models = Object.keys(conversions);
64 models.forEach(fromModel => {
/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/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
Dwhen-calling-goto-definition-of-module.js14 import { Vessel } from '~/models/vessel';
77 Imported via '~/utils/db' from file 'models/vessel.ts'
/third_party/node/doc/contributing/
Dsecurity-model-strategy.md11 * Document threat models and current state of the art
36 ### Document threat models and current state of the art
40 should document the threat models and use that to
45 models are defined. The initial list includes:
/third_party/spirv-tools/test/diff/diff_files/
Dunrelated_shaders_src.spvasm1 ;; Tests diff of unrelated shaders (with different execution models).
Dmultiple_different_entry_points_src.spvasm2 ;; execution models and so can be trivially matched.
/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/lib/Target/SystemZ/
DSystemZ.td22 // SystemZ subtarget scheduling models
/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/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/mesa3d/docs/drivers/
Dd3d12.rst25 Enable experimental shader models feature

1234567