Searched refs:streamout_write_index (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.h | 121 struct ac_arg streamout_write_index; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_args.c | 364 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.streamout_write_index); in declare_streamout_sgprs()
|
H A D | radv_nir_to_llvm.c | 817 * (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 D | si_shader_llvm_vs.c | 338 * (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 D | si_shader.c | 211 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 D | aco_instruction_selection.cpp | 11523 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