Searched refs:ac_build_sendmsg (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 223 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, si_get_gs_wave_id(ctx)); in emit_gs_epilogue() 307 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_EMIT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_vertex() 326 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), in si_llvm_emit_primitive()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 327 void ac_build_sendmsg(struct ac_llvm_context *ctx, uint32_t msg, LLVMValueRef wave_id);
|
D | ac_llvm_build.c | 1827 void ac_build_sendmsg(struct ac_llvm_context *ctx, uint32_t msg, LLVMValueRef wave_id) in ac_build_sendmsg() function 4486 ac_build_sendmsg(ctx, AC_SENDMSG_GS_ALLOC_REQ, tmp); in ac_build_sendmsg_gs_alloc_req()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 819 ac_build_sendmsg(&ctx->ac, in visit_emit_vertex_with_counter() 834 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_CUT | AC_SENDMSG_GS | (stream << 8), ctx->gs_wave_id); in visit_end_primitive() 3557 ac_build_sendmsg(&ctx->ac, AC_SENDMSG_GS_OP_NOP | AC_SENDMSG_GS_DONE, ctx->gs_wave_id); in emit_gs_epilogue()
|