Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h818 #define TGSI_MEMBAR_SHARED (1 << 3) macro
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2509 TGSI_MEMBAR_SHARED)); in ntt_emit_intrinsic()
2525 ntt_MEMBAR(c, ureg_imm1u(c->ureg, TGSI_MEMBAR_SHARED)); in ntt_emit_intrinsic()
2533 TGSI_MEMBAR_SHARED | in ntt_emit_intrinsic()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3803 if (!(level & ~(TGSI_MEMBAR_THREAD_GROUP | TGSI_MEMBAR_SHARED))) in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10823 if (bartype & TGSI_MEMBAR_SHARED) in emit_memory_barrier()