Searched refs:PointSample (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/pixelflinger2/ |
D | texture.cpp | 80 static void PointSample(unsigned sample[4], const unsigned * data, const unsigned index) in PointSample() function 150 PointSample<format>(sample, data, y0 * width + x0); in tex2d() 160 PointSample<format>((unsigned *)(samples + 0), data, y0 * width + x0); in tex2d() 162 PointSample<format>((unsigned *)(samples + 1), data, y0 * width + x1); in tex2d() 164 PointSample<format>((unsigned *)(samples + 2), data, y1 * width + x1); in tex2d() 166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0); in tex2d() 259 PointSample<format>(sample, data, y0 * width + x0); in texcube() 269 … PointSample<format>((unsigned *)(samples + 0), data, face * width * height + y0 * width + x0); in texcube() 271 … PointSample<format>((unsigned *)(samples + 1), data, face * width * height + y0 * width + x1); in texcube() 273 … PointSample<format>((unsigned *)(samples + 2), data, face * width * height + y1 * width + x1); in texcube() [all …]
|