Home
last modified time | relevance | path

Searched refs:DERIVATE_DFDX (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp81 DERIVATE_DFDX = 0, enumerator
164 case DERIVATE_DFDX: return "dFdx"; in getDerivateFuncName()
177 case DERIVATE_DFDX: return "dfdx"; in getDerivateFuncCaseName()
478 DE_ASSERT(derivateFunc == DERIVATE_DFDX || derivateFunc == DERIVATE_DFDY); in reverifyConstantDerivateWithFlushRelaxations()
509 const tcu::Vec4 functionValueForward = (derivateFunc == DERIVATE_DFDX) in reverifyConstantDerivateWithFlushRelaxations()
512 const tcu::Vec4 functionValueBackward = (derivateFunc == DERIVATE_DFDX) in reverifyConstantDerivateWithFlushRelaxations()
558 …<< "\t\tdFd" << ((derivateFunc == DERIVATE_DFDX) ? ('x') : ('y')) << " ~= " << resultDerivative[c]… in reverifyConstantDerivateWithFlushRelaxations()
1067 case DERIVATE_DFDX: in init()
1093 if (m_func == DERIVATE_DFDX || m_func == DERIVATE_DFDY) in verify()
1095 const bool isX = m_func == DERIVATE_DFDX; in verify()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp78 DERIVATE_DFDX = 0, enumerator
107 case DERIVATE_DFDX: return "dFdx"; in getDerivateFuncName()
126 case DERIVATE_DFDX: return "dfdx"; in getDerivateFuncCaseName()
143 return func == DERIVATE_DFDX || func == DERIVATE_DFDXFINE || func == DERIVATE_DFDXCOARSE; in isDfdxFunc()