Home
last modified time | relevance | path

Searched defs:cmpMask (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRGBA.cpp51 RGBA computeAbsDiffMasked(RGBA a, RGBA b, uint32_t cmpMask) in computeAbsDiffMasked()
95 bool compareThresholdMasked(RGBA a, RGBA b, RGBA threshold, uint32_t cmpMask) in compareThresholdMasked()
H A DtcuRGBA.hpp179 inline bool compareEqualMasked(RGBA a, RGBA b, uint32_t cmpMask) in compareEqualMasked()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp818 const uint32_t cmpMask = getLowBitMask(integerLength); in compare() local
879 const uint32_t cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp930 const uint32_t cmpMask = getLowBitMask(integerLength); in compare() local
1000 const uint32_t cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp888 const Byte cmpMask = (Byte)(e9 ? 0xFE : 0xFF); in E8E9Decode() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp876 … const tcu::BVec4 cmpMask(numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= 3, in iterate() local