Searched refs:streamout_write_index (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_shader_args.h | 116 struct ac_arg streamout_write_index; member in struct:ac_shader_args
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_args.c | 361 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.streamout_write_index);
|
| H A D | radv_nir_to_llvm.c | 1132 * (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 D | si_shader_llvm_vs.c | 345 * (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 D | si_shader.c | 184 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 D | aco_instruction_selection.cpp | 11191 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