Home
last modified time | relevance | path

Searched refs:upload_buffer_private_refcount (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_bufferobj.c101 if (glthread->upload_buffer_private_refcount > 0) { in _mesa_glthread_upload()
103 -glthread->upload_buffer_private_refcount); in _mesa_glthread_upload()
104 glthread->upload_buffer_private_refcount = 0; in _mesa_glthread_upload()
133 glthread->upload_buffer_private_refcount = default_size; in _mesa_glthread_upload()
146 assert(glthread->upload_buffer_private_refcount > 0); in _mesa_glthread_upload()
148 glthread->upload_buffer_private_refcount--; in _mesa_glthread_upload()
Dglthread.h185 int upload_buffer_private_refcount; member