Home
last modified time | relevance | path

Searched refs:LSC_FENCE_LOCAL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1927 LSC_FENCE_LOCAL = 1, enumerator
Dbrw_fs_visitor.cpp1058 fence->desc = lsc_fence_msg_desc(devinfo, LSC_FENCE_LOCAL, in emit_urb_fence()
Dbrw_fs_nir.cpp4261 enum lsc_fence_scope scope = LSC_FENCE_LOCAL; in lsc_fence_descriptor_for_intrinsic()
5933 emit_rt_lsc_fence(bld, LSC_FENCE_LOCAL, LSC_FLUSH_TYPE_NONE); in nir_emit_intrinsic()
5949 emit_rt_lsc_fence(bld, LSC_FENCE_LOCAL, LSC_FLUSH_TYPE_NONE); in nir_emit_intrinsic()
5961 emit_rt_lsc_fence(bld, LSC_FENCE_LOCAL, LSC_FLUSH_TYPE_NONE); in nir_emit_intrinsic()
5981 emit_rt_lsc_fence(bld, LSC_FENCE_LOCAL, LSC_FLUSH_TYPE_INVALIDATE); in nir_emit_intrinsic()
Dbrw_disasm.c667 [LSC_FENCE_LOCAL] = "local",
Dbrw_eu_emit.c3293 scope > LSC_FENCE_LOCAL && in gfx12_set_memory_fence_message()