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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_validate.cpp304 uint32_t scalar_mask = instr->isVOP3() || instr->isVOP3P() ? 0x7 : 0x5; local in function:aco::validate_ir
306 scalar_mask = program->chip_class >= GFX9 ? 0x7 : 0x4;
308 scalar_mask = 0x4;
356 check(scalar_mask & (1 << i), "Wrong source position for SGPR argument",
366 check(scalar_mask & (1 << i), "Wrong source position for constant argument",

Completed in 77 milliseconds