Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_shader_args.h32 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,
Dac_shader_args.c28 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/
Dsi_shader_internal.h199 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers,
Dsi_shader.c364 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/
D20.0.0.rst689 - radv: Rename ac_arg_regfile
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10869 enum ac_arg_regfile file = ctx->args->ac.args[i].file; in add_startpgm()