Searched refs:emit_barrier (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_base.h120 bool emit_barrier(nir_intrinsic_instr* instr);
H A Dsfn_shader_base.cpp679 return emit_barrier(instr);
718 bool ShaderFromNirProcessor::emit_barrier(UNUSED nir_intrinsic_instr* instr) function in class:r600::ShaderFromNirProcessor
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h458 void (*emit_barrier)(struct lp_build_context *bld_base); member in struct:lp_build_tcs_iface
H A Dlp_bld_nir_soa.c1336 static void emit_barrier(struct lp_build_nir_context *bld_base) function in typeref:typename:void
2497 bld.bld_base.barrier = emit_barrier;
H A Dlp_bld_tgsi_soa.c4075 if (bld->tcs_iface->emit_barrier) {
4076 bld->tcs_iface->emit_barrier((struct lp_build_context*)bld_base);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.h284 void emit_barrier();
H A Dbrw_fs_visitor.cpp935 fs_visitor::emit_barrier() function in class:fs_visitor
H A Dbrw_fs_nir.cpp3671 emit_barrier();
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.h324 void emit_barrier();
H A Dbrw_fs_visitor.cpp1047 fs_visitor::emit_barrier() function in class:fs_visitor
H A Dbrw_fs_nir.cpp3823 emit_barrier();
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2229 emit_barrier(struct ntd_context *ctx, nir_intrinsic_instr *intr) function in typeref:typename:bool
3632 return emit_barrier(ctx, intr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2202 tcs_iface.base.emit_barrier = ::swr_tcs_llvm_emit_barrier;

Completed in 49 milliseconds