Searched refs:create_image_1d_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | typeWrappers.cpp | 458 image = create_image_1d_array( in Create() 488 image = create_image_1d_array(context, mem_flags, fmt, width, in Create() 516 image = create_image_1d_array(context, mem_flags, fmt, width, in Create()
|
H A D | clImageHelper.h | 207 static inline cl_mem create_image_1d_array( in create_image_1d_array() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
H A D | test_write_1D_array.cpp | 213 …unprotImage = create_image_1d_array( context, mem_flag_types[mem_flag_index] | CL_MEM_USE_HOST_PTR… in test_write_image_1D_array() 255 …unprotImage = create_image_1d_array( context, mem_flag_types[mem_flag_index] | ( gMemFlagsToUse & … in test_write_image_1D_array()
|
H A D | test_read_1D_array.cpp | 316 unprotImage = create_image_1d_array(context, in test_read_image_1D_array() 345 unprotImage = create_image_1d_array(context, in test_read_image_1D_array() 385 unprotImage = create_image_1d_array(context, in test_read_image_1D_array()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
H A D | test_1D_array.cpp | 72 image = create_image_1d_array(context, flags, imageInfo->format, in test_get_1Dimage_array_info_single()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
H A D | test_read_1D_array.cpp | 40 image = create_image_1d_array(context, flags, imageInfo->format, in test_read_image_1D_array()
|