Searched refs:upLeft (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2077 float upLeft[4], upRight[4], lowLeft[4], lowRight[4]; in sample_image_pixel_float_offset() local 2079 read_image_pixel_float(imgPtr, imageInfo, x1, y1, 0, upLeft, lod); in sample_image_pixel_float_offset() 2081 check_for_denorms(upLeft, containsDenorms); in sample_image_pixel_float_offset() 2083 pixelMax(upLeft, upRight, maxUp); in sample_image_pixel_float_offset() 2098 log_info("\t\tp00: %f, %f, %f, %f\n", upLeft[0], upLeft[1], in sample_image_pixel_float_offset() 2099 upLeft[2], upLeft[3]); in sample_image_pixel_float_offset() 2131 outData[i] = (float)((upLeft[i] * weights[0][0]) in sample_image_pixel_float_offset() 2139 outData[3] = (float)((upLeft[3] * weights[0][0]) in sample_image_pixel_float_offset()
|