/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 153 return CL_COMPLETE; in status() 239 return ev.status() != CL_COMPLETE; in status() 244 return CL_COMPLETE; in status() 261 if (status() != CL_COMPLETE) in wait()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | interop.cpp | 51 return obj(event).status() == CL_COMPLETE; in opencl_dri_event_wait()
|
D | event.cpp | 130 (type != CL_COMPLETE && type != CL_SUBMITTED && type != CL_RUNNING)) in clSetEventCallback() 258 if (hev.status() != CL_COMPLETE) in clGetEventProfilingInfo()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | styling_cl_12.c | 71 cl(SetEventCallback(complete,CL_COMPLETE,skc_styling_unmap_cb,grid)); in skc_styling_grid_pfn_execute() 191 cl(SetEventCallback(complete,CL_COMPLETE,skc_styling_unseal_cb,impl)); in skc_styling_pfn_unseal()
|
D | raster_builder_cl_12.c | 769 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_prefix_cb,grid)); in skc_raster_cohort_sort_prefix() 921 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_rasterize_cb,grid)); in skc_raster_cohort_rasterize() 1042 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_fills_expand_cb,grid)); in skc_raster_builder_cohort_grid_pfn_execute()
|
D | composition_cl_12.c | 260 cl(SetEventCallback(complete,CL_COMPLETE,skc_composition_place_read_cb,grid)); in skc_composition_place_grid_pfn_execute() 430 cl(SetEventCallback(complete,CL_COMPLETE,skc_composition_sort_execute_cb,impl)); in skc_composition_sort_grid_pfn_execute()
|
D | surface_cl_12.c | 310 cl(SetEventCallback(complete,CL_COMPLETE,skc_surface_render_cb,render)); in skc_surface_grid_pfn_execute()
|
D | handle_pool_cl_12.c | 345 cl(SetEventCallback(complete,CL_COMPLETE,skc_handle_reclaim_cb,recN)); in skc_handle_reclaim_launch()
|
D | path_builder_cl_12.c | 762 cl(SetEventCallback(complete,CL_COMPLETE, in skc_path_builder_grid_pfn_waiting()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | styling_cl_12.c | 71 cl(SetEventCallback(complete,CL_COMPLETE,skc_styling_unmap_cb,grid)); in skc_styling_grid_pfn_execute() 191 cl(SetEventCallback(complete,CL_COMPLETE,skc_styling_unseal_cb,impl)); in skc_styling_pfn_unseal()
|
D | raster_builder_cl_12.c | 769 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_prefix_cb,grid)); in skc_raster_cohort_sort_prefix() 921 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_rasterize_cb,grid)); in skc_raster_cohort_rasterize() 1042 cl(SetEventCallback(complete,CL_COMPLETE,skc_raster_cohort_fills_expand_cb,grid)); in skc_raster_builder_cohort_grid_pfn_execute()
|
D | composition_cl_12.c | 260 cl(SetEventCallback(complete,CL_COMPLETE,skc_composition_place_read_cb,grid)); in skc_composition_place_grid_pfn_execute() 430 cl(SetEventCallback(complete,CL_COMPLETE,skc_composition_sort_execute_cb,impl)); in skc_composition_sort_grid_pfn_execute()
|
D | surface_cl_12.c | 310 cl(SetEventCallback(complete,CL_COMPLETE,skc_surface_render_cb,render)); in skc_surface_grid_pfn_execute()
|
D | handle_pool_cl_12.c | 345 cl(SetEventCallback(complete,CL_COMPLETE,skc_handle_reclaim_cb,recN)); in skc_handle_reclaim_launch()
|
D | path_builder_cl_12.c | 762 cl(SetEventCallback(complete,CL_COMPLETE, in skc_path_builder_grid_pfn_waiting()
|
/external/skia/src/compute/common/cl/ |
D | assert_cl.c | 180 CL_VAL_TO_STRING(CL_COMPLETE); in cl_get_event_command_status_string()
|
/external/skqp/src/compute/common/cl/ |
D | assert_cl.c | 180 CL_VAL_TO_STRING(CL_COMPLETE); in cl_get_event_command_status_string()
|
/external/libxcam/modules/ocl/ |
D | cl_kernel.cpp | 475 ret = _context->set_event_callback (kernel_event, CL_COMPLETE, event_notify, user_data); in execute()
|
/external/mesa3d/include/CL/ |
D | cl.h | 553 #define CL_COMPLETE 0x0 macro
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2901 if ((status == CL_SUCCESS) && (event_status > CL_COMPLETE)) in DestroyMagickCLCacheInfoAndPixels() 2903 openCL_library->clSetEventCallback(info->events[i],CL_COMPLETE, in DestroyMagickCLCacheInfoAndPixels()
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 16783 #define CL_COMPLETE 0x0 macro
|