Home
last modified time | relevance | path

Searched defs:reverseBits (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp839 static inline deUint32 reverseBits (deUint32 v) in reverseBits() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp201 static inline deUint32 reverseBits (deUint32 v) in reverseBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp756 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp698 APInt APInt::reverseBits() const { in reverseBits() function in APInt
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp72 inline deUint32 reverseBits (deUint32 src, int numBits) in reverseBits() function