Searched refs:vflr (Results 1 – 2 of 2) sorted by relevance
1160 const int vflr = util_ifloor(v); in img_filter_2d_linear_repeat_POT() local1163 const float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT()1166 const int y0 = vflr & (ypot - 1); in img_filter_2d_linear_repeat_POT()1214 const int vflr = util_ifloor(v); in img_filter_2d_nearest_repeat_POT() local1217 const int y0 = vflr & (ypot - 1); in img_filter_2d_nearest_repeat_POT()
1164 def VFLR : TernaryVRRaFloatGeneric<"vflr", 0xE7C5>;