Home
last modified time | relevance | path

Searched refs:iris_domain_is_l3_coherent (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c190 const bool access_via_l3 = iris_domain_is_l3_coherent(devinfo, access); in iris_emit_buffer_barrier_for()
233 assert(iris_domain_is_l3_coherent(devinfo, i)); in iris_emit_buffer_barrier_for()
274 iris_domain_is_l3_coherent(devinfo, i) ? in iris_emit_buffer_barrier_for()
293 assert(!iris_domain_is_l3_coherent(devinfo, i)); in iris_emit_buffer_barrier_for()
Diris_batch.h363 if (iris_domain_is_l3_coherent(devinfo, access)) in iris_batch_mark_flush_sync()
384 if (iris_domain_is_l3_coherent(devinfo, access)) { in iris_batch_mark_invalidate_sync()
393 iris_domain_is_l3_coherent(devinfo, i) ? in iris_batch_mark_invalidate_sync()
Diris_bufmgr.h138 iris_domain_is_l3_coherent(const struct intel_device_info *devinfo, in iris_domain_is_l3_coherent() function
Diris_state.c7700 if (!iris_domain_is_l3_coherent(devinfo, i)) in batch_mark_sync_for_pipe_control()