Home
last modified time | relevance | path

Searched refs:streamout_write_index (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.h121 struct ac_arg streamout_write_index; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c364 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.streamout_write_index); in declare_streamout_sgprs()
H A Dradv_nir_to_llvm.c817 * (streamout_write_index + thread_id)*stride[buffer_id] + in radv_emit_streamout()
820 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args->ac.streamout_write_index); in radv_emit_streamout()
822 /* Compute (streamout_write_index + thread_id). */ in radv_emit_streamout()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c338 * (streamout_write_index + thread_id)*stride[buffer_id] + in si_llvm_emit_streamout()
342 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args.streamout_write_index); in si_llvm_emit_streamout()
344 /* Compute (streamout_write_index + thread_id). */ in si_llvm_emit_streamout()
H A Dsi_shader.c211 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->args.streamout_write_index); in declare_streamout_params()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11523 bld.vadd32(bld.def(v1), get_arg(ctx, ctx->args->ac.streamout_write_index), tid);
11539 get_arg(ctx, ctx->args->ac.streamout_write_index),

Completed in 43 milliseconds