Home
last modified time | relevance | path

Searched defs:maxVal (Results 51 - 75 of 79) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp236 int maxVal = (1<<stencilBits)-1; in getStencilTestValues() local
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp232 ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal, int32_t maxVal) ConfigureDefaultVal() argument
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp157 ConfigureDefaultVal(const Format &format, const std::string_view &formatKey, int32_t minVal, int32_t maxVal) ConfigureDefaultVal() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp601 bool BackupDatabaseUtils::IsValInBound(float val, float minVal, float maxVal) in IsValInBound() argument
/third_party/backends/backend/
H A Dmustek_pp_cis.c1624 int i, maxVal = 0; in cis_check_result() local
/third_party/cJSON/
H A DcJSON.c706 double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); in compare_double() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java2664 parseOffsetFieldWithLocalizedDigits(String text, int start, int minDigits, int maxDigits, int minVal, int maxVal, int[] parsedLen) parseOffsetFieldWithLocalizedDigits() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java2594 parseOffsetFieldWithLocalizedDigits(String text, int start, int minDigits, int maxDigits, int minVal, int maxVal, int[] parsedLen) parseOffsetFieldWithLocalizedDigits() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp134 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp287 double maxVal = std::max(maxPart, std::max(fabs(dx), fabs(dy))); in linearIntersects() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp103 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp148 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() argument
3270 tcu::Vec4 minVal, maxVal; in compareGenMipmapVeryLenient() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp188 int maxVal = minVal + rangeLen; in computeRandomValueRangeForInfElements() local
210 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRangeForInfElements() local
363 float maxVal = +10.0f; in FloatLiteral() local
406 float maxVal = valueRange.getMax().asFloat(); getWeight() local
433 int maxVal = +16; IntLiteral() local
461 int maxVal = valueRange.getMax().asInt(); getWeight() local
487 int maxVal = 1; BoolLiteral() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c528 int16_t maxVal; in state_construct() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp208 uint32_t maxVal; in getParamsFromContext() local
1644 uint32_t maxVal; in getParamsFromContext() local
H A DvktMeshShaderQueryTestsEXT.cpp754 uint64_t maxVal = expectedMaxVal; in verifyQueryCounter() local
767 msg << queryName << " not in expected range: " << readVal << " out of [" << minVal << ", " << maxVal << "]"; in verifyQueryCounter() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp171 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp208 uint32_t maxVal; in getParamsFromContext() local
1644 uint32_t maxVal; in getParamsFromContext() local
H A DvktMeshShaderQueryTestsEXT.cpp753 uint64_t maxVal = expectedMaxVal; in verifyQueryCounter() local
766 msg << queryName << " not in expected range: " << readVal << " out of [" << minVal << ", " << maxVal << "]"; in verifyQueryCounter() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp171 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp133 T maxVal = vec[0]; in maxComp() local
216 const tcu::Vec4 maxVal = max(quad) + prec.colorThreshold; in isInColorBounds() local
223 const tcu::Vec4 maxVal = max(max(quad0), max(quad1)) + prec.colorThreshold; in isInColorBounds() local
230 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold; in isInColorBounds() local
242 const tcu::Vec4 maxVal = max(max(quad00), max(max(quad01), max(max(quad10), max(quad11)))) + prec.colorThreshold; isInColorBounds() local
[all...]
H A DtcuTexture.cpp234 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local
523 const deUint32 maxVal = (1u << bits) - 1; in channelToUnormFloat() local
549 const deUint32 maxVal = (1u << bits) - 1; in unormFloatToChannel() local
566 const deUint32 maxVal = (1u << bits) - 1; in uintToChannel() local
573 const deInt32 maxVal in intToChannel() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp933 uint32_t WindowSceneSessionImpl::UpdateConfigVal(uint32_t minVal, uint32_t maxVal, uint32_t configVal, in UpdateConfigVal() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6067 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4365 ExprP<deFloat16> clamp(const ExprP<deFloat16>& x, const ExprP<deFloat16>& minVal, const ExprP<deFloat16>& maxVal) in clamp() argument
4370 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) in clamp() argument
4375 ExprP<double> clamp(const ExprP<double>& x, const ExprP<double>& minVal, const ExprP<double>& maxVal) in clamp() argument
[all...]

Completed in 106 milliseconds

1234