Home
last modified time | relevance | path

Searched defs:srcBits (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp844 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth(); in matchAndRewrite() local
964 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth(); in matchAndRewrite() local
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp1040 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError()
1071 static int getToSRGB8ConversionError (int srcBits) in getToSRGB8ConversionError()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp602 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError()
Des31fShaderFramebufferFetchTests.cpp156 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold() local
Des31fDrawBuffersIndexedTests.cpp453 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold() local
Des31fCopyImageTests.cpp1654 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in calculateThreshold() local
/external/lz4/tests/
Dframetest.c940 … unsigned const srcBits = (FUZ_rand(&randState) % (FUZ_highbit((U32)(CNBufferLength-1)) - 1)) + 1; in fuzzerTests() local
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c3200 BitMapPtr srcBits; in Qd_CopyBits() local
3231 BitMapPtr srcBits; in Qd_CopyMask() local
3705 BitMapPtr srcBits; in Qd_StdBits() local
4806 BitMapPtr srcBits; in Qd_CopyDeepMask() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1408 inline deInt32 signExtend (deInt32 value, deInt32 srcBits, deInt32 dstBits) in signExtend()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2418 unsigned int srcBits, unsigned int srcLSB) in tcExtract()
/external/llvm/lib/Support/
DAPInt.cpp2444 unsigned int srcBits, unsigned int srcLSB) in tcExtract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2421 unsigned srcBits, unsigned srcLSB) { in tcExtract()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp2420 unsigned srcBits, unsigned srcLSB) { in tcExtract()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2717 static float calculateFloatConversionError (int srcBits) in calculateFloatConversionError()