Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h489 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
521 op.constSize = 0; in c8()
533 op.constSize = 1; in c16()
570 op.constSize = 3; in c64()
618 op.constSize = is64bit ? 3 : 2; in c32_or_c64()
735 return 1 << constSize; in bytes()
743 return constSize > 2 ? 2 : 1; in size()
773 if (constSize == 3) { in constantValue64()
876 uint8_t constSize : 2; member