Searched refs:sync_region_depth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h173 uint32_t sync_region_depth; member in struct:iris_batch
298 batch->sync_region_depth++;
309 assert(batch->sync_region_depth);
310 batch->sync_region_depth--;
320 if (!batch->sync_region_depth) {
H A Diris_batch.c353 assert(batch->sync_region_depth);
431 assert(!batch->sync_region_depth);

Completed in 3 milliseconds