Home
last modified time | relevance | path

Searched refs:CL_MEM_OBJECT_IMAGE1D_ARRAY (Results 1 – 25 of 44) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp60 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
130 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
160 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
196 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
212 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
256 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
392 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_copy_image_generic()
428 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_copy_image_generic()
520 if (dstImageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY) in test_copy_image_generic()
564 …if((dstImageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY || dstImageInfo->type == CL_MEM_OBJECT_IMAGE… in test_copy_image_generic()
Dtest_copy_1D_array.cpp110 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_copy_image_set_1D_array()
160 …0, sizes, maxWidth, 1, 1, maxArraySize, maxAllocSize, memSize, CL_MEM_OBJECT_IMAGE1D_ARRAY, imageI… in test_copy_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_generic.cpp61 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
118 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
137 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
195 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in create_image()
283 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_fill_image_generic()
410 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_fill_image_generic()
452 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_fill_image_generic()
496 … if((imageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY || imageInfo->type == CL_MEM_OBJECT_IMAGE1D)) in test_fill_image_generic()
Dtest_fill_1D_array.cpp74 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_fill_image_set_1D_array()
121 …0, sizes, maxWidth, 1, 1, maxArraySize, maxAllocSize, memSize, CL_MEM_OBJECT_IMAGE1D_ARRAY, imageI… in test_fill_image_set_1D_array()
Dtest_loops.cpp51 imageType = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_image_type()
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_2D.cpp62 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info_single()
88 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info_single()
151 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info_single()
176 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info_single()
203 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info_single()
Dtest_loops.cpp63 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_image_type()
Dmain.cpp51 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
Dtest_1D_2D_array.cpp37 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_get_image_info_1D_array()
78CL_MEM_OBJECT_IMAGE1D_ARRAY, imageInfo.format); in test_get_image_info_1D_array()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp666 bool isArray = (image_type == CL_MEM_OBJECT_IMAGE1D_ARRAY in get_max_sizes()
732 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in get_max_sizes()
772 else if (image_type == CL_MEM_OBJECT_IMAGE1D_ARRAY in get_max_sizes()
854 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in get_max_sizes()
1074 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in get_image_size()
1226 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in generate_random_image_data()
1243 if (imageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY) in generate_random_image_data()
1255 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in generate_random_image_data()
1301 if (imageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY) in read_image_pixel_float()
1583 if (imageInfo->type != CL_MEM_OBJECT_IMAGE1D_ARRAY) in get_integer_coords_offset()
[all …]
DtypeWrappers.cpp392 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in Create()
457 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in Create()
487 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in Create()
515 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in Create()
DimageHelpers.h201 if (imageInfo->type != CL_MEM_OBJECT_IMAGE1D_ARRAY in read_image_pixel()
217 if (imageInfo->type == CL_MEM_OBJECT_IMAGE1D_ARRAY && height_lod == 1 in read_image_pixel()
567 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in sample_image_pixel_offset()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_loops.cpp79 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_image_type()
112 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_image_set()
Dtest_1D_array.cpp171 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_get_image_info_1D_array()
210 …0, sizes, maxWidth, 1, 1, maxArraySize, maxAllocSize, memSize, CL_MEM_OBJECT_IMAGE1D_ARRAY, imageI… in test_get_image_info_1D_array()
Dmain.cpp48 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_1D_array.cpp52 image_desc.image_type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_read_image_1D_array()
182 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_read_image_set_1D_array()
224 …0, sizes, maxWidth, 1, 1, maxArraySize, maxAllocSize, memSize, CL_MEM_OBJECT_IMAGE1D_ARRAY, imageI… in test_read_image_set_1D_array()
Dtest_loops.cpp92 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_image_type()
Dmain.cpp48 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_1D_array.cpp77 image_desc.image_type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_read_image_1D_array()
206 imageInfo.type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_read_image_set_1D_array()
283 …0, sizes, maxWidth, 1, 1, maxArraySize, maxAllocSize, memSize, CL_MEM_OBJECT_IMAGE1D_ARRAY, imageI… in test_read_image_set_1D_array()
Dmain.cpp59 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_info.cpp537 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info()
540 imageInfo.image_type = CL_MEM_OBJECT_IMAGE1D_ARRAY; in test_get_image_info()
580 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info()
632 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info()
691 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_get_image_info()
750 return test_get_image_info(deviceID, context, CL_MEM_OBJECT_IMAGE1D_ARRAY); in test_get_image1d_array_info()
Dtest_min_image_formats.cpp41 CL_MEM_OBJECT_IMAGE1D_ARRAY, CL_MEM_OBJECT_IMAGE2D_ARRAY, in test_min_image_formats()
/external/OpenCL-CTS/test_conformance/mem_host_flags/
Dmem_host_image.cpp112 …M_OBJECT_IMAGE1D, CL_MEM_OBJECT_IMAGE2D, CL_MEM_OBJECT_IMAGE3D,CL_MEM_OBJECT_IMAGE1D_ARRAY, CL_MEM… in test_mem_host_read_only_image()
230 CL_MEM_OBJECT_IMAGE1D_ARRAY, CL_MEM_OBJECT_IMAGE2D_ARRAY}; in test_mem_host_write_only_image()
343 CL_MEM_OBJECT_IMAGE1D_ARRAY, CL_MEM_OBJECT_IMAGE2D_ARRAY}; in test_mem_host_no_access_image()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_loops.cpp132 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_read_image_type()
287 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in test_image_set()
/external/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp158 (desc->image_type == CL_MEM_OBJECT_IMAGE1D_ARRAY || in clCreateImage()
224 case CL_MEM_OBJECT_IMAGE1D_ARRAY: in clCreateImage()

12