Home
last modified time | relevance | path

Searched refs:value (Results 13251 - 13275 of 16037) sorted by relevance

1...<<531532533534535536537538539540>>...642

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.cpp45 uint32_t value; member
62 [generator](const VendorTool& vt) { return generator == vt.value; }); in spvGeneratorStr()
144 // opcode value, and they can be introduced in different target environments, in spvOpcodeTableValueLookup()
147 // opcode value. in spvOpcodeTableValueLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold.cpp130 // will be 0, so just return that value. in BinaryOperate()
141 // spir-v spec. Find that value another way. in BinaryOperate()
153 // will be 0, so just return that value. in BinaryOperate()
329 // When shifting by a value larger than the size of the result, the in FoldBinaryIntegerOpToConstant()
345 // TODO: Change the mask against a value based on the bit width of the in FoldBinaryIntegerOpToConstant()
490 if (constants[i]->value()) { in FoldBinaryBooleanOpToConstant()
500 if (!constants[i]->value()) { in FoldBinaryBooleanOpToConstant()
539 // Extract the raw value of the scalar component constants in FoldVectors()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.memory_test.cpp42 input << "OpStore %ptr %value " << GetParam().name(); in TEST_P()
45 Eq(MakeInstruction(SpvOpStore, {1, 2, GetParam().value()}, in TEST_P()
59 const std::string input = "OpStore %ptr %value Volatile|Aligned 16"; in TEST_F()
75 Eq(MakeInstruction(SpvOpVariable, {1, 2, GetParam().value()}))); in TEST_P()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp167 * Convert a double value to a string without the overhead of NumberFormat.
170 ChoiceFormat::dtos(double value, in dtos() argument
178 sprintf(temp, "%.*g", DBL_DIG, value); in dtos()
467 // to get the right value for formatting.
H A Ddtptngen_impl.h131 void populate(int32_t field, const UnicodeString& value);
251 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
H A Ducol.cpp275 // enum will not changes. They are set so that the enum value in ucol_getBound()
340 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument
345 Collator::fromUCollator(coll)->setAttribute(attr, value, *status); in ucol_setAttribute()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_process_headers.c69 kv_cb (void *cls, enum MHD_ValueKind kind, const char *key, const char *value) in kv_cb() argument
72 (0 == strcmp (value, "127.0.0.1:21080")) && (kind == MHD_HEADER_KIND)) in kv_cb()
/third_party/skia/tests/
H A DLazyProxyTest.cpp263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in DEF_GPUTEST() argument
264 : fValue(value) in DEF_GPUTEST()
H A DJSONTest.cpp421 SkScalar value, in DEF_TEST() member
454 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(**jnumber, test.value, test.tolerance)); in DEF_TEST()
H A DPDFPrimitivesTest.cpp98 float value = static_cast<float>(std::atof(result.c_str())); in assert_emit_eq_number() local
99 if (value != number) { in assert_emit_eq_number()
H A DSkSLTest.cpp33 static void set_uniform(SkRuntimeShaderBuilder* builder, const char* name, const T& value) { in set_uniform() argument
36 uniform = value; in set_uniform()
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp27 static void fill_stream(SkWStream* out, char value, size_t n) { in fill_stream() argument
29 memset(buffer, value, sizeof(buffer)); in fill_stream()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp313 auto appendAttr = [](SkTDArray<int>& attrs, int attr, int value) { in get_pixel_formats_to_try()
315 attrs.push_back(value); in get_pixel_formats_to_try()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresourceStorage.h31 // value of type T except that it tries to compress similar subresources so that algorithms
37 // by setting and checking a single "usage" value when a full subresource is used but at the
51 // // Do something with the knowledge that all the subresources in `range` have value
109 static_assert(std::is_copy_assignable<T>::value, "T must be copyable");
110 static_assert(HasEqualityOperator<T>::value, "T requires bool operator == (T, T)");
113 // initial value.
126 // exactly one of the ranges iterateFunc is called with (and obviously data is the value
138 // sub-ranges a pointer to modify the value for that sub-range. For example:
153 // for each of the sub-ranges a pointer to modify the value for that sub-range and the
154 // corresponding value fro
[all...]
H A DCommandValidation.cpp108 static_assert(std::is_same<A, uint32_t>::value, "'a' must be uint32_t"); in Safe32x32()
109 static_assert(std::is_same<B, uint32_t>::value, "'b' must be uint32_t"); in Safe32x32()
202 // TODO(dawn:563): Right now kCopyStrideUndefined will be formatted as a large value in the in ValidateLinearTextureData()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp27 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) { in AddIntegerValue() argument
28 CFNumberRef number = CFNumberCreate(nullptr, kCFNumberSInt32Type, &value); in AddIntegerValue()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go382 // or a list of name-value pairs:
383 // (args[0]: name, args[1]: value), (args[2]: name, args[3]: value)...
396 return "", fmt.Errorf("Eval expects a single argument or list name-value pairs")
432 // Map is a simple generic key-value map, which can be used in the template
437 // Put adds the key-value pair into the map.
439 func (m Map) Put(key, value interface{}) string {
440 m[key] = value
444 // Get looks up and returns the value with the given key. If the map does not
450 // is returns a function that returns true if the value passe
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-common.h110 * Data type for holding a single coordinate value.
486 * Data type for scripts. Each #hb_script_t's value is an #hb_tag_t corresponding
705 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
783 * @value: The value of the feature. 0 disables the feature, non-zero (usually
785 * 'salt') the @value is a one based index into the alternates.
790 * feature application. The feature will be applied with the given value to all
797 uint32_t value; member
813 * @value: The value o
823 float value; global() member
[all...]
H A Dhb-open-file.hh122 hb_requires ((hb_is_source_of<Iterator, hb_pair_t<hb_tag_t, hb_blob_t *>>::value))>
496 hb_requires ((hb_is_source_of<Iterator, hb_pair_t<hb_tag_t, hb_blob_t *>>::value))>
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dhb-aots-tester.cpp98 features[0].value = 1; in runTest()
110 features[nbFeatures].value = select[i]; in runTest()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h360 void Panose(std::vector<uint8_t>* value);
432 void Panose(std::vector<uint8_t>* value);
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_variables.py17 def set(self, value):
19 super().set(value)
100 self.root.globalsetvar('var\x00name', "value")
102 self.root.globalsetvar(b'var\x00name', "value")
104 self.root.setvar('var\x00name', "value")
106 self.root.setvar(b'var\x00name', "value")
111 v.set("value")
223 self.root.globalsetvar("name", "value")
224 self.assertEqual("value", v.get())
249 self.root.globalsetvar("name", "value")
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_squeezer.py110 def set_idleconf_option_with_cleanup(self, configType, section, option, value):
112 idleConf.SetOption(configType, section, option, value)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DFunction.h189 /// intrinsic, or if the pointer is null. This value is always defined to be
191 /// The particular intrinsic functions which correspond to this value are
348 return MA->value(); in getFnStackAlignment()
442 return MA->value(); in getParamAlignment()
458 /// @param i AttributeList index, referring to a return value or argument.
471 /// @param i AttributeList index, referring to a return value or argument.
616 /// Determine if the parameter or return value is marked with NoAlias
841 /// Return value: false => null pointer dereference is undefined.
842 /// Return value: true => null pointer dereference is not undefined.
860 /// Return value
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAllocator.h88 !std::is_same<typename std::remove_cv<T>::type, void>::value, void>::type
242 size_t PaddedSize = SizeToAllocate + Alignment.value() - 1; in Allocate()
293 /// The returned value is negative iff the object is inside a custom-size

Completed in 29 milliseconds

1...<<531532533534535536537538539540>>...642