Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp147 static inline bool isDfdxFunc (DerivateFunc func) in isDfdxFunc() function
435 DE_ASSERT(isDfdxFunc(derivateFunc) || isDfdyFunc(derivateFunc)); in reverifyConstantDerivateWithFlushRelaxations()
469 const tcu::Vec4 functionValueForward = (isDfdxFunc(derivateFunc)) in reverifyConstantDerivateWithFlushRelaxations()
518 << "\t\tdFd" << ((isDfdxFunc(derivateFunc)) ? ('x') : ('y')) << " ~= " << resultDerivative[c] << "\n" in reverifyConstantDerivateWithFlushRelaxations()
1028 if (isDfdxFunc(m_definitions.func) || isDfdyFunc(m_definitions.func)) in verify()
1030 const bool isX = isDfdxFunc(m_definitions.func); in verify()
1189 if (isDfdxFunc(m_definitions.func)) in LinearDerivateCase()
1333 if (isDfdxFunc(m_definitions.func) || isDfdyFunc(m_definitions.func)) in verify()
1335 const bool isX = isDfdxFunc(m_definitions.func); in verify()
1488 if (isDfdxFunc(m_definition in TextureDerivateCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp141 static inline bool isDfdxFunc (DerivateFunc func) in isDfdxFunc() function
414 DE_ASSERT(isDfdxFunc(derivateFunc) || isDfdyFunc(derivateFunc)); in reverifyConstantDerivateWithFlushRelaxations()
445 const tcu::Vec4 functionValueForward = (isDfdxFunc(derivateFunc)) in reverifyConstantDerivateWithFlushRelaxations()
494 << "\t\tdFd" << ((isDfdxFunc(derivateFunc)) ? ('x') : ('y')) << " ~= " << resultDerivative[c] << "\n" in reverifyConstantDerivateWithFlushRelaxations()
1001 if (isDfdxFunc(m_definitions.func) || isDfdyFunc(m_definitions.func)) in verify()
1003 const bool isX = isDfdxFunc(m_definitions.func); in verify()
1207 if (isDfdxFunc(m_definitions.func)) in initPrograms()
1307 if (isDfdxFunc(m_definitions.func) || isDfdyFunc(m_definitions.func)) in verify()
1309 const bool isX = isDfdxFunc(m_definitions.func); in verify()
1526 if (isDfdxFunc(m_definition in initPrograms()
[all...]

Completed in 8 milliseconds