Home
last modified time | relevance | path

Searched refs:ac_arg_regfile (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.h35 enum ac_arg_regfile enum
63 enum ac_arg_regfile file;
157 void ac_add_arg(struct ac_shader_args *info, enum ac_arg_regfile regfile, unsigned registers,
159 void ac_add_return(struct ac_shader_args *info, enum ac_arg_regfile regfile);
H A 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/
H A Dsi_shader_internal.h161 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers,
H A Dsi_shader.c392 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/
H A Daco_instruction_selection.cpp11586 enum ac_arg_regfile file = ctx->args->ac.args[i].file;
12203 enum ac_arg_regfile file = args->ac.args[arg.arg_index].file;

Completed in 18 milliseconds