nir: Rename scoped_barrier -> barrier
sed + ninja clang-format + fix up spacing for common code. If you are unhappy that I did not manually change the whitespace of your driver, you need to enable clang-format for it so the formatting would happen automatically. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24428>
This commit is contained in:
committed by
Marge Bot
parent
04159a2973
commit
51db19f7a2
@@ -728,7 +728,7 @@ vec4_visitor::nir_emit_intrinsic(nir_intrinsic_instr *instr)
|
||||
break;
|
||||
}
|
||||
|
||||
case nir_intrinsic_scoped_barrier: {
|
||||
case nir_intrinsic_barrier: {
|
||||
if (nir_intrinsic_memory_scope(instr) == SCOPE_NONE)
|
||||
break;
|
||||
const vec4_builder bld =
|
||||
|
||||
Reference in New Issue
Block a user