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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_args.h116 struct ac_arg streamout_write_index; member in struct:ac_shader_args
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_args.c361 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.streamout_write_index);
H A Dradv_nir_to_llvm.c1132 * (streamout_write_index + thread_id)*stride[buffer_id] +
1135 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args->ac.streamout_write_index);
1137 /* Compute (streamout_write_index + thread_id). */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c345 * (streamout_write_index + thread_id)*stride[buffer_id] +
349 LLVMValueRef so_write_index = ac_get_arg(&ctx->ac, ctx->args.streamout_write_index);
351 /* Compute (streamout_write_index + thread_id). */
H A Dsi_shader.c184 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->args.streamout_write_index);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11191 bld.vadd32(bld.def(v1), get_arg(ctx, ctx->args->ac.streamout_write_index), tid);
11207 get_arg(ctx, ctx->args->ac.streamout_write_index),

Completed in 30 milliseconds