Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1160 const int vflr = util_ifloor(v); in img_filter_2d_linear_repeat_POT() local
1163 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() local
1217 const int y0 = vflr & (ypot - 1); in img_filter_2d_nearest_repeat_POT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1164 def VFLR : TernaryVRRaFloatGeneric<"vflr", 0xE7C5>;