nir: Rename nir_intrinsic_barrier to control_barrier
This is a more explicit name now that we don't want it to be doing any memory barrier stuff for us. Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3307>
This commit is contained in:

committed by
Marge Bot

parent
bd3ab75aef
commit
e40b11bbcb
@@ -2258,7 +2258,7 @@ ntq_emit_intrinsic(struct v3d_compile *c, nir_intrinsic_instr *instr)
|
||||
*/
|
||||
break;
|
||||
|
||||
case nir_intrinsic_barrier:
|
||||
case nir_intrinsic_control_barrier:
|
||||
/* Emit a TSY op to get all invocations in the workgroup
|
||||
* (actually supergroup) to block until the last invocation
|
||||
* reaches the TSY op.
|
||||
|
Reference in New Issue
Block a user