HomeSort by relevance Sort by last modified time
    Searched refs:export_refcount (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
buffer.c 122 if (!buf || buf->export_refcount > 0) {
165 if (!buf || buf->export_refcount > 0) {
288 if (buf->export_refcount > 0) {
325 buf->export_refcount++;
349 if (buf->export_refcount == 0)
352 if (--buf->export_refcount == 0) {
va_private.h 232 unsigned int export_refcount; member in struct:__anon30232

Completed in 136 milliseconds