Home
last modified time | relevance | path

Searched refs:ra_ctx (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dnir_lower_libclc.c97 void *ra_ctx = ralloc_context(NULL); in nir_lower_libclc() local
98 struct hash_table *copy_vars = _mesa_pointer_hash_table_create(ra_ctx); in nir_lower_libclc()
111 ralloc_free(ra_ctx); in nir_lower_libclc()
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp41 struct ra_ctx;
44 void add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, Re…
62 struct ra_ctx { struct
80 ra_ctx(Program* program) : program(program), in ra_ctx() function
98 DefInfo(ra_ctx& ctx, aco_ptr<Instruction>& instr, RegClass rc_, int operand) : rc(rc_) { in DefInfo()
255 void print_regs(ra_ctx& ctx, bool vgprs, RegisterFile& reg_file)
357 void update_phi_map(ra_ctx& ctx, Instruction *old, Instruction *instr) in update_phi_map()
370 void add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, Re… in add_subdword_operand()
535 void adjust_max_used_regs(ra_ctx& ctx, RegClass rc, unsigned reg) in adjust_max_used_regs()
550 void update_renames(ra_ctx& ctx, RegisterFile& reg_file, in update_renames()
[all …]
/external/mesa3d/docs/relnotes/
D20.1.0.rst1238 - aco: move all needed helper containers to ra_ctx