Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp2196 float upLeftA[ 4 ], upRightA[ 4 ], lowLeftA[ 4 ], lowRightA[ 4 ]; in sample_image_pixel_float_offset() local
2199 read_image_pixel_float( imageData, imageInfo, x1, y1, z1, upLeftA, lod ); in sample_image_pixel_float_offset()
2201 check_for_denorms( upLeftA, containsDenorms ); in sample_image_pixel_float_offset()
2203 pixelMax( upLeftA, upRightA, pixelMaxA ); in sample_image_pixel_float_offset()
2229 … log_info( "\t\tp000: %f, %f, %f, %f\n", upLeftA[0], upLeftA[1], upLeftA[2], upLeftA[3] ); in sample_image_pixel_float_offset()
2267 outData[ i ] = (float)( ( upLeftA[ i ] * weights[ 0 ][ 0 ][ 0 ] ) + in sample_image_pixel_float_offset()
2279 outData[ 3 ] = (float)( ( upLeftA[ 3 ] * weights[ 0 ][ 0 ][ 0 ] ) + in sample_image_pixel_float_offset()