Searched refs:emit_store_output (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.h55 bool emit_store_output(nir_intrinsic_instr* instr);
H A Dsfn_shader_fragment.cpp518 return emit_store_output(instr);
525 bool FragmentShaderFromNir::emit_store_output(nir_intrinsic_instr* instr) function in class:r600::FragmentShaderFromNir
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h460 void (*emit_store_output)(const struct lp_build_tcs_iface *tcs_iface, member in struct:lp_build_tcs_iface
H A Dlp_bld_tgsi_soa.c1671 emit_store_output(struct lp_build_tgsi_context *bld_base, function in typeref:typename:void
1765 assert(bld->tcs_iface->emit_store_output);
1766 bld->tcs_iface->emit_store_output(bld->tcs_iface, (struct lp_build_context*)bld_base,
4488 bld.bld_base.emit_store_reg_funcs[TGSI_FILE_OUTPUT] = emit_store_output;
H A Dlp_bld_nir_soa.c577 bld->tcs_iface->emit_store_output(bld->tcs_iface, &bld_base->base, 0,
584 bld->tcs_iface->emit_store_output(bld->tcs_iface, &bld_base->base, 0,
593 bld->tcs_iface->emit_store_output(bld->tcs_iface, &bld_base->base, 0,
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2700 emit_store_output(struct ntd_context *ctx, nir_intrinsic_instr *intr, function in typeref:typename:bool
2759 return emit_store_output(ctx, intr, var);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2199 tcs_iface.base.emit_store_output = ::swr_tcs_llvm_store_output;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3531 tcs_iface.base.emit_store_output = draw_tcs_llvm_emit_store_output;

Completed in 32 milliseconds