Home
last modified time | relevance | path

Searched refs:compareBits (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp103 const IVec4 compareBits = select(accurateFmtBits, IVec4(8), greaterThan(accurateFmtBits, IVec4(0))) - 1; in computeCompareThreshold() local
105 return (IVec4(1) << (8-compareBits)).asUint(); in computeCompareThreshold()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp145 const IVec4 compareBits = select(accurateFmtBits, IVec4(8), greaterThan(accurateFmtBits, IVec4(0))) - 1; in computeCompareThreshold() local
147 return (IVec4(1) << (8-compareBits)).asUint(); in computeCompareThreshold()

Completed in 15 milliseconds