/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTests.cpp | 247 static constexpr uint32_t minLimit = 65535u; member in vkt::MeshShader::__anon5f53b2200111::MaxDrawMeshTasksCountCase 258 if (properties.maxDrawMeshTasksCount < minLimit) in checkSupport() 266 minLimit, // uint32_t bufferElements; in createInstance() 267 minLimit, // uint32_t taskCount; in createInstance() 310 static constexpr uint32_t minLimit = 32u; member in vkt::MeshShader::__anon5f53b2200111::MaxTaskWorkGroupInvocationsCase 318 if (properties.maxTaskWorkGroupInvocations < minLimit) in checkSupport() 326 minLimit, // uint32_t bufferElements; in createInstance() 344 taskReplacements["TASK_LOCAL_SIZE_X"] = de::toString(uint32_t{minLimit}); in initPrograms() 387 static constexpr uint32_t minLimit = 65535u; member in vkt::MeshShader::__anon5f53b2200111::MaxTaskOutputCountCase 395 if (properties.maxTaskOutputCount < minLimit) in checkSupport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTests.cpp | 247 static constexpr uint32_t minLimit = 65535u; member in vkt::MeshShader::__anonbecf53a00111::MaxDrawMeshTasksCountCase 258 if (properties.maxDrawMeshTasksCount < minLimit) in checkSupport() 266 minLimit, // uint32_t bufferElements; in createInstance() 267 minLimit, // uint32_t taskCount; in createInstance() 310 static constexpr uint32_t minLimit = 32u; member in vkt::MeshShader::__anonbecf53a00111::MaxTaskWorkGroupInvocationsCase 318 if (properties.maxTaskWorkGroupInvocations < minLimit) in checkSupport() 326 minLimit, // uint32_t bufferElements; in createInstance() 344 taskReplacements["TASK_LOCAL_SIZE_X"] = de::toString(uint32_t{minLimit}); in initPrograms() 387 static constexpr uint32_t minLimit = 65535u; member in vkt::MeshShader::__anonbecf53a00111::MaxTaskOutputCountCase 395 if (properties.maxTaskOutputCount < minLimit) in checkSupport() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | BasicPeriodBuilderFactory.java | 44 int minLimit; field in BasicPeriodBuilderFactory.Settings 112 Settings setMinLimit(float minLimit) { in setMinLimit() argument 113 int val = minLimit <= 0 ? 0 : (int)(minLimit*1000); in setMinLimit() 114 if (minLimit == val) { in setMinLimit() 118 result.minLimit = val; in setMinLimit() 170 if (minLimit > 0) { in createLimited() 173 long eml = (emu == minUnit) ? minLimit : in createLimited() 174 Math.max(1000, (approximateDurationOf(minUnit) * minLimit) / emud); in createLimited() 189 result.minLimit = minLimit; in copy() 231 public PeriodBuilderFactory setMinLimit(float minLimit) { in setMinLimit() argument [all …]
|
D | PeriodBuilderFactory.java | 53 PeriodBuilderFactory setMinLimit(float minLimit); in setMinLimit() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | BasicPeriodBuilderFactory.java | 43 int minLimit; field in BasicPeriodBuilderFactory.Settings 111 Settings setMinLimit(float minLimit) { in setMinLimit() argument 112 int val = minLimit <= 0 ? 0 : (int)(minLimit*1000); in setMinLimit() 113 if (minLimit == val) { in setMinLimit() 117 result.minLimit = val; in setMinLimit() 169 if (minLimit > 0) { in createLimited() 172 long eml = (emu == minUnit) ? minLimit : in createLimited() 173 Math.max(1000, (approximateDurationOf(minUnit) * minLimit) / emud); in createLimited() 188 result.minLimit = minLimit; in copy() 230 public PeriodBuilderFactory setMinLimit(float minLimit) { in setMinLimit() argument [all …]
|
D | PeriodBuilderFactory.java | 51 PeriodBuilderFactory setMinLimit(float minLimit); in setMinLimit() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringSearch.java | 1011 int minLimit; in search() local 1082 minLimit = lastCEI.lowIndex_; in search() 1177 if (minLimit < maxLimit) { in search() 1184 if (minLimit == lastCEI.highIndex_ && isBreakBoundary(minLimit)) { in search() 1185 mLimit = minLimit; in search() 1187 int nba = nextBoundaryAfter(minLimit); in search() 1311 int minLimit; in searchBackwards() local 1389 minLimit = lastCEI.lowIndex_; in searchBackwards() 1436 if (minLimit < maxLimit) { in searchBackwards() 1437 int nba = nextBoundaryAfter(minLimit); in searchBackwards() [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1027 int minLimit; in search() local 1098 minLimit = lastCEI.lowIndex_; in search() 1193 if (minLimit < maxLimit) { in search() 1200 if (minLimit == lastCEI.highIndex_ && isBreakBoundary(minLimit)) { in search() 1201 mLimit = minLimit; in search() 1203 int nba = nextBoundaryAfter(minLimit); in search() 1327 int minLimit; in searchBackwards() local 1405 minLimit = lastCEI.lowIndex_; in searchBackwards() 1452 if (minLimit < maxLimit) { in searchBackwards() 1453 int nba = nextBoundaryAfter(minLimit); in searchBackwards() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | usearch.cpp | 1822 int32_t minLimit; in usearch_search() local 1900 minLimit = lastCEI->lowIndex; in usearch_search() 2001 if (minLimit < maxLimit) { in usearch_search() 2008 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit, *status)) { in usearch_search() 2009 mLimit = minLimit; in usearch_search() 2011 int32_t nba = nextBoundaryAfter(strsrch, minLimit, *status); in usearch_search() 2027 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit); in usearch_search() 2168 int32_t minLimit; in usearch_searchBackwards() local 2256 minLimit = lastCEI->lowIndex; in usearch_searchBackwards() 2305 if (minLimit < maxLimit) { in usearch_searchBackwards() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1210 int32_t minLimit = targetOrders.getLowOffset(i + patternSize - 1); in simpleSearch() local 1240 if (minLimit < maxLimit) { in simpleSearch() 1247 …if (minLimit == targetOrders.getHighOffset(i + patternSize - 1) && ubrk_isBoundary(charBreakIterat… in simpleSearch() 1248 mend = minLimit; in simpleSearch() 1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()
|
/third_party/flutter/skia/src/core/ |
D | SkStrikeCache.cpp | 402 static const size_t minLimit = 256 * 1024; in setCacheSizeLimit() local 403 if (newLimit < minLimit) { in setCacheSizeLimit() 404 newLimit = minLimit; in setCacheSizeLimit()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 3890 int32_t minLimit; in usearch_search() local 3968 minLimit = lastCEI->lowIndex; in usearch_search() 4066 if (minLimit < maxLimit) { in usearch_search() 4073 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit)) { in usearch_search() 4074 mLimit = minLimit; in usearch_search() 4076 int32_t nba = nextBoundaryAfter(strsrch, minLimit); in usearch_search() 4088 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit); in usearch_search() 4214 int32_t minLimit; in usearch_searchBackwards() local 4299 minLimit = lastCEI->lowIndex; in usearch_searchBackwards() 4348 if (minLimit < maxLimit) { in usearch_searchBackwards() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | usearch.cpp | 3890 int32_t minLimit; in usearch_search() local 3968 minLimit = lastCEI->lowIndex; in usearch_search() 4066 if (minLimit < maxLimit) { in usearch_search() 4073 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit)) { in usearch_search() 4074 mLimit = minLimit; in usearch_search() 4076 int32_t nba = nextBoundaryAfter(strsrch, minLimit); in usearch_search() 4088 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit); in usearch_search() 4214 int32_t minLimit; in usearch_searchBackwards() local 4299 minLimit = lastCEI->lowIndex; in usearch_searchBackwards() 4348 if (minLimit < maxLimit) { in usearch_searchBackwards() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 3884 int32_t minLimit; in usearch_search() local 3962 minLimit = lastCEI->lowIndex; in usearch_search() 4060 if (minLimit < maxLimit) { in usearch_search() 4067 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit)) { in usearch_search() 4068 mLimit = minLimit; in usearch_search() 4070 int32_t nba = nextBoundaryAfter(strsrch, minLimit); in usearch_search() 4082 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit); in usearch_search() 4208 int32_t minLimit; in usearch_searchBackwards() local 4293 minLimit = lastCEI->lowIndex; in usearch_searchBackwards() 4342 if (minLimit < maxLimit) { in usearch_searchBackwards() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBufferTests.cpp | 143 …ontext& ctx, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type); 153 …ext& context, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type) in LimitQueryCase() argument 156 , m_minValue (minLimit) in LimitQueryCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1650 const Vec4 minLimit (-65536.0); in iterateInternal() local 1652 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in iterateInternal() 1929 const Vec4 minLimit (-65536.0); in init() local 1931 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1650 const Vec4 minLimit (-65536.0); in iterateInternal() local 1652 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in iterateInternal() 1929 const Vec4 minLimit (-65536.0); in init() local 1931 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 1340 const int minLimit = (querySupportsSigned(m_type)) ? (-1000) : (0); in test() local 1344 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); in test() 1356 const GLint ref = rnd.getInt(minLimit, 1000); in test() 2177 const int minLimit = (querySupportsSigned(m_type)) ? (-1000) : (0); in test() local 2181 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); in test() 2193 const GLint ref = rnd.getInt(minLimit, 1000); in test()
|