Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h170 uint64_t l3_coherent_seqnos[NUM_IRIS_DOMAINS]; member
364 batch->l3_coherent_seqnos[access] = batch->next_seqno - 1; in iris_batch_mark_flush_sync()
394 batch->l3_coherent_seqnos[i] : batch->coherent_seqnos[i][i]; in iris_batch_mark_invalidate_sync()
401 batch->coherent_seqnos[access][i] = batch->l3_coherent_seqnos[i]; in iris_batch_mark_invalidate_sync()
421 batch->l3_coherent_seqnos[i] = batch->next_seqno - 1; in iris_batch_mark_reset_sync()
Diris_pipe_control.c250 if (seqno > batch->l3_coherent_seqnos[i]) in iris_emit_buffer_barrier_for()
275 batch->l3_coherent_seqnos[i] : batch->coherent_seqnos[i][i]; in iris_emit_buffer_barrier_for()
308 if (access_via_l3 && seqno > batch->l3_coherent_seqnos[i]) in iris_emit_buffer_barrier_for()
Diris_state.c7631 batch->coherent_seqnos[c][c] = batch->l3_coherent_seqnos[c]; in batch_mark_sync_for_pipe_control()
7632 batch->coherent_seqnos[z][z] = batch->l3_coherent_seqnos[z]; in batch_mark_sync_for_pipe_control()
7643 batch->coherent_seqnos[i][i] = batch->l3_coherent_seqnos[i]; in batch_mark_sync_for_pipe_control()
7701 batch->l3_coherent_seqnos[i] = batch->coherent_seqnos[i][i]; in batch_mark_sync_for_pipe_control()