Searched refs:ValueAboveThresholdFn (Results 1 – 1 of 1) sorted by relevance
1834 typedef bool(*ValueAboveThresholdFn)(const Vec4&, const Vec4&); in verify() typedef1835 ValueAboveThresholdFn componentToFnMap[4] = in verify()1842 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()1875 typedef bool(*ValueAboveThresholdFn)(const UVec4&, const UVec4&); in verify() typedef1876 ValueAboveThresholdFn componentToFnMap[4] = in verify()1883 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()1912 typedef bool(*ValueAboveThresholdFn)(const IVec4&, const IVec4&); in verify() typedef1913 ValueAboveThresholdFn componentToFnMap[4] = in verify()1920 ValueAboveThresholdFn isValueAboveThreshold = componentToFnMap[componentCount - 1]; in verify()