Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c327 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock()
338 This->maps[This->nmaps].should_destroy_buf = false; in NineBuffer9_Lock()
344 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock()
447 } else if (This->maps[This->nmaps].should_destroy_buf) in NineBuffer9_Unlock()
Dbuffer9.h43 bool should_destroy_buf; /* If the subbuffer should be destroyed */ member