Home
last modified time | relevance | path

Searched defs:maxVal (Results 26 - 50 of 79) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp268 const int maxVal = m_precision == PRECISION_LOWP ? 2 : 32; in getInputs() local
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c187 deInt32 maxVal; member
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp438 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return LogGradientFmt(minVal, maxVal); } in formatGradient() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.hpp201 ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*>(maxVal)) {} in ConstValueRangeAccess() argument
243 ValueRangeAccess (const VariableType& type, Scalar* minVal, Scalar* maxVal) : ConstValueRangeAccess(type, minVal, maxVal) {} in ValueRangeAccess() argument
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp113 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) in InterpolationCase() argument
301 Vec3 maxVal; in init() member
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp348 T maxVal = samples[0].*field; in getMaximumValue() local
H A Des2fDepthStencilTests.cpp236 int maxVal = (1<<stencilBits)-1; in getStencilTestValues() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) in InterpolationCase() argument
307 Vec3 maxVal; in init() member
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp36 inline constexpr Size2D LocalClamp(const Size2D val, const Size2D minVal, const Size2D maxVal) in LocalClamp() argument
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h77 int32_t maxVal; member
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1605 static void GetMaxAndSumVal(size_t numBlocks, uint32_t *blockErrs, uint32_t &maxVal, uint32_t &sumVal) in GetMaxAndSumVal() argument
1732 uint32_t maxVal = 0; in ClReadAstcBufAndBlockError() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
404 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp201 tcu::Vec4 maxVal; in computeScaleAndBias() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp317 void fillGradient (MultiPlaneImageData* imageData, const tcu::Vec4& minVal, const tcu::Vec4& maxVal) in fillGradient() argument
778 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp317 void fillGradient (MultiPlaneImageData* imageData, const tcu::Vec4& minVal, const tcu::Vec4& maxVal) in fillGradient() argument
777 deInt64 maxVal = std::numeric_limits<T>::max(); in convertSatRte() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp189 float maxVal = valueRange.getMax().component(compNdx).asFloat(); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp201 tcu::Vec4 maxVal; in computeScaleAndBias() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp47 Vec4 maxVal; in computeScaleAndBias() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp575 static float maxVal = 1; in IsValidVolume() local
/third_party/cJSON/
H A DcJSON_Utils.c114 double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); in compare_double() local
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c934 int32_t maxVal; in fxt1_quantize_MIXED0() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp745 int32_t maxVal = 0; in genAxis() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp937 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tcu::Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp937 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tcu::Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument

Completed in 35 milliseconds

1234