Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dbuffer9.c313 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock()
324 This->maps[This->nmaps].should_destroy_buf = false; in NineBuffer9_Lock()
330 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock()
416 } 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