Home
last modified time | relevance | path

Searched refs:CL_COMPLETE (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.cpp153 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/
Dinterop.cpp51 return obj(event).status() == CL_COMPLETE; in opencl_dri_event_wait()
Devent.cpp130 (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/
Dstyling_cl_12.c71 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()
Draster_builder_cl_12.c769 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()
Dcomposition_cl_12.c260 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()
Dsurface_cl_12.c310 cl(SetEventCallback(complete,CL_COMPLETE,skc_surface_render_cb,render)); in skc_surface_grid_pfn_execute()
Dhandle_pool_cl_12.c345 cl(SetEventCallback(complete,CL_COMPLETE,skc_handle_reclaim_cb,recN)); in skc_handle_reclaim_launch()
Dpath_builder_cl_12.c762 cl(SetEventCallback(complete,CL_COMPLETE, in skc_path_builder_grid_pfn_waiting()
/external/skqp/src/compute/skc/platforms/cl_12/
Dstyling_cl_12.c71 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()
Draster_builder_cl_12.c769 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()
Dcomposition_cl_12.c260 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()
Dsurface_cl_12.c310 cl(SetEventCallback(complete,CL_COMPLETE,skc_surface_render_cb,render)); in skc_surface_grid_pfn_execute()
Dhandle_pool_cl_12.c345 cl(SetEventCallback(complete,CL_COMPLETE,skc_handle_reclaim_cb,recN)); in skc_handle_reclaim_launch()
Dpath_builder_cl_12.c762 cl(SetEventCallback(complete,CL_COMPLETE, in skc_path_builder_grid_pfn_waiting()
/external/skia/src/compute/common/cl/
Dassert_cl.c180 CL_VAL_TO_STRING(CL_COMPLETE); in cl_get_event_command_status_string()
/external/skqp/src/compute/common/cl/
Dassert_cl.c180 CL_VAL_TO_STRING(CL_COMPLETE); in cl_get_event_command_status_string()
/external/libxcam/modules/ocl/
Dcl_kernel.cpp475 ret = _context->set_event_callback (kernel_event, CL_COMPLETE, event_notify, user_data); in execute()
/external/mesa3d/include/CL/
Dcl.h553 #define CL_COMPLETE 0x0 macro
/external/ImageMagick/MagickCore/
Dopencl.c2901 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/
Dopencl-c.h16783 #define CL_COMPLETE 0x0 macro