Searched refs:dependents_mask (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 236 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 D | freedreno_batch_cache.c | 383 if (other->dependents_mask & (1 << flush_batch->idx)) { 384 other->dependents_mask &= ~(1 << flush_batch->idx);
|
| H A D | freedreno_batch.h | 257 uint32_t dependents_mask; member in struct:fd_batch
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 199 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 D | freedreno_batch.h | 225 uint32_t dependents_mask; member in struct:fd_batch
|
| H A D | freedreno_batch_cache.c | 324 if (other->dependents_mask & (1 << flush_batch->idx)) { 325 other->dependents_mask &= ~(1 << flush_batch->idx);
|
Completed in 13 milliseconds