Home | History | Annotate | Download | only in util

Lines Matching defs:mapped

31  * - Flush while synchronously mapped.
32 * - Command stream reference while synchronously mapped.
35 * - Unmap while not mapped.
61 boolean mapped;
219 if (fbuf->mapped) {
229 fbuf->mapped = TRUE;
258 if (!fbuf->mapped)
259 debug_flush_alert("Unmap not previously mapped detected.", "Map",
263 fbuf->mapped = FALSE;
282 debug_flush_alert("Reference of mapped buffer detected.", "Reference",
321 "%s referenced mapped buffer detected.", reason);