Home
last modified time | relevance | path

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 Dtest_write_1D.cpp92 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 Dtest_write_1D_array.cpp102 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 Dtest_write_3D.cpp132 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 Dtest_write_2D_array.cpp129 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 Dtest_write_image.cpp123 create_random_image_data( inputType, imageInfo, imageValues, d, gTestImage2DFromBuffer ); in test_write_image()
245create_random_image_data( inputType, imageInfo, maxImageUseHostPtrBackingStore, d ); in test_write_image()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.h671 extern char *create_random_image_data(ExplicitType dataType,
H A DimageHelpers.cpp3194 char *create_random_image_data(ExplicitType dataType, in create_random_image_data() function