Searched refs:ac_arg_regfile (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_args.h | 32 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);
|
D | ac_shader_args.c | 28 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/ |
D | si_shader_internal.h | 165 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers,
|
D | si_shader.c | 370 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/ |
D | aco_instruction_selection.cpp | 11246 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/ |
D | 20.0.0.rst | 689 - radv: Rename ac_arg_regfile
|