Home
last modified time | relevance | path

Searched refs:clFlush (Results 1 – 25 of 63) sorted by relevance

123

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_migrate.cpp196 error = clFlush(queues[0]); in test_svm_migrate()
199 error = clFlush(queues[1]); in test_svm_migrate()
299 error = clFlush(queues[0]); in test_svm_migrate()
302 error = clFlush(queues[1]); in test_svm_migrate()
329 error = clFlush(queues[1]); in test_svm_migrate()
Dtest_fine_grain_sync_buffers.cpp87 clFlush(queues[0]); in test_svm_fine_grain_sync_buffers()
Dtest_byte_granularity.cpp99 for(cl_uint d=0; d < num_devices; d++) clFlush(queues[d]); in test_svm_byte_granularity()
Dtest_fine_grain_memory_consistency.cpp96 for(cl_uint d=0; d<num_devices; d++) clFlush(queues[d]); in launch_kernels_and_verify()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_unary_double.cpp330 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
398 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
488 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dunary_double.cpp353 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
422 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
529 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dmacro_unary_float.cpp334 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
401 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
499 if ((error = clFlush(tinfo->tQueue))) in Test()
Dunary_float.cpp385 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
476 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
707 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_i_double.cpp506 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
618 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
725 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dmacro_binary_float.cpp459 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
573 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
705 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_i_float.cpp497 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
610 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
719 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dmacro_binary_double.cpp470 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
580 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
716 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_operator_double.cpp499 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
611 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
774 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_double.cpp507 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
619 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
806 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_float.cpp512 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
625 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
966 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dbinary_operator_float.cpp497 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test()
626 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test()
903 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test()
Dmad_float.cpp245 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_mad_Float()
Dmad_double.cpp246 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_mad_Double()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgl_interop.cc150 clFlush(queue); in Acquire()
170 clFlush(queue_); in Release()
Dopencl_wrapper.cc182 LoadFunction(clFlush); in LoadOpenCLFunctions()
300 PFN_clFlush clFlush; in LoadOpenCLFunctions() variable
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp73 clFlush,
Dqueue.cpp108 clFlush(cl_command_queue d_q) try { in clFlush() function
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map53 clFlush;
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp64 cl::clFlush,
Dproc_table_cl_autogen.cpp69 {"clFlush", P(::cl::clFlush)}, in GetProcTable()

123