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/
Dac_shader_args.h116 struct ac_arg streamout_write_index; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_args.c361 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.streamout_write_index); in declare_streamout_sgprs()
Dradv_nir_to_llvm.c1135 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args->ac.streamout_write_index); in radv_emit_streamout()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c349 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args.streamout_write_index); in si_llvm_emit_streamout()
Dsi_shader.c184 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/
Daco_instruction_selection.cpp11195 bld.vadd32(bld.def(v1), get_arg(ctx, ctx->args->ac.streamout_write_index), tid); in emit_streamout()
11211 get_arg(ctx, ctx->args->ac.streamout_write_index), in emit_streamout()