/third_party/cups-filters/cupsfilters/ |
D | testdriver.c | 43 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/ |
D | validate_mode_setting.cpp | 367 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local 82 if (models && in DerivativesPass() 83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
|
D | validate_decorations.cpp | 840 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/ |
D | validate_mode_setting.cpp | 298 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local 82 if (models && in DerivativesPass() 83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
|
D | validate_image.cpp | 1894 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/ |
D | validate_mode_setting.cpp | 298 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()
|
D | validate_execution_limitations.cpp | 36 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()
|
D | validate_derivatives.cpp | 80 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/ |
D | route.js | 17 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];
|
D | index.js | 6 const models = Object.keys(conversions); 64 models.forEach(fromModel => {
|
/third_party/skia/tools/skqp/ |
D | cut_release.py | 73 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')))
|
D | README_GENERATING_MODELS.md | 4 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/ |
D | when-calling-goto-definition-of-module.js | 14 import { Vessel } from '~/models/vessel'; 77 Imported via '~/utils/db' from file 'models/vessel.ts'
|
/third_party/node/doc/contributing/ |
D | security-model-strategy.md | 11 * 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/ |
D | unrelated_shaders_src.spvasm | 1 ;; Tests diff of unrelated shaders (with different execution models).
|
D | multiple_different_entry_points_src.spvasm | 2 ;; execution models and so can be trivially matched.
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
D | README.md | 12 The following GPU models are available:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 22 // SystemZ subtarget scheduling models
|
/third_party/cef/patch/patches/ |
D | views_1749_2102.patch | 1 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/ |
D | TargetInstrPredicate.td | 11 // 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/ |
D | d3d12.rst | 25 Enable experimental shader models feature
|