Home
last modified time | relevance | path

Searched refs:Limits (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DLimitsTests.cpp17 #include "dawn_native/Limits.h"
20 TEST(Limits, GetDefaultLimits) { in TEST()
21 dawn_native::Limits limits = {}; in TEST()
31 TEST(Limits, ReifyDefaultLimits_PopulatesDefault) { in TEST()
32 dawn_native::Limits limits; in TEST()
36 dawn_native::Limits reified = dawn_native::ReifyDefaultLimits(limits); in TEST()
43 TEST(Limits, ReifyDefaultLimits_Clamps) { in TEST()
44 dawn_native::Limits limits; in TEST()
48 dawn_native::Limits reified = dawn_native::ReifyDefaultLimits(limits); in TEST()
55 TEST(Limits, ValidateLimit
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DLimits.h24 Limits v1;
28 void GetDefaultLimits(Limits* limits);
33 Limits ReifyDefaultLimits(const Limits& limits);
36 MaybeError ValidateLimits(const Limits& supportedLimits, const Limits& requiredLimits);
39 Limits ApplyLimitTiers(Limits limits);
H A DLimits.cpp15 #include "dawn_native/Limits.h"
142 void GetDefaultLimits(Limits* limits) { in GetDefaultLimits()
149 Limits ReifyDefaultLimits(const Limits& limits) { in ReifyDefaultLimits()
150 Limits out; in ReifyDefaultLimits()
165 MaybeError ValidateLimits(const Limits& supportedLimits, const Limits& requiredLimits) { in ValidateLimits()
177 Limits ApplyLimitTiers(Limits limits) { in ApplyLimitTiers()
187 /* Limits fi in ApplyLimitTiers()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution_test.cc50 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST()
60 param_type(1, Limits::max() / 2), // in TYPED_TEST()
61 param_type(0, Limits::max() - 1), // in TYPED_TEST()
62 param_type(0, Limits::max(), 2), // in TYPED_TEST()
63 param_type(0, Limits::max(), 10), // in TYPED_TEST()
64 param_type(Limits::min(), 0), // in TYPED_TEST()
65 param_type(Limits::lowest(), Limits::max()), // in TYPED_TEST()
66 param_type(Limits::min(), Limits in TYPED_TEST()
[all...]
H A Duniform_int_distribution_test.cc46 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST()
59 param_type(kNegOneOrZero, Limits::max()), in TYPED_TEST()
60 param_type(Limits::min(), Limits::max()), in TYPED_TEST()
61 param_type(Limits::lowest(), Limits::max()), in TYPED_TEST()
62 param_type(Limits::min() + 1, Limits::max() - 1), in TYPED_TEST()
80 absl::uniform_int_distribution<TypeParam> after(Limits::min() + 3, in TYPED_TEST()
81 Limits in TYPED_TEST()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dtypes.cc23 bool RangeType::Limits::IsEmpty() { return this->min > this->max; } in IsEmpty()
25 RangeType::Limits RangeType::Limits::Intersect(Limits lhs, Limits rhs) { in Intersect()
27 Limits result(lhs); in Intersect()
33 RangeType::Limits RangeType::Limits::Union(Limits lhs, Limits rh
[all...]
H A Dtypes.h324 struct Limits { struct in v8::internal::compiler::BitsetType::RangeType
327 Limits(double min, double max) : min(min), max(max) {} in Limits() function
328 explicit Limits(const RangeType* range) in Limits() function
331 static Limits Empty() { return Limits(1, 0); } in Empty()
332 static Limits Intersect(Limits lhs, Limits rhs);
333 static Limits Union(Limits lh
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs42 if let Some(limits) = Limits::of(new_repr) { in insert()
137 if let Some(limits) = Limits::of(expected_repr) { in insert()
278 struct Limits { structure names
284 impl Limits { impls
285 fn of(repr: Atom) -> Option<Limits> { in of()
295 const LIMITS: [Limits; 8] = [
296 Limits {
301 Limits {
306 Limits {
311 Limits {
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs42 if let Some(limits) = Limits::of(new_repr) { in insert()
137 if let Some(limits) = Limits::of(expected_repr) { in insert()
278 struct Limits { structure names
284 impl Limits { impls
285 fn of(repr: Atom) -> Option<Limits> { in of()
295 const LIMITS: [Limits; 8] = [
296 Limits {
301 Limits {
306 Limits {
311 Limits {
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs42 if let Some(limits) = Limits::of(new_repr) { in insert()
137 if let Some(limits) = Limits::of(expected_repr) { in insert()
278 struct Limits { structure names
284 impl Limits { impls
285 fn of(repr: Atom) -> Option<Limits> { in of()
295 const LIMITS: [Limits; 8] = [
296 Limits {
301 Limits {
306 Limits {
311 Limits {
[all...]
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs42 if let Some(limits) = Limits::of(new_repr) { in insert()
137 if let Some(limits) = Limits::of(expected_repr) { in insert()
278 struct Limits { structure names
284 impl Limits { impls
285 fn of(repr: Atom) -> Option<Limits> { in of()
295 const LIMITS: [Limits; 8] = [
296 Limits {
301 Limits {
306 Limits {
311 Limits {
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs42 if let Some(limits) = Limits::of(new_repr) { in insert()
137 if let Some(limits) = Limits::of(expected_repr) { in insert()
278 struct Limits { structure names
284 impl Limits { impls
285 fn of(repr: Atom) -> Option<Limits> { in of()
295 const LIMITS: [Limits; 8] = [
296 Limits {
301 Limits {
306 Limits {
311 Limits {
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuFloatFormat.cpp273 typedef std::numeric_limits<T> Limits;
275 DE_ASSERT(Limits::radix == 2);
277 return FloatFormat(Limits::min_exponent - 1, // These have a built-in offset of one
278 Limits::max_exponent - 1,
279 Limits::digits - 1, // don't count the hidden bit
280 Limits::has_denorm != std::denorm_absent,
281 Limits::has_infinity ? YES : NO,
282 Limits::has_quiet_NaN ? YES : NO,
283 ((Limits::has_denorm == std::denorm_present) ? YES :
284 (Limits
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h47 struct Limits { struct
55 Limits TableLimits;
91 Limits Memory;
309 std::vector<Limits> Memories;
407 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Limits)
478 template <> struct MappingTraits<WasmYAML::Limits> {
479 static void mapping(IO &IO, WasmYAML::Limits &Limits);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp22 Limits.push_back(Limit); in beginRecord()
27 assert(!Limits.empty() && "Not in a record!"); in endRecord()
28 Limits.pop_back(); in endRecord()
61 assert(!Limits.empty() && "Not in a record!"); in maxFieldLength()
68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength()
69 for (auto X : makeArrayRef(Limits).drop_front()) { in maxFieldLength()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.h101 struct Limits struct in nv50_ir::NVC0LegalizePostRA
103 Limits() : min(0), max(0) { } in Limits() function
104 Limits(int min, int max) : min(min), max(max) { } in Limits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp304 IO.mapRequired("Limits", Table.TableLimits); in mapping()
363 void MappingTraits<WasmYAML::Limits>::mapping(IO &IO, in mapping() argument
364 WasmYAML::Limits &Limits) { in mapping()
365 if (!IO.outputting() || Limits.Flags) in mapping()
366 IO.mapOptional("Flags", Limits.Flags); in mapping()
367 IO.mapRequired("Initial", Limits.Initial); in mapping()
368 if (!IO.outputting() || Limits.Flags & wasm::WASM_LIMITS_FLAG_HAS_MAX) in mapping()
369 IO.mapOptional("Maximum", Limits.Maximum); in mapping()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh220 struct Limits {
224 Limits(uint32_t min, uint32_t max = std::numeric_limits<uint32_t>::max()) :
329 static auto make(own<ValType>&&, Limits) -> own<TableType>;
333 auto limits() const -> const Limits&;
344 static auto make(Limits) -> own<MemoryType>;
347 auto limits() const -> const Limits&;
/third_party/node/src/
H A Dutil-inl.h482 using Limits = std::numeric_limits<T>; in ToV8Value()
485 if (static_cast<uint32_t>(Limits::max()) <= in ToV8Value()
487 static_cast<uint32_t>(Limits::min()) >= in ToV8Value()
488 std::numeric_limits<uint32_t>::min() && Limits::is_exact) { in ToV8Value()
492 if (static_cast<int32_t>(Limits::max()) <= in ToV8Value()
494 static_cast<int32_t>(Limits::min()) >= in ToV8Value()
495 std::numeric_limits<int32_t>::min() && Limits::is_exact) { in ToV8Value()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dreflect.cc18 auto operator<<(std::ostream& out, wasm::Limits limits) -> std::ostream& {
20 if (limits.max < wasm::Limits(0).max) out << " " << limits.max;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DClientActiveTextureTest.cpp56 TEST_P(ClientActiveTextureTest, Limits) in TEST_P()
H A DMatrixStackTest.cpp49 TEST_P(MatrixStackTest, Limits) in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp558 // Limits holds the maximum nested counts for the shader.
559 struct Limits struct in sw::Shader
575 inline const Limits& getLimits() const { return limits; } in getLimits()
646 Limits limits; // Calculated in analyzeLimits().
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput_test.cc47 TEST(BufferRawSink, Limits) { in TEST()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp277 /** Limits
292 class Limits : public deqp::TestCase class
295 Limits(deqp::Context& context);
296 ~Limits(void);

Completed in 16 milliseconds

12