Home
last modified time | relevance | path

Searched refs:coherent_seqnos (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.h152 uint64_t coherent_seqnos[NUM_IRIS_DOMAINS][NUM_IRIS_DOMAINS]; member
335 batch->coherent_seqnos[access][access] = batch->next_seqno - 1; in iris_batch_mark_flush_sync()
348 batch->coherent_seqnos[access][i] = batch->coherent_seqnos[i][i]; in iris_batch_mark_invalidate_sync()
361 batch->coherent_seqnos[i][j] = batch->next_seqno - 1; in iris_batch_mark_reset_sync()
Diris_pipe_control.c223 if (seqno > batch->coherent_seqnos[access][i]) { in iris_emit_buffer_barrier_for()
226 if (seqno > batch->coherent_seqnos[i][i]) in iris_emit_buffer_barrier_for()
245 if (seqno > batch->coherent_seqnos[i][i]) in iris_emit_buffer_barrier_for()
263 if (seqno > batch->coherent_seqnos[access][i]) { in iris_emit_buffer_barrier_for()
266 if (seqno > batch->coherent_seqnos[i][i]) in iris_emit_buffer_barrier_for()