Searched refs:create_random_image_data (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
H A D | test_write_1D.cpp | 92 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_1D() 200 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_1D()
|
H A D | test_write_1D_array.cpp | 102 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_1D_array() 211 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_1D_array()
|
H A D | test_write_3D.cpp | 132 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_3D() 244 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_3D()
|
H A D | test_write_2D_array.cpp | 129 create_random_image_data( inputType, imageInfo, imageValues, d ); in test_write_image_2D_array() 240 create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image_2D_array()
|
H A D | test_write_image.cpp | 123 create_random_image_data( inputType, imageInfo, imageValues, d, gTestImage2DFromBuffer ); in test_write_image() 245 … create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | imageHelpers.h | 671 extern char *create_random_image_data(ExplicitType dataType,
|
H A D | imageHelpers.cpp | 3194 char *create_random_image_data(ExplicitType dataType, in create_random_image_data() function
|