Searched refs:readDerivate (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 188 static inline tcu::Vec4 readDerivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4& derivBias, int x, int y) in readDerivate() function 379 const tcu::Vec4 resDerivate = readDerivate(result, scale, bias, x, y); in verifyConstantDerivate() 461 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 200 static inline tcu::Vec4 readDerivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4& derivBias, int x, int y) in readDerivate() function 422 const tcu::Vec4 resDerivate = readDerivate(result, scale, bias, x, y); in verifyConstantDerivate() 501 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 170 static inline tcu::Vec4 readDerivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4& derivBias, int x, int y) in readDerivate() function 358 const tcu::Vec4 resDerivate = readDerivate(result, scale, bias, x, y); in verifyConstantDerivate() 437 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()
|
Completed in 13 milliseconds