Searched refs:pixelMax (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 1706 static inline void pixelMax(const float a[4], const float b[4], float *results); 1707 static inline void pixelMax(const float a[4], const float b[4], float *results) in pixelMax() function 2083 pixelMax(upLeft, upRight, maxUp); in sample_image_pixel_float_offset() 2088 pixelMax(lowLeft, lowRight, maxLow); in sample_image_pixel_float_offset() 2089 pixelMax(maxUp, maxLow, returnVal.p); in sample_image_pixel_float_offset() 2171 pixelMax(upLeftA, upRightA, pixelMaxA); in sample_image_pixel_float_offset() 2178 pixelMax(lowLeftA, lowRightA, pixelMaxB); in sample_image_pixel_float_offset() 2179 pixelMax(pixelMaxA, pixelMaxB, returnVal.p); in sample_image_pixel_float_offset() 2186 pixelMax(upLeftB, upRightB, pixelMaxA); in sample_image_pixel_float_offset() 2193 pixelMax(lowLeftB, lowRightB, pixelMaxB); in sample_image_pixel_float_offset() [all …]
|