Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c160 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, si_get_gs_wave_id(ctx)); in si_llvm_gs_build_end()
233 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_EMIT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_vertex()
255 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_primitive()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c272 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_EMIT | AC_SENDMSG_GS | (stream << 8), in visit_emit_vertex_with_counter()
280 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), in visit_end_primitive()
1143 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, ctx->gs_wave_id); in emit_gs_epilogue()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h321 void ac_build_sendmsg(struct ac_llvm_context *ctx, uint32_t msg, LLVMValueRef wave_id);
Dac_llvm_build.c1837 void ac_build_sendmsg(struct ac_llvm_context *ctx, uint32_t msg, LLVMValueRef wave_id) in ac_build_sendmsg() function
4406 ac_build_sendmsg(ctx, AC_SENDMSG_GS_ALLOC_REQ, tmp); in ac_build_sendmsg_gs_alloc_req()