Home
last modified time | relevance | path

Searched refs:relaxed (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAtomicOrdering.h29 relaxed = 0, member in llvm::AtomicOrderingCABI
45 return (Int)AtomicOrderingCABI::relaxed <= I && in isValidAtomicOrderingCABI()
54 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
59 Monotonic = 2, // Equivalent to C++'s relaxed.
94 /* relaxed */ { true, true, false, false, false, false, false, false}, in isStrongerThan()
109 /* relaxed */ { true, true, true, false, false, false, false, false}, in isAtLeastOrStrongerThan()
137 /* NotAtomic */ AtomicOrderingCABI::relaxed, in toCABI()
138 /* Unordered */ AtomicOrderingCABI::relaxed, in toCABI()
139 /* relaxed */ AtomicOrderingCABI::relaxed, in toCABI()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c146 static int relaxed = 0; variable
989 * changed with '--relaxed'. in test_one_file()
993 else if (relaxed != 0) in test_one_file()
1892 relaxed = 0; in main()
1896 else if (strcmp(argv[1], "--relaxed") == 0) in main()
1902 relaxed++; in main()
1912 relaxed++; in main()
/third_party/glslang/Test/
H A Druntests168 run -g --relaxed-errors --suppress-warnings --aml --amb --hlsl-offsets --nsf --spirv-val \
171 run -g -Od --target-env vulkan1.1 --relaxed-errors --suppress-warnings --aml --amb --hlsl-offsets --nsf --spirv-val \
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc860 bool relaxed = false; in SetDigitOptionsToFormatterV3() local
873 relaxed = true; in SetDigitOptionsToFormatterV3()
882 relaxed ? UNUM_ROUNDING_PRIORITY_RELAXED in SetDigitOptionsToFormatterV3()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2595 std::string relaxed = ""; in initPrograms() local
2597 relaxed += "OpDecorate %src_image_ptr RelaxedPrecision\n"; in initPrograms()
2614 { "relaxed_precision", relaxed }, in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2563 std::string relaxed = ""; in initPrograms() local
2565 relaxed += "OpDecorate %src_image_ptr RelaxedPrecision\n"; in initPrograms()
2582 { "relaxed_precision", relaxed }, in initPrograms()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.cc2032 const Operator* MachineOperatorBuilder::I8x16Swizzle(bool relaxed) { in I8x16Swizzle() argument
2033 if (relaxed) { in I8x16Swizzle()
H A Dmachine-operator.h908 const Operator* I8x16Swizzle(bool relaxed = false);
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3791 bool relaxed = OpParameter<bool>(node->op()); in VisitI8x16Swizzle() local
3792 if (relaxed) { in VisitI8x16Swizzle()
3812 // pblendvb is a correct implementation for all the various relaxed lane select,
3813 // see https://github.com/WebAssembly/relaxed-simd/issues/17.
3861 // Used for pmin/pmax and relaxed min/max.
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc3027 bool relaxed = OpParameter<bool>(node->op()); in VisitI8x16Swizzle() local
3028 if (relaxed) { in VisitI8x16Swizzle()
3251 // pblendvb is a correct implementation for all the various relaxed lane select,
3252 // see https://github.com/WebAssembly/relaxed-simd/issues/17.
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex828 \item Enhance \tag{command} \tag{alias} tags to describe more relaxed
/third_party/openGLES/xml/
H A Dreadme.tex905 \item Enhance \tag{command} \tag{alias} tags to describe more relaxed

Completed in 37 milliseconds