Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1834 typedef bool(*ValueAboveThresholdFn)(const Vec4&, const Vec4&); in verify() typedef
1835 ValueAboveThresholdFn componentToFnMap[4] = in verify()
1842 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()
1875 typedef bool(*ValueAboveThresholdFn)(const UVec4&, const UVec4&); in verify() typedef
1876 ValueAboveThresholdFn componentToFnMap[4] = in verify()
1883 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()
1912 typedef bool(*ValueAboveThresholdFn)(const IVec4&, const IVec4&); in verify() typedef
1913 ValueAboveThresholdFn componentToFnMap[4] = in verify()
1920 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()