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.c165 foreach_batch(dep, cache, batch->dependents_mask) { in batch_flush_reset_dependencies()
171 batch->dependents_mask = 0; in batch_flush_reset_dependencies()
238 debug_assert(batch->dependents_mask == 0); in __fd_batch_destroy()
354 if (batch->dependents_mask & (1 << other->idx)) in batch_depends_on()
357 foreach_batch(dep, cache, batch->dependents_mask) in batch_depends_on()
367 if (batch->dependents_mask & (1 << dep->idx)) in fd_batch_add_dep()
381 batch->dependents_mask |= (1 << dep->idx); in fd_batch_add_dep()
Dfreedreno_batch_cache.c307 if (other->dependents_mask & (1 << flush_batch->idx)) { in fd_bc_alloc_batch()
308 other->dependents_mask &= ~(1 << flush_batch->idx); in fd_bc_alloc_batch()
Dfreedreno_batch.h204 uint32_t dependents_mask; member