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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5128 unsigned fetch_bytes = fetch_component * bitsize / 8; local in function:aco::__anon562fcc110110::visit_load_input
5144 switch (fetch_bytes) {
5185 if (channel_start == 0 && fetch_bytes == dst.bytes() && !post_shuffle && !expanded &&
5190 fetch_dst = bld.tmp(RegClass::get(RegType::vgpr, fetch_bytes));

Completed in 20 milliseconds