Searched refs:dependents_mask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c236 foreach_batch (dep, cache, batch->dependents_mask) {
241 batch->dependents_mask = 0;
250 foreach_batch (dep, cache, batch->dependents_mask) {
254 batch->dependents_mask = 0;
311 debug_assert(batch->dependents_mask == 0);
404 uint32_t dependents_mask = batch->dependents_mask; local in function:recursive_dependents_mask
406 foreach_batch (dep, cache, batch->dependents_mask)
407 dependents_mask |= recursive_dependents_mask(dep);
409 return dependents_mask;
[all...]
H A Dfreedreno_batch_cache.c383 if (other->dependents_mask & (1 << flush_batch->idx)) {
384 other->dependents_mask &= ~(1 << flush_batch->idx);
H A Dfreedreno_batch.h257 uint32_t dependents_mask; member in struct:fd_batch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c199 foreach_batch(dep, cache, batch->dependents_mask) {
205 batch->dependents_mask = 0;
269 debug_assert(batch->dependents_mask == 0);
409 if (batch->dependents_mask & (1 << other->idx))
412 foreach_batch(dep, cache, batch->dependents_mask)
422 if (batch->dependents_mask & (1 << dep->idx))
430 batch->dependents_mask |= (1 << dep->idx);
H A Dfreedreno_batch.h225 uint32_t dependents_mask; member in struct:fd_batch
H A Dfreedreno_batch_cache.c324 if (other->dependents_mask & (1 << flush_batch->idx)) {
325 other->dependents_mask &= ~(1 << flush_batch->idx);

Completed in 13 milliseconds