Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c144 foreach_batch(dep, cache, batch->dependents_mask) { in batch_flush_reset_dependencies()
150 batch->dependents_mask = 0; in batch_flush_reset_dependencies()
217 debug_assert(batch->dependents_mask == 0); in __fd_batch_destroy()
319 if (batch->dependents_mask & (1 << other->idx)) in batch_depends_on()
322 foreach_batch(dep, cache, batch->dependents_mask) in batch_depends_on()
332 if (batch->dependents_mask & (1 << dep->idx)) in batch_add_dep()
346 batch->dependents_mask |= (1 << dep->idx); in batch_add_dep()
Dfreedreno_batch_cache.c282 if (other->dependents_mask & (1 << flush_batch->idx)) { in fd_bc_alloc_batch()
283 other->dependents_mask &= ~(1 << flush_batch->idx); in fd_bc_alloc_batch()
Dfreedreno_batch.h198 uint32_t dependents_mask; member