Searched refs:create_random_image_data (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_1D.cpp | 91 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_1D() 199 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_1D()
|
D | test_write_1D_array.cpp | 100 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_1D_array() 209 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_1D_array()
|
D | test_write_2D_array.cpp | 124 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_2D_array() 235 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_2D_array()
|
D | test_write_3D.cpp | 127 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_3D() 239 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_3D()
|
D | test_write_image.cpp | 106 create_random_image_data( inputType, imageInfo, imageValues, d, gTestImage2DFromBuffer ); in test_write_image() 228 … create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 594 extern char *create_random_image_data( ExplicitType dataType, image_descriptor *imageInfo, BufferOw…
|
D | imageHelpers.cpp | 3122 char *create_random_image_data( ExplicitType dataType, image_descriptor *imageInfo, BufferOwningPtr… in create_random_image_data() function
|