Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2344 bool can_sgpr = true; in register_allocation() local
2348 can_sgpr = false; in register_allocation()
2359 Temp tmp = program->allocateTmp(can_sgpr ? s1 : v1); in register_allocation()
2364 if (can_sgpr) in register_allocation()