Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp102 const IVec4 accurateFmtBits = min(pixelFormatBits, texFormatBits); in computeCompareThreshold() local
103 const IVec4 compareBits = select(accurateFmtBits, IVec4(8), greaterThan(accurateFmtBits, IVec4(0))) - 1; in computeCompareThreshold()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp144 const IVec4 accurateFmtBits = min(pixelFormatBits, texFormatBits); in computeCompareThreshold() local
145 const IVec4 compareBits = select(accurateFmtBits, IVec4(8), greaterThan(accurateFmtBits, IVec4(0))) - 1; in computeCompareThreshold()

Completed in 16 milliseconds