Home
last modified time | relevance | path

Searched defs:opProperties (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp69 struct opProperties struct
71 operation op;
72 unsigned int mNeg : 4;
73 unsigned int mAbs : 4;
74 unsigned int mNot : 4;
75 unsigned int mSat : 4;
76 unsigned int fConst : 3;
77 unsigned int fShared : 3;
78 unsigned int fAttrib : 3;
79 unsigned int fImm : 3;
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp203 struct opProperties struct
205 operation op;
206 unsigned int mNeg : 4;
207 unsigned int mAbs : 4;
208 unsigned int mNot : 4;
209 unsigned int mSat : 4;
210 unsigned int fConst : 3;
211 unsigned int fImmd : 4; // last bit indicates if full immediate is suppoted