Searched refs:src_ref (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_shader.c38 struct pipe_reference *src_ref; local
47 src_ref = src ? &src->refcnt : NULL;
50 if (pipe_reference(dst_ref, src_ref)) {
H A Dvmw_surface.c183 struct pipe_reference *src_ref; local
192 src_ref = src ? &src->refcnt : NULL;
195 if (pipe_reference(dst_ref, src_ref)) {

Completed in 85 milliseconds