Home
last modified time | relevance | path

Searched refs:extraWidth (Results 1 – 25 of 29) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_1D.cpp107 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_1D() local
108 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D()
111 extraWidth++; in test_get_image_info_1D()
112 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D()
Dtest_1D_2D_array.cpp115 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_1D_array() local
116 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D_array()
245 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_2D_array() local
246 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D_array()
249 extraWidth++; in test_get_image_info_2D_array()
250 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D_array()
Dtest_3D.cpp124 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_3D() local
125 imageInfo.rowPitch += extraWidth; in test_get_image_info_3D()
128 extraWidth++; in test_get_image_info_3D()
129 imageInfo.rowPitch += extraWidth; in test_get_image_info_3D()
Dtest_2D.cpp351 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_2D() local
352 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D()
355 extraWidth++; in test_get_image_info_2D()
356 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_3D.cpp122 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_3D() local
123 rowPitch += extraWidth; in test_get_image_info_3D()
126 extraWidth++; in test_get_image_info_3D()
127 rowPitch += extraWidth; in test_get_image_info_3D()
Dtest_1D.cpp223 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_1D() local
224 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D()
227 extraWidth++; in test_get_image_info_1D()
228 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D()
Dtest_1D_array.cpp240 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_1D_array() local
241 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D_array()
244 extraWidth++; in test_get_image_info_1D_array()
245 imageInfo.rowPitch += extraWidth; in test_get_image_info_1D_array()
Dtest_2D_array.cpp261 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_2D_array() local
262 rowPitch += extraWidth; in test_get_image_info_2D_array()
265 extraWidth++; in test_get_image_info_2D_array()
266 rowPitch += extraWidth; in test_get_image_info_2D_array()
Dtest_2D.cpp289 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_get_image_info_2D() local
290 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D()
293 extraWidth++; in test_get_image_info_2D()
294 imageInfo.rowPitch += extraWidth; in test_get_image_info_2D()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_1D.cpp310 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_1D() local
311 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_1D()
Dtest_iterations.cpp315 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_2D() local
316 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_2D()
Dtest_read_1D_array.cpp314 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_1D_array() local
315 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_1D_array()
Dtest_read_2D_array.cpp313 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_2D_array() local
314 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_2D_array()
Dtest_read_3D.cpp316 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_3D() local
317 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_3D()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_1D.cpp253 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_1D() local
254 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_1D()
Dtest_read_2D.cpp266 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_2D() local
267 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_2D()
Dtest_read_1D_array.cpp267 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_1D_array() local
268 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_1D_array()
Dtest_read_2D_array.cpp252 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_2D_array() local
253 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_2D_array()
Dtest_read_3D.cpp255 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_3D() local
256 imageInfo.rowPitch += extraWidth * pixelSize; in test_read_image_set_3D()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_read_3D.cpp252 size_t extraWidth = (int)random_log_in_range( 0, 64, seed ); in test_read_image_set_3D() local
253 imageInfo.rowPitch += extraWidth * get_pixel_size( imageInfo.format ); in test_read_image_set_3D()
Dtest_write_3D.cpp729 size_t extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_3D_set() local
730 imageInfo.rowPitch += extraWidth * get_pixel_size( imageInfo.format ); in test_write_image_3D_set()
733 extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_3D_set()
734 imageInfo.slicePitch += extraWidth * imageInfo.rowPitch; in test_write_image_3D_set()
Dtest_write_2D_array.cpp728 size_t extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_2D_array_set() local
729 imageInfo.rowPitch += extraWidth * get_pixel_size( imageInfo.format ); in test_write_image_2D_array_set()
732 extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_2D_array_set()
733 imageInfo.slicePitch += extraWidth * imageInfo.rowPitch; in test_write_image_2D_array_set()
Dtest_write_1D.cpp657 size_t extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_1D_set() local
658 imageInfo.rowPitch += extraWidth * pixelSize; in test_write_image_1D_set()
Dtest_write_1D_array.cpp688 size_t extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_1D_array_set() local
689 imageInfo.rowPitch += extraWidth * pixelSize; in test_write_image_1D_array_set()
Dtest_write_image.cpp789 size_t extraWidth = (int)random_log_in_range( 0, 64, d ); in test_write_image_set() local
790 imageInfo.rowPitch += extraWidth * get_pixel_size( imageInfo.format ); in test_write_image_set()

12