OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swc_mutex
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_screen.h
65
pipe_mutex
swc_mutex
; /* Used for buffer uploads */
member in struct:svga_screen
svga_resource_buffer.c
241
pipe_mutex_lock(ss->
swc_mutex
);
243
pipe_mutex_unlock(ss->
swc_mutex
);
255
pipe_mutex_lock(ss->
swc_mutex
);
282
pipe_mutex_unlock(ss->
swc_mutex
);
svga_resource_buffer_upload.c
429
pipe_mutex_lock(ss->
swc_mutex
);
433
pipe_mutex_unlock(ss->
swc_mutex
);
451
pipe_mutex_unlock(ss->
swc_mutex
);
svga_screen.c
490
pipe_mutex_destroy(svgascreen->
swc_mutex
);
619
pipe_mutex_init(svgascreen->
swc_mutex
);
Completed in 71 milliseconds