Searched refs:gRoundingStartValue (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_read_1D.cpp | 1113 gRoundingStartValue = 0; in test_read_image_set_1D() 1117 …arting round ramp at %llu for range %llu\n", (int)imageInfo.width, gRoundingStartValue, typeRange … in test_read_image_set_1D() 1122 … gRoundingStartValue += imageInfo.width * pixelSize / get_format_type_size( imageInfo.format ); in test_read_image_set_1D() 1124 } while( gRoundingStartValue < typeRange ); in test_read_image_set_1D()
|
D | test_common.h | 36 extern uint64_t gRoundingStartValue;
|
D | test_read_1D_array.cpp | 1223 gRoundingStartValue = 0; in test_read_image_set_1D_array() 1227 …for range %llu\n", (int)imageInfo.width, (int)imageInfo.arraySize, gRoundingStartValue, typeRange … in test_read_image_set_1D_array() 1232 …gRoundingStartValue += imageInfo.width * imageInfo.arraySize * pixelSize / get_format_type_size( i… in test_read_image_set_1D_array() 1234 } while( gRoundingStartValue < typeRange ); in test_read_image_set_1D_array()
|
D | test_iterations.cpp | 1728 gRoundingStartValue = 0; in test_read_image_set_2D() 1732 …lu for range %llu\n", (int)imageInfo.width, (int)imageInfo.height, gRoundingStartValue, typeRange … in test_read_image_set_2D() 1737 …gRoundingStartValue += imageInfo.width * imageInfo.height * pixelSize / get_format_type_size( imag… in test_read_image_set_2D() 1739 } while( gRoundingStartValue < typeRange ); in test_read_image_set_2D()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 1103 uint64_t gRoundingStartValue = 0; variable 1179 ptr[i] = (cl_char)(i + gRoundingStartValue); in generate_random_image_data() 1185 ptr[i] = (cl_short)(i + gRoundingStartValue); in generate_random_image_data() 1191 ptr[i] = (cl_int)(i + gRoundingStartValue); in generate_random_image_data()
|