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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4391 bool write2 = op == aco_opcode::ds_write2_b32 || op == aco_opcode::ds_write2_b64; local in function:aco::__anon562fcc110110::store_lds
4395 unsigned max_offset = write2 ? (255 - write2_off) * split_data.bytes() : 65535;
4406 if (write2) {

Completed in 20 milliseconds