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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5130 Temp fetch_index = index; local in function:aco::__anon562fcc110110::visit_load_input
5132 fetch_index =
5133 bld.vadd32(bld.def(v1), Operand::c32(fetch_offset / attrib_stride), fetch_index);
5194 Instruction* mubuf = bld.mubuf(opcode, Definition(fetch_dst), list, fetch_index,
5199 Instruction* mtbuf = bld.mtbuf(opcode, Definition(fetch_dst), list, fetch_index,
11877 Operand fetch_index(tmp_vgpr0, v1); local in function:aco::calc_nontrivial_instance_id
11891 instr = bld.vop2_sdwa(aco_opcode::v_add_u32, fetch_index_def, div_info, fetch_index).instr;
11894 div_info, fetch_index)
11899 fetch_index);
11902 bld.vop2_sdwa(aco_opcode::v_lshrrev_b32, fetch_index_def, div_info, fetch_index)
12027 Operand fetch_index = Operand(vertex_index, v1); local in function:aco::select_vs_prolog
[all...]

Completed in 20 milliseconds