Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp120 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local
164 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()
Dnv50_ir_target_nvc0.cpp166 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local
212 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()