Searched refs:numVaryingSampleBits (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 423 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations() local 457 …lushToZeroRtn(addErrorUlp((float)functionValueForward[c], -0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 458 …lushToZeroRtp(addErrorUlp((float)functionValueForward[c], +0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 459 …lushToZeroRtn(addErrorUlp((float)functionValueBackward[c], -0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 460 …lushToZeroRtp(addErrorUlp((float)functionValueBackward[c], +0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 459 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations() local 493 …lushToZeroRtn(addErrorUlp((float)functionValueForward[c], -0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 494 …lushToZeroRtp(addErrorUlp((float)functionValueForward[c], +0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 495 …lushToZeroRtn(addErrorUlp((float)functionValueBackward[c], -0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations() 496 …lushToZeroRtp(addErrorUlp((float)functionValueBackward[c], +0.5f, numVaryingSampleBits), minExpone… in reverifyConstantDerivateWithFlushRelaxations()
|