Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h492 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
524 op.constSize = 0;
536 op.constSize = 1;
573 op.constSize = 3;
621 op.constSize = is64bit ? 3 : 2;
655 op.constSize = 2;
749 return 1 << constSize;
757 return constSize > 2 ? 2 : 1;
787 if (constSize == 3) {
903 uint8_t constSize member
[all...]

Completed in 2 milliseconds