Home
last modified time | relevance | path

Searched refs:umax (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/aarch64/
Dvp9lpf_16bpp_neon.S53 umax v4.8h, v4.8h, v5.8h
54 umax v5.8h, v6.8h, v7.8h
55 umax \tmp1\().8h, \tmp1\().8h, \tmp2\().8h
57 umax v4.8h, v4.8h, v5.8h
60 umax v4.8h, v4.8h, \tmp1\().8h // max(abs(p3 - p2), ..., abs(q2 - q3))
84 umax v6.8h, v6.8h, v2.8h
85 umax v1.8h, v1.8h, \tmp1\().8h
86 umax \tmp2\().8h, \tmp2\().8h, \tmp3\().8h
89 umax v6.8h, v6.8h, v1.8h
91 umax v6.8h, v6.8h, \tmp2\().8h
[all …]
Dvp9lpf_neon.S182 umax v4\sz, v4\sz, v5\sz
183 umax v5\sz, v6\sz, v7\sz
184 umax \tmp1\sz, \tmp1\sz, \tmp2\sz
186 umax v4\sz, v4\sz, v5\sz
189 umax v4\sz, v4\sz, \tmp1\sz // max(abs(p3 - p2), ..., abs(q2 - q3))
215 umax v6\sz, v6\sz, v2\sz
216 umax v1\sz, v1\sz, \tmp1\sz
217 umax \tmp2\sz, \tmp2\sz, \tmp3\sz
220 umax v6\sz, v6\sz, v1\sz
222 umax v6\sz, v6\sz, \tmp2\sz
[all …]
Dh264dsp_neon.S76 umax v23.16B, v23.16B, v22.16B
80 umax v28.16B, v28.16B, v22.16B
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_sdltest.c90 Uint64 umax; in sdltest_randomNumber() local
94 umax = (1 << 8) - 1; in sdltest_randomNumber()
96 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber()
105 umax = (1 << 16) - 1; in sdltest_randomNumber()
107 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber()
116 umax = ((Uint64)1 << 32) - 1; in sdltest_randomNumber()
118 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber()
/third_party/glslang/Test/
D300BuiltIns.frag4 uint umax, umin;
43 uvec4 uv10 = clamp(uv4y, umin, umax);
/third_party/boost/boost/convert/
Dstrtol.hpp177 unsigned_type const umax = max + (is_negative ? 1 : 0); in str_to_i() local
178 unsigned_type const cutoff = umax / base; in str_to_i()
179 uint_type const cutlim = umax % base; in str_to_i()
/third_party/mesa3d/src/intel/tools/tests/gen9/
Dsends.asm30 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 1 rlen 0 { align1 …
32 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 2 ex_mlen 1 rlen 0 { align1 2…
46 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 254, SIMD16, umax) mlen 2 ex_mlen 2 rlen 0 { …
144 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 0, SIMD16, umax) mlen 1 ex_mlen 1 rlen 1 { align1 …
186 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 1 ex_mlen 1 rlen 1 { ali…
200 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 2 rlen 2 { al…
216 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 1 ex_mlen 1 rlen 0 { ali…
228 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 2 rlen 0 { al…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp999 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
1004 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax()
1005 APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1; in umax()
1182 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
1187 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
1210 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
1211 return getNonEmpty(std::move(umax), APInt::getNullValue(getBitWidth())); in binaryOr()
1427 APIntOps::umax(-SMin, SMax) + 1); in abs()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c69 OP(umax, umax) in parse_atomic_op()
Dnir_opt_load_store_vectorize.c89 ATOMIC(nir_var_mem_ssbo, ssbo, umax, 0, 1, -1, 2) in get_info()
103 ATOMIC(0, deref, umax, -1, -1, 0, 1) in get_info()
117 ATOMIC(nir_var_mem_shared, shared, umax, -1, 0, -1, 1) in get_info()
131 ATOMIC(nir_var_mem_global, global, umax, -1, 0, -1, 1) in get_info()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp765 constexpr GLuint umax = UINT_MAX; in GetUnsizedEffectiveInternalFormatInfo() local
774 { GL_ALPHA8_EXT, GL_ALPHA, 0, umax, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
775 { GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, umax, 0, umax, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
776 { GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA, 1, 8, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
777 { GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
778 { GL_RGB8, GL_RGB, 6, 8, 7, 8, 6, 8, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
/third_party/glslang/Test/baseResults/
D300BuiltIns.frag.out106 0:43 'umax' ( global mediump uint)
193 0:? 'umax' ( global mediump uint)
313 0:43 'umax' ( global mediump uint)
400 0:? 'umax' ( global mediump uint)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h372 ConstantRange umax(const ConstantRange &Other) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp993 constexpr GLuint umax = UINT_MAX; in GetUnsizedEffectiveInternalFormatInfo() local
1002 { GL_ALPHA8_EXT, GL_ALPHA, 0, umax, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
1003 { GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, umax, 0, umax, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
1004 { GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA, 1, 8, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
1005 { GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
1006 { GL_RGB8, GL_RGB, 6, 8, 7, 8, 6, 8, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
/third_party/openh264/codec/processing/src/arm64/
Dvaa_calc_aarch64_neon.S110 umax v31.16b, v31.16b,v30.16b
197 umax v31.16b, v31.16b,v3.16b //p_mad
237 umax v26.16b, v26.16b,v3.16b //p_mad
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp47 inline boost::intmax_t umax(mpl::false_ const&) in umax() function
52 inline boost::intmax_t umax(mpl::true_ const&) in umax() function
57 inline boost::intmax_t umax() in umax() function
59 …return umax(mpl::bool_<std::numeric_limits<boost::intmax_t>::digits >= std::numeric_limits<std::si… in umax()
1173 if((v < 0) || (v > umax())) in parse_repeat_range()
1222 max = ((v >= 0) && (v < umax())) ? (std::size_t)v : (std::numeric_limits<std::size_t>::max)(); in parse_repeat_range()
/third_party/mesa3d/docs/relnotes/
D20.2.1.rst108 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c98 UOPC(umax, SELECT, 0_1_0, LT),
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c733 ALU_CASE(umax, umax); in emit_alu()
2085 ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic()
2096 IMAGE_ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td118 def : GINodeEquiv<G_UMAX, umax>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc127 experimental_vector_reduce_umax, // llvm.experimental.vector.reduce.umax
/third_party/openh264/codec/encoder/core/arm64/
Dreconstruct_aarch64_neon.S97 umax \arg0\().8h, \arg0\().8h, \arg1\().8h
99 umax \arg2\().8h, \arg2\().8h, \arg3\().8h
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dsend.asm596 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 4 rlen 0 { align1 1Q };
598 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 4 rlen 0 { align1 2Q };
1236 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 3 rlen 1 { align1 1Q };
1238 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 3 rlen 1 { align1 2Q };
1326 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 2 rlen 1 { align1 1Q };
1340 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 4 rlen 2 { align1 1H };
1366 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 2 rlen 0 { align1 1Q };
1380 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 4 rlen 0 { align1 1H };
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp288 void umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/third_party/openh264/codec/common/arm64/
Ddeblocking_aarch64_neon.S846 umax v1.16b, v18.16b, v16.16b
847 umax v0.16b, v19.16b, v17.16b

1234