Searched refs:dot6 (Results 1 – 3 of 3) sorted by relevance
36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument38 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale()39 return (value * dot6) >> 6; in SmallDot6Scale()
420 def FeatureDot6Insts : SubtargetFeature<"dot6-insts",