Home
last modified time | relevance | path

Searched defs:cmpMask (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuRGBA.cpp53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked() argument
97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) in compareThresholdMasked() argument
H A DtcuRGBA.hpp107 inline bool compareEqualMasked (RGBA a, RGBA b, deUint32 cmpMask) in compareEqualMasked() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp944 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local
1012 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp815 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local
875 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp944 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local
1012 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local

Completed in 14 milliseconds