Home
last modified time | relevance | path

Searched defs:Limits (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h101 struct Limits struct
103 Limits() : min(0), max(0) { } in Limits() argument
104 Limits(int min, int max) : min(min), max(max) { } in Limits() function
105 int min, max;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLimitsTests.cpp20 TEST(Limits, GetDefaultLimits) { in TEST() argument
31 TEST(Limits, ReifyDefaultLimits_PopulatesDefault) { in TEST() argument
43 TEST(Limits, ReifyDefaultLimits_Clamps) { in TEST() argument
55 TEST(Limits, ValidateLimits) { in TEST() argument
115 TEST(Limits, ApplyLimitTiers) { in TEST() argument
/third_party/rust/crates/cxx/syntax/
Ddiscriminant.rs278 struct Limits { struct
284 impl Limits { argument
285 fn of(repr: Atom) -> Option<Limits> { in of()
/third_party/json/doc/mkdocs/docs/features/types/
Dindex.md140 ### Limits subsection
170 ### Limits subsection
245 ### Limits subsection
/third_party/json/doc/mkdocs/docs/api/basic_json/
Darray_t.md36 #### Limits subsubsection
Dnumber_integer_t.md37 #### Limits subsubsection
Dnumber_float_t.md36 #### Limits subsubsection
Dnumber_unsigned_t.md37 #### Limits subsubsection
Dobject_t.md74 #### Limits subsubsection
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixStackTest.cpp49 TEST_P(MatrixStackTest, Limits) in TEST_P() argument
DClientActiveTextureTest.cpp56 TEST_P(ClientActiveTextureTest, Limits) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixStackTest.cpp49 TEST_P(MatrixStackTest, Limits) in TEST_P() argument
DClientActiveTextureTest.cpp56 TEST_P(ClientActiveTextureTest, Limits) in TEST_P() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc50 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST() typedef
217 using Limits = std::numeric_limits<int32_t>; in GenParams() typedef
Duniform_int_distribution_test.cc46 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST() typedef
134 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Doutput_test.cc47 TEST(BufferRawSink, Limits) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h259 SmallVector<RecordLimit, 2> Limits; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h47 struct Limits { struct
55 Limits TableLimits; argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp559 struct Limits struct in sw::Shader
561 uint32_t loops = 0; // maximum nested loop and reps.
562 uint32_t ifs = 0; // maximum nested if statements.
563 uint32_t stack = 0; // maximum call depth.
564 uint32_t maxLabel = 0; // highest label in use.
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc34 using Limits = std::numeric_limits<TypeParam>; in TYPED_TEST() typedef
/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp273 typedef std::numeric_limits<T> Limits; in nativeFormat() typedef
/third_party/node/src/
Dutil-inl.h457 using Limits = std::numeric_limits<T>; in ToV8Value() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp364 WasmYAML::Limits &Limits) { in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h781 typedef std::numeric_limits<IntT> Limits; in toInt() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc923 TEST(Time, Limits) { in TEST() argument

12