Home
last modified time | relevance | path

Searched refs:IMAGE_READ_NON_BLOCKING (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_functions.cpp124 …if (type == IMAGE_READ_NON_BLOCKING) return allocate_image2d_read(context, queue, device_id, mem, … in do_allocation()
170 …if(type == IMAGE_READ || type == IMAGE_READ_NON_BLOCKING || type == IMAGE_WRITE || type == IMAGE_W… in allocate_size()
184 …else if (type == IMAGE_READ || type == IMAGE_READ_NON_BLOCKING) log_info("\tAttempting to allocate… in allocate_size()
197 cl_device_info param_name = (type == IMAGE_READ || type == IMAGE_READ_NON_BLOCKING) ? in allocate_size()
243 …if (type == BUFFER_NON_BLOCKING || type == IMAGE_READ_NON_BLOCKING || type == IMAGE_WRITE_NON_BLOC… in allocate_size()
DtestBase.h54 IMAGE_READ_NON_BLOCKING, enumerator
Dallocation_execute.cpp190 else if (test == IMAGE_READ || test == IMAGE_READ_NON_BLOCKING) { in execute_kernel()
338 …= BUFFER || test == IMAGE_READ || test == BUFFER_NON_BLOCKING || test == IMAGE_READ_NON_BLOCKING) { in execute_kernel()
Dmain.cpp254 return doTest( device, context, queue, IMAGE_READ_NON_BLOCKING ); in test_image2d_read_non_blocking()