Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.h257 void ac_build_sendmsg(struct ac_llvm_context *ctx,
Dac_llvm_build.c1197 ac_build_sendmsg(struct ac_llvm_context *ctx, in ac_build_sendmsg() function
Dac_nir_to_llvm.c4274 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_EMIT | AC_SENDMSG_GS | (0 << 8), ctx->gs_wave_id); in visit_emit_vertex()
4281 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), ctx->gs_wave_id); in visit_end_primitive()
6572 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, ctx->gs_wave_id); in emit_gs_epilogue()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3583 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, in emit_gs_epilogue()
4372 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_EMIT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_vertex()
4397 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_primitive()