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