Searched refs:fits_in_dword (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_instruction_selection.cpp | 5561 bool fits_in_dword = count == 1 || (index_cv && ((offset + index_cv->u32) % 4 + count) <= 4); local in function:aco::__anon562fcc110110::visit_load_push_constant 5563 vec = fits_in_dword ? bld.tmp(s1) : bld.tmp(s2); |
Completed in 20 milliseconds