Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_helpers.c48 mtx_lock(&screen->opencl_func_mutex); in dri2_load_opencl_interop()
51 mtx_unlock(&screen->opencl_func_mutex); in dri2_load_opencl_interop()
65 mtx_unlock(&screen->opencl_func_mutex); in dri2_load_opencl_interop()
Ddri_screen.h85 mtx_t opencl_func_mutex; member
Ddri_screen.c456 mtx_destroy(&screen->opencl_func_mutex); in dri_destroy_screen_helper()
Ddri2.c2055 (void) mtx_init(&screen->opencl_func_mutex, mtx_plain); in dri2_init_screen()