• Home
  • Raw
  • Download

Lines Matching refs:sampleTexel

668 			c = sampleTexel(uuuu, vvvv, wwww, offset, mipmap, buffer, function);  in sampleQuad2D()
677 Vector4s c0 = sampleTexel(uuuu0, vvvv0, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
678 Vector4s c1 = sampleTexel(uuuu1, vvvv0, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
679 Vector4s c2 = sampleTexel(uuuu0, vvvv1, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
680 Vector4s c3 = sampleTexel(uuuu1, vvvv1, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
863 c_ = sampleTexel(uuuu, vvvv, wwww, offset, mipmap, buffer, function); in sample3D()
935 … c[i][j][k] = sampleTexel(u[i][j][k], v[i][j][k], s[i][j][k], offset, mipmap, buffer, function); in sample3D()
1147 c = sampleTexel(x0, y0, z0, q, mipmap, buffer, function); in sampleFloat2D()
1153 Vector4f c0 = sampleTexel(x0, y0, z0, q, mipmap, buffer, function); in sampleFloat2D()
1154 Vector4f c1 = sampleTexel(x1, y0, z0, q, mipmap, buffer, function); in sampleFloat2D()
1155 Vector4f c2 = sampleTexel(x0, y1, z0, q, mipmap, buffer, function); in sampleFloat2D()
1156 Vector4f c3 = sampleTexel(x1, y1, z0, q, mipmap, buffer, function); in sampleFloat2D()
1213 c = sampleTexel(x0, y0, z0, w, mipmap, buffer, function); in sampleFloat3D()
1220 Vector4f c0 = sampleTexel(x0, y0, z0, w, mipmap, buffer, function); in sampleFloat3D()
1221 Vector4f c1 = sampleTexel(x1, y0, z0, w, mipmap, buffer, function); in sampleFloat3D()
1222 Vector4f c2 = sampleTexel(x0, y1, z0, w, mipmap, buffer, function); in sampleFloat3D()
1223 Vector4f c3 = sampleTexel(x1, y1, z0, w, mipmap, buffer, function); in sampleFloat3D()
1224 Vector4f c4 = sampleTexel(x0, y0, z1, w, mipmap, buffer, function); in sampleFloat3D()
1225 Vector4f c5 = sampleTexel(x1, y0, z1, w, mipmap, buffer, function); in sampleFloat3D()
1226 Vector4f c6 = sampleTexel(x0, y1, z1, w, mipmap, buffer, function); in sampleFloat3D()
1227 Vector4f c7 = sampleTexel(x1, y1, z1, w, mipmap, buffer, function); in sampleFloat3D()
1653 Vector4s SamplerCore::sampleTexel(UInt index[4], Pointer<Byte> buffer[4]) in sampleTexel() function in sw::SamplerCore
1860 …Vector4s SamplerCore::sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Poin… in sampleTexel() function in sw::SamplerCore
1966 return sampleTexel(index, buffer); in sampleTexel()
1972 …Vector4f SamplerCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mi… in sampleTexel() function in sw::SamplerCore
2058 Vector4s cs = sampleTexel(index, buffer); in sampleTexel()