Searched refs:ac_arg_regfile (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_shader_args.h | 32 enum ac_arg_regfile enum 60 enum ac_arg_regfile file; 110 void ac_add_arg(struct ac_shader_args *info, enum ac_arg_regfile regfile, unsigned registers,
|
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()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 199 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers,
|
D | si_shader.c | 364 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers, in si_add_arg_checked()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 689 - radv: Rename ac_arg_regfile
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 10869 enum ac_arg_regfile file = ctx->args->ac.args[i].file; in add_startpgm()
|