Home
last modified time | relevance | path

Searched refs:ac_arg_regfile (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_args.h32 enum ac_arg_regfile enum
60 enum ac_arg_regfile file;
148 void ac_add_arg(struct ac_shader_args *info, enum ac_arg_regfile regfile, unsigned registers,
150 void ac_add_return(struct ac_shader_args *info, enum ac_arg_regfile regfile);
Dac_shader_args.c28 void ac_add_arg(struct ac_shader_args *info, enum ac_arg_regfile regfile, unsigned size, in ac_add_arg()
56 void ac_add_return(struct ac_shader_args *info, enum ac_arg_regfile regfile) in ac_add_return()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h165 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers,
Dsi_shader.c370 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers, in si_add_arg_checked()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11246 enum ac_arg_regfile file = ctx->args->ac.args[i].file; in add_startpgm()
11831 enum ac_arg_regfile file = args->ac.args[arg.arg_index].file; in get_arg_fixed()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst689 - radv: Rename ac_arg_regfile