/external/skia/include/private/ |
D | SkVx.h | 49 #define SINT template <int N, typename T> SI macro 142 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { 177 SINT VExt<N,T> to_vext(const Vec<N,T>& v) { return bit_pun<VExt<N,T>>(v); } 178 SINT Vec <N,T> to_vec(const VExt<N,T>& v) { return bit_pun<Vec <N,T>>(v); } 180 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) { 183 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) { 186 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) { 189 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) { 193 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) { 196 SINT Vec<N,T> operator&(const Vec<N,T>& x, const Vec<N,T>& y) { [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 169 I3(A, L8_SINT, R8_SINT, R, R, R, xx, SINT, R8, TR), 174 I3(A, L16_SINT, R16_SINT, R, R, R, xx, SINT, R16, TR), 177 I3(A, L32_SINT, R32_SINT, R, R, R, xx, SINT, R32, TR), 182 C4(A, I8_SINT, R8_SINT, R, R, R, R, SINT, R8, TR), 187 C4(A, I16_SINT, R16_SINT, R, R, R, R, SINT, R16, TR), 190 C4(A, I32_SINT, R32_SINT, R, R, R, R, SINT, R32, TR), 195 A1(A, A8_SINT, R8_SINT, xx, xx, xx, R, SINT, R8, T), 200 A1(A, A16_SINT, R16_SINT, xx, xx, xx, R, SINT, R16, T), 203 A1(A, A32_SINT, R32_SINT, xx, xx, xx, R, SINT, R32, T), 210 C4(A, L8A8_SINT, RG8_SINT, R, R, R, G, SINT, G8R8, T), [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 997 { "RGBA32I", 4, { 32, 32, 32, 32 }, SINT }, 998 { "RGBA16I", 4, { 16, 16, 16, 16 }, SINT }, 999 { "RGBA8I", 4, { 8, 8, 8, 8 }, SINT }, 1000 { "RG32I", 2, { 32, 32, 0, 0 }, SINT }, 1001 { "RG16I", 2, { 16, 16, 0, 0 }, SINT }, 1002 { "RG8I", 2, { 8, 8, 0, 0 }, SINT }, 1003 { "R32I", 1, { 32, 0, 0, 0 }, SINT }, 1004 { "R16I", 1, { 16, 0, 0, 0 }, SINT }, 1005 { "R8I", 1, { 8, 0, 0, 0 }, SINT },
|
D | nv50_ir.h | 479 SINT, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 2202 case SINT: in getSrcType() 2218 case SINT: in getDestType()
|
/external/mesa3d/docs/gallium/ |
D | format.rst | 20 - ``SINT``: N bit signed integer [-2^(N-1) ... 2^(N-1) - 1] 30 The difference between ``SINT`` and ``SSCALED`` is that the former are pure
|
D | tgsi.rst | 3580 level) out of UNORM, SNORM, SINT, UINT and FLOAT.
|
/external/ethtool/ |
D | amd8111e.c | 94 SINT = (1 << 12), enumerator
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.4.rst | 82 - i965: Drop SINT workaround for CMS layout on Broadwell.
|
D | 18.0.4.rst | 46 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 18.1.1.rst | 45 - radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
|
D | 10.2.5.rst | 117 - i965: Drop SINT workaround for CMS layout on Broadwell.
|
D | 17.0.1.rst | 172 - radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
|
D | 13.0.6.rst | 235 - radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
|
D | 20.3.0.rst | 3881 - iris: Fix SINT assert in convert_fast_clear_color 4134 - amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table
|
D | 19.0.0.rst | 1800 - gallium: add SINT formats to have exact counterparts to SNORM formats
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | integer.h | 475 template <typename SINT = std::int64_t, typename UINT = std::uint64_t> 476 constexpr SINT ToSInt() const { in ToSInt() 477 SINT n = ToUInt<UINT>(); in ToSInt()
|
/external/angle/src/tests/deqp_support/ |
D | deqp_khr_gles3_test_expectations.txt | 16 // CopyTexImage conversion failing due to Vulkan validation error re: UINT/SINT-descriptor-set issu…
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ |
D | Clear11.hlsl | 10 // - UINT & SINT clears can only be compiled with FL10+
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6665 SDValue SINT = Op.getOperand(0); in LowerINT_TO_FP() local 6687 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP() 6690 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP() 6703 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP() 6709 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP() 6716 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP() 6722 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP() 6732 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP() 6742 SINT.getOpcode() == ISD::SIGN_EXTEND) || in LowerINT_TO_FP() 6744 SINT.getOpcode() == ISD::ZERO_EXTEND)) && in LowerINT_TO_FP() [all …]
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | glxgears-a420.log | 56 RB_BLEND_RED: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 58 RB_BLEND_GREEN: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 530 RB_BLEND_RED: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 532 RB_BLEND_GREEN: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 534 RB_BLEND_BLUE: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 536 RB_BLEND_ALPHA: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 691 + 00000000 RB_BLEND_RED: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 693 + 00000000 RB_BLEND_GREEN: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 695 + 00000000 RB_BLEND_BLUE: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 } 697 + 00000000 RB_BLEND_ALPHA: { UINT = 0 | SINT = 0 | FLOAT = 0.000000 }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8103 SDValue SINT = Op.getOperand(0); in LowerINT_TO_FP() local 8125 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP() 8128 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP() 8141 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP() 8147 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP() 8154 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP() 8159 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP() 8169 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP() 8179 SINT.getOpcode() == ISD::SIGN_EXTEND) || in LowerINT_TO_FP() 8181 SINT.getOpcode() == ISD::ZERO_EXTEND)) && in LowerINT_TO_FP() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8742 SDValue SINT = Src; in LowerINT_TO_FP() local 8764 SINT, DAG.getConstant(2047, dl, MVT::i64)); in LowerINT_TO_FP() 8767 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT); in LowerINT_TO_FP() 8780 SINT, DAG.getConstant(53, dl, MVT::i32)); in LowerINT_TO_FP() 8788 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT); in LowerINT_TO_FP() 8795 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) { in LowerINT_TO_FP() 8800 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) { in LowerINT_TO_FP() 8810 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) { in LowerINT_TO_FP() 8820 SINT.getOpcode() == ISD::SIGN_EXTEND) || in LowerINT_TO_FP() 8822 SINT.getOpcode() == ISD::ZERO_EXTEND)) && in LowerINT_TO_FP() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 190 mode = VTX_ATTR(a, 4, SINT, 32); in nvc0_set_constant_vertex_attrib()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 8047 ,"SX",,".SINT MAARTEN (DUTCH PART)",,,"",,,,,
|