Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.c584 mov->barrier_class = IR3_BARRIER_ARRAY_R; in ir3_create_array_load()
624 src->barrier_conflict |= IR3_BARRIER_ARRAY_R | IR3_BARRIER_ARRAY_W; in ir3_create_array_store()
652 mov->barrier_conflict = IR3_BARRIER_ARRAY_R | IR3_BARRIER_ARRAY_W; in ir3_create_array_store()
Dir3_sched.c1346 ~(IR3_BARRIER_ARRAY_R | IR3_BARRIER_ARRAY_W))) { in depends_on()
Dir3.h481 IR3_BARRIER_ARRAY_R = 1 << 7, enumerator
/third_party/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst340 containing ``IR3_BARRIER_ARRAY_W`` or ``IR3_BARRIER_ARRAY_R``.