Home
last modified time | relevance | path

Searched refs:conditions (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py8 # Software is furnished to do so, subject to the following conditions:
33 # Extension(name, alias="", required=False, properties=False, features=False, conditions=None, guard=False)
49 # - conditions: criteria for enabling an extension. This is an array of strings,
50 # where each string is a condition, and all conditions have to be true
83 conditions=["$feats.provokingVertexLast"]), variable
94 conditions=["$feats.storageBuffer8BitAccess"]), variable
98 conditions=["$feats.storageBuffer16BitAccess"]), variable
110 conditions=["$feats.fragmentShaderSampleInterlock", "$feats.fragmentShaderPixelInterlock"]), variable
117 conditions=["$props.fullyCoveredFragmentShaderInputVariable"]), variable
123 conditions variable
128 conditions=["$feats.transformFeedback"]), global() variable
132 conditions=["$feats.indexTypeUint8"]), global() variable
143 conditions=["$feats.nullDescriptor"]), global() variable
149 conditions=["$feats.vertexAttributeInstanceRateDivisor"]), global() variable
160 conditions=["$feats.shaderSubgroupClock"]), global() variable
164 conditions=["$props.filterMinmaxSingleComponentFormats"]), global() variable
169 conditions=["$feats.customBorderColors"]), global() variable
180 conditions=["$props.advancedBlendNonPremultipliedSrcColor", "$props.advancedBlendNonPremultipliedDstColor"]), global() variable
184 conditions=["$feats.extendedDynamicState"]), global() variable
188 conditions=["$feats.extendedDynamicState2"]), global() variable
192 conditions=["$feats.pipelineCreationCacheControl"]), global() variable
207 conditions=["$feats.scalarBlockLayout"]), global() variable
216 conditions=["$feats.multiDraw"]), global() variable
232 conditions=["$feats.vertexInputDynamicState"]), global() variable
236 conditions=["$feats.primitiveTopologyListRestart"]), global() variable
243 conditions=["$feats.descriptorBindingPartiallyBound"]), global() variable
[all...]
H A Dzink_instance.py8 # Software is furnished to do so, subject to the following conditions:
32 # constructor: Extension(name, conditions=[], nonstandard=False)
34 # - conditions: If the extension is provided by the Vulkan implementation, then
35 # these are the extra conditions needed to enable the extension.
47 conditions=["!instance_info->disable_xcb_surface"]), variable
51 # constructor: Layer(name, conditions=[])
52 # - conditions: See documentation of EXTENSIONS.
56 conditions=["zink_debug & ZINK_DEBUG_VALIDATION"]), variable
58 conditions=["zink_debug & ZINK_DEBUG_VALIDATION", "!have_layer_KHRONOS_validation"]), variable
208 conditions
[all...]
H A Dzink_extensions.py8 # Software is furnished to do so, subject to the following conditions:
81 properties=False, features=False, conditions=None, guard=False):
88 self.enable_conds = conditions
/third_party/node/test/parallel/
H A Dtest-policy-dependency-conditions.js33 for (const conditions of conditionTreePermutations) {
34 calc(depthLeft - 1, [...path, conditions]);
65 conditions: new Set(
89 for (const { target, conditions } of order) {
90 const result = redirector.resolve('_', conditions).href;
93 // matched, including conditions
95 for (const { target: preTarget, conditions: preConditions } of order) {
97 // Ensure that the current conditions are a super set of the
100 if (conditions.has(preCondition) !== true) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmConditionalBranchTests.cpp47 static const string conditions[] = { "true", "false" }; member
59 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addComputeSameLabelsTest()
63 string testName = string("same_labels_") + conditions[conditionIdx]; in addComputeSameLabelsTest()
118 specs["condition"] = conditions[conditionIdx]; in addComputeSameLabelsTest()
147 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addGraphicsSameLabelsTest()
151 string testName = string("same_labels_") + conditions[conditionIdx]; in addGraphicsSameLabelsTest()
213 specs["condition"] = conditions[conditionIdx]; in addGraphicsSameLabelsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmConditionalBranchTests.cpp47 static const string conditions[] = { "true", "false" }; member
59 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addComputeSameLabelsTest()
63 string testName = string("same_labels_") + conditions[conditionIdx]; in addComputeSameLabelsTest()
118 specs["condition"] = conditions[conditionIdx]; in addComputeSameLabelsTest()
147 for (int conditionIdx = 0; conditionIdx < DE_LENGTH_OF_ARRAY(conditions); ++conditionIdx) in addGraphicsSameLabelsTest()
151 string testName = string("same_labels_") + conditions[conditionIdx]; in addGraphicsSameLabelsTest()
213 specs["condition"] = conditions[conditionIdx]; in addGraphicsSameLabelsTest()
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js424 * @param {string[]} conditions - The import conditions.
438 conditions,
454 exportTarget, packageJSONUrl, conditions);
530 * @param {Set<string>} conditions - The conditions to match.
534 base, pattern, internal, isPathMap, conditions) {
538 isPathMap, conditions);
551 internal, isPathMap, conditions);
584 if (key === 'default' || conditions
[all...]
H A Dutils.js39 * Returns the default conditions for ES module loading.
49 * Returns the default conditions for ES module loading, as a Set.
57 * Initializes the default conditions for ESM module loading.
61 const userConditions = getOptionValue('--conditions');
75 * @param {string[]} [conditions]
78 function getConditionsSet(conditions) {
79 if (conditions !== undefined && conditions !== getDefaultConditions()) {
80 if (!ArrayIsArray(conditions)) {
81 throw new ERR_INVALID_ARG_VALUE('conditions', condition
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dspirvcapgenerator.py62 """Return a sorted list of strings which are conditions under which
68 conditions = set()
72 conditions.add(condition)
73 return sorted(conditions)
84 conditions = self.getConditions(elem)
86 # Combine all conditions for enables and surround the row with
88 if len(conditions) > 0:
89 condition_string = ','.join(conditions)
/third_party/node/lib/internal/policy/
H A Dmanifest.js159 * @param {Set<string>} conditions
163 _resolveAlreadyNormalized(normalizedSpecifier, conditions, manifest) {
189 conditions,
223 conditions,
511 resolve: (specifier, conditions) => {
518 conditions,
730 function searchDependencies(href, target, conditions) {
735 if (conditions.has(key)) {
736 const ret = searchDependencies(href, target[key], conditions);
/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.cc166 // Assuming condition is in control1's path conditions, and !condition is in
326 ControlPathConditions conditions = node_conditions_.Get(control); in ReduceDeoptimizeConditional() local
330 if (conditions.LookupCondition(condition, &branch, &condition_value)) { in ReduceDeoptimizeConditional()
332 // We don't update the conditions here, because we're replacing {node} in ReduceDeoptimizeConditional()
344 return UpdateConditions(node, conditions, condition, node, condition_is_true, in ReduceDeoptimizeConditional()
384 ControlPathConditions conditions = node_conditions_.Get(*input_it); in ReduceMerge() local
386 // Merge the first input's conditions with the conditions from the other in ReduceMerge()
393 conditions.ResetToCommonAncestor(node_conditions_.Get(*input_it)); in ReduceMerge()
395 return UpdateConditions(node, conditions); in ReduceMerge()
415 UpdateConditions( Node* node, ControlPathConditions conditions) UpdateConditions() argument
[all...]
H A Dbranch-elimination.h59 // Class for tracking information about branch conditions. It is represented
94 // set of conditions. It should hold at any point that the contents of
115 Reduction UpdateConditions(Node* node, ControlPathConditions conditions);
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dpure.py17 conditions = None
22 conditions,
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm5 ; modification, are permitted provided that the following conditions
9 ; notice, this list of conditions and the following disclaimer.
12 ; notice, this list of conditions and the following disclaimer in the
/third_party/node/lib/internal/modules/
H A Dhelpers.js64 * Define the conditions that apply to the CommonJS loader.
67 const userConditions = getOptionValue('--conditions');
70 // TODO: Use this set when resolving pkg#exports conditions in loader.js.
80 * Get the conditions that apply to the CommonJS loader.
139 const conditions = getCjsConditions();
143 const destination = resolve(specifier, conditions);
169 ArrayPrototypeJoin([...conditions], ', '),
/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el82 (defconst gyp-conditions-regexp
83 (regexp-opt (list "conditions" "target_conditions"))
84 "Regular expression to introduce conditions sections")
112 ((string-match-p gyp-conditions-regexp section) 'conditions)
194 ((eq (car sections) 'conditions)
195 ;; conditions can occur in a variables section, but we still want to
200 ;; conditions and sources can have items in [[ ]]
219 ('conditions 2)
244 "cflags_cc" "conditions" "configuration
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterCaseTest.java976 // Iterate once forward, once backward, to cover more runtime conditions. in checkEditsIter()
1803 String conditions = str.substring(start, comments); in getUnicodeStrings()
1805 while (offset < conditions.length()) { in getUnicodeStrings()
1806 int spaceoffset = conditions.indexOf(' ', offset); in getUnicodeStrings()
1808 spaceoffset = conditions.length(); in getUnicodeStrings()
1810 v.add(conditions.substring(offset, spaceoffset)); in getUnicodeStrings()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterCaseTest.java1059 // Iterate once forward, once backward, to cover more runtime conditions. in checkEditsIter()
1886 String conditions = str.substring(start, comments); in getUnicodeStrings()
1888 while (offset < conditions.length()) { in getUnicodeStrings()
1889 int spaceoffset = conditions.indexOf(' ', offset); in getUnicodeStrings()
1891 spaceoffset = conditions.length(); in getUnicodeStrings()
1893 v.add(conditions.substring(offset, spaceoffset)); in getUnicodeStrings()
/third_party/protobuf/editors/
H A Dproto.vim6 " modification, are permitted provided that the following conditions are
10 " notice, this list of conditions and the following disclaimer.
12 " copyright notice, this list of conditions and the following disclaimer
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser.cpp281 // If one array is completely contained within the other, then we say the conditions overlap.
301 // kConditionNone is used to tag tokens that aren't conditions, but this case has been in GetConditionName()
400 for (size_t condition : entry.conditions) in getTestExpectationImpl()
540 // Store the conditions for later comparison if we don't have a config. in parseLine()
541 entry.conditions[kTokenData[token].condition] = true; in parseLine()
655 // error on any unsupported conditions in checkTokenCondition()
673 ConditionsOverlap(entryI.conditions, entryJ.conditions)) in detectConflictsBetweenEntries()
H A DGPUTestExpectationsParser.h65 GPUTestConfig::ConditionArray conditions; member
/third_party/zlib/contrib/pascal/
H A Dexample.pas3 * For conditions of distribution and use, see copyright notice in zlib.h
7 * For conditions of distribution and use, see copyright notice in readme.txt
11 * For conditions of distribution and use, see copyright notice in readme.txt
/third_party/python/Lib/importlib/metadata/
H A D__init__.py715 conditions = list(filter(None, [markers, make_condition(extra)]))
716 return '; ' + ' and '.join(conditions) if conditions else ''
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh3066 unsigned int count = conditions.len; in evaluate()
3068 if (!(this+conditions.arrayZ[i]).evaluate (coords, coord_len)) in evaluate()
3079 + conditions.iter () in subset()
3080 | hb_apply (subset_offset_array (c, out->conditions, this)) in subset()
3083 return_trace (bool (out->conditions)); in subset()
3089 return_trace (conditions.sanitize (c, this)); in sanitize()
3093 Array16OfOffset32To<Condition> conditions; member
3095 DEFINE_SIZE_ARRAY (2, conditions);
3247 out->conditions.serialize_subset (c->subset_context, conditions, bas in subset()
3262 conditions; global() member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djccolor-avx2.asm9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc

Completed in 22 milliseconds

12345