Home
last modified time | relevance | path

Searched refs:INTERPOLATION_LOST_BITS (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp311 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator
320 const tcu::IVec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVec4(0)); in getDerivateThreshold()
445 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp323 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator
346 const tcu::IVec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVec4(0)); in getDerivateThreshold()
488 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp293 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator
302 const tcu::IVec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVec4(0)); in getDerivateThreshold()
424 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations()

Completed in 10 milliseconds