Home
last modified time | relevance | path

Searched refs:scalarSize (Results 1 – 25 of 149) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp307 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() local
311 curScalarOffset += scalarSize*numValues; in getInputOutputPointers()
573 std::fill((float*)values[0] + scalarSize*1, (float*)values[0] + scalarSize*2, -1.0f); in getInputValues()
574 std::fill((float*)values[0] + scalarSize*2, (float*)values[0] + scalarSize*3, 0.0f); in getInputValues()
580 std::fill((int*)values[0] + scalarSize*1, (int*)values[0] + scalarSize*2, -1); in getInputValues()
581 std::fill((int*)values[0] + scalarSize*2, (int*)values[0] + scalarSize*3, 0); in getInputValues()
582 …recision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
688 for (int ndx = 0; ndx < numValues*scalarSize; ndx++) in getInputValues()
1728 ((float*)values[0])[scalarSize*0 + compNdx] = 0.0f; in getInputValues()
1738 …precision].x(), ranges[precision].y(), (float*)values[0] + 8*scalarSize, (numValues-8)*scalarSize); in getInputValues()
[all …]
H A Des31fShaderIntegerFunctionTests.cpp147 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in generateRandomInputData()
153 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in generateRandomInputData()
244 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() local
248 curScalarOffset += scalarSize*numValues; in getInputOutputPointers()
385 …in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
386 …in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
479 …in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
480 …in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
573 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()
574 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
[all …]
H A Des31fShaderSharedVarTests.cpp191 const int scalarSize = getDataTypeScalarSize(m_basicType); in iterate() local
197 vector<float> values (numValues*scalarSize); in iterate()
206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]); in iterate()
207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]); in iterate()
216 vector<int> values (numValues*scalarSize); in iterate()
225 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
234 vector<deUint32> values (numValues*scalarSize); in iterate()
243 if (scalarSize == 1) gl.uniform1uiv(location, numValues, &values[0]); in iterate()
252 vector<int> values (numValues*scalarSize); in iterate()
261 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]); in iterate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp233 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() local
237 curScalarOffset += scalarSize*numValues; in getInputOutputPointers()
499 std::fill((float*)values[0] + scalarSize*1, (float*)values[0] + scalarSize*2, -1.0f); in getInputValues()
500 std::fill((float*)values[0] + scalarSize*2, (float*)values[0] + scalarSize*3, 0.0f); in getInputValues()
501 …sion].x(), floatRanges[precision].y(), (float*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
506 std::fill((int*)values[0] + scalarSize*1, (int*)values[0] + scalarSize*2, -1); in getInputValues()
507 std::fill((int*)values[0] + scalarSize*2, (int*)values[0] + scalarSize*3, 0); in getInputValues()
508 …recision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
614 for (int ndx = 0; ndx < numValues*scalarSize; ndx++) in getInputValues()
1067 for (int ndx = 0; ndx < numValues*scalarSize; ndx++) in getInputValues()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp149 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in generateRandomInputData()
155 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in generateRandomInputData()
184 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() local
188 curScalarOffset += scalarSize*numValues; in getInputOutputPointers()
476 …in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
477 …in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
584 …in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
585 …in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], inte… in getInputValues()
692 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()
693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
[all …]
H A DvktShaderCommonFunctionTests.cpp229 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers() local
234 curScalarOffset += scalarSize*numValues*componentBytes; in getInputOutputPointers()
527 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in compare()
585 std::fill((int*)values[0] + scalarSize*0, (int*)values[0] + scalarSize*1, +1); in getInputValues()
586 std::fill((int*)values[0] + scalarSize*1, (int*)values[0] + scalarSize*2, -1); in getInputValues()
587 std::fill((int*)values[0] + scalarSize*2, (int*)values[0] + scalarSize*3, 0); in getInputValues()
588 …recision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
598 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in compare()
695 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in compare()
777 for (int compNdx = 0; compNdx < scalarSize; compNdx++) in compare()
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DSupportedTypes.cxx83 : scalarSize(a), tvectorSize(b), stensorSize(c), tensorSize(d) {} in TypeSize()
93 this->scalarSize += rhs.scalarSize; in operator +=()
102 this->scalarSize -= rhs.scalarSize; in operator -=()
113 return scalarSize + tvectorSize + 3 * (stensorSize + tensorSize); in getValueForDimension()
115 return scalarSize + 2 * tvectorSize + 4 * stensorSize + 5 * tensorSize; in getValueForDimension()
117 return scalarSize + 3 * tvectorSize + 6 * stensorSize + 9 * tensorSize; in getValueForDimension()
132 if (size.scalarSize != 0) { in operator <<()
133 os << size.scalarSize; in operator <<()
240 return this->scalarSize; in getScalarSize()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DSupportedTypes.cxx76 : scalarSize(a), tvectorSize(b), stensorSize(c), tensorSize(d) {} in TypeSize()
86 this->scalarSize += rhs.scalarSize; in operator +=()
95 this->scalarSize -= rhs.scalarSize; in operator -=()
106 return scalarSize + tvectorSize + 3 * (stensorSize + tensorSize); in getValueForDimension()
108 return scalarSize + 2 * tvectorSize + 4 * stensorSize + 5 * tensorSize; in getValueForDimension()
110 return scalarSize + 3 * tvectorSize + 6 * stensorSize + 9 * tensorSize; in getValueForDimension()
125 if (size.scalarSize != 0) { in operator <<()
126 os << size.scalarSize; in operator <<()
233 return this->scalarSize; in getScalarSize()
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/PubKey/ECC/
H A DP256.hs67 scalarSize :: Int
68 scalarSize = 32 function
127 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
155 x <- os2ip temp scalarSize
157 y <- os2ip temp scalarSize
169 memSet temp 0 scalarSize
170 e <- i2ospOf n temp scalarSize
268 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
292 pxToPy px = castPtr (px `plusPtr` scalarSize)
295 withNewScalarFreeze f = Scalar $ B.allocAndFreeze scalarSize f
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/PubKey/ECC/
H A DP256.hs67 scalarSize :: Int
68 scalarSize = 32 function
127 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
155 x <- os2ip temp scalarSize
157 y <- os2ip temp scalarSize
169 memSet temp 0 scalarSize
170 e <- i2ospOf n temp scalarSize
268 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
292 pxToPy px = castPtr (px `plusPtr` scalarSize)
295 withNewScalarFreeze f = Scalar $ B.allocAndFreeze scalarSize f
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/PubKey/ECC/
H A DP256.hs67 scalarSize :: Int
68 scalarSize = 32 function
127 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
155 x <- os2ip temp scalarSize
157 y <- os2ip temp scalarSize
169 memSet temp 0 scalarSize
170 e <- i2ospOf n temp scalarSize
268 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
292 pxToPy px = castPtr (px `plusPtr` scalarSize)
295 withNewScalarFreeze f = Scalar $ B.allocAndFreeze scalarSize f
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/Crypto/PubKey/ECC/
H A DP256.hs71 scalarSize :: Int
72 scalarSize = 32 function
134 B.unsafeCreate scalarSize $ \dst -> withTempPoint $ \dx dy -> do
175 x <- os2ip temp scalarSize
177 y <- os2ip temp scalarSize
189 memSet temp 0 scalarSize
190 e <- i2ospOf n temp scalarSize
219 ccryptonite_p256_from_bin (src `plusPtr` scalarSize) (castPtr py)
308 scalarToBinary s = B.unsafeCreate scalarSize $ \b -> withScalar s $ \p ->
332 pxToPy px = castPtr (px `plusPtr` scalarSize)
[all …]

123456