Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuRGBA.cpp53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked()
97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) in compareThresholdMasked()
DtcuRGBA.hpp107 inline bool compareEqualMasked (RGBA a, RGBA b, deUint32 cmpMask) in compareEqualMasked()
/third_party/vk-gl-cts/modules/gles31/functional/
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/vulkan/shaderexecutor/
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/gles3/functional/
Des3fFragmentOutputTests.cpp880 …const tcu::BVec4 cmpMask (numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= … in iterate() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp897 Value *cmpMask = VMASK(ICMP_NE(unwrap(verts_per_prim_vec), VIMMED1(0))); in swr_gs_llvm_end_primitive() local