Home
last modified time | relevance | path

Searched refs:emit_barrier (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h312 bool emit_barrier(nir_intrinsic_instr* intr);
Dsfn_shader.cpp790 return emit_barrier(intr); in process_intrinsic()
1182 bool Shader::emit_barrier(nir_intrinsic_instr* intr) in emit_barrier() function in r600::Shader
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h456 void (*emit_barrier)(struct lp_build_context *bld_base); member
Dlp_bld_nir_soa.c1525 static void emit_barrier(struct lp_build_nir_context *bld_base) in emit_barrier() function
2742 bld.bld_base.barrier = emit_barrier; in lp_build_nir_soa()
Dlp_bld_tgsi_soa.c4082 if (bld->tcs_iface->emit_barrier) { in barrier_emit_tcs()
4083 bld->tcs_iface->emit_barrier((struct lp_build_context*)bld_base); in barrier_emit_tcs()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.h339 void emit_barrier();
Dbrw_fs_visitor.cpp1087 fs_visitor::emit_barrier() in emit_barrier() function in fs_visitor
Dbrw_fs_nir.cpp3840 emit_barrier(); in nir_emit_cs_intrinsic()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp924 void emit_barrier(uint32_t id_exe_scope, uint32_t id_mem_scope, uint32_t id_mem_sem);
Dspirv_msl.cpp8115 emit_barrier(0, ops[0], ops[1]); in emit_instruction()
8123 emit_barrier(ops[0], ops[1], ops[2]); in emit_instruction()
8408 void CompilerMSL::emit_barrier(uint32_t id_exe_scope, uint32_t id_mem_scope, uint32_t id_mem_sem) in emit_barrier() function in CompilerMSL
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2571 emit_barrier(struct ntd_context *ctx, nir_intrinsic_instr *intr) in emit_barrier() function
4278 return emit_barrier(ctx, intr); in emit_intrinsic()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10749 emit_barrier(struct svga_shader_emitter_v10 *emit, in emit_barrier() function
11170 return emit_barrier(emit, inst); in emit_instruction()