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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1656 unsigned has_zero_use_bytes = 0; local in function:aco::handle_operands
1658 has_zero_use_bytes |= (it->second.uses[i] == 0) << i;
1660 if (has_zero_use_bytes) {
1664 bool partial_copy = (has_zero_use_bytes == 0xf) || (has_zero_use_bytes == 0xf0);

Completed in 5 milliseconds