Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1497 unsigned has_zero_use_bytes = 0; in handle_operands() local
1499 has_zero_use_bytes |= (it->second.uses[i] == 0) << i; in handle_operands()
1501 if (has_zero_use_bytes) { in handle_operands()
1505 bool partial_copy = (has_zero_use_bytes == 0xf) || (has_zero_use_bytes == 0xf0); in handle_operands()