Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c75 bool gtt_mapped : 1; member
255 bo->gtt_mapped = false; in dump_execbuffer2()
315 if (aub_use_execlists(&aub_file) && !bo->gtt_mapped) { in dump_execbuffer2()
317 bo->gtt_mapped = true; in dump_execbuffer2()
388 bo->gtt_mapped = false; in add_new_bo()