| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 225 BitSet::andNot(const BitSet &set) 233 BitSet& BitSet::operator|=(const BitSet &set) 242 bool BitSet::resize(unsigned int nBits) 265 bool BitSet::allocate(unsigned int nBits, bool zero) 285 unsigned int BitSet::popCount() const 295 void BitSet::fill(uint32_t val) 304 void BitSet [all...] |
| H A D | nv50_ir_util.h | 477 class BitSet class in namespace:nv50_ir 480 BitSet() : marker(false), data(0), size(0) { } function in class:nv50_ir::BitSet 481 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) function in class:nv50_ir::BitSet 485 ~BitSet() 499 void setOr(BitSet *, BitSet *); // second BitSet may be NULL 548 BitSet& operator|=(const BitSet&); 550 BitSet [all...] |
| H A D | nv50_ir_ssa.cpp | 224 BitSet usedBeforeAssigned(allLValues.getSize(), true); 225 BitSet assigned(allLValues.getSize(), true);
|
| H A D | nv50_ir.h | 1158 BitSet liveSet; 1159 BitSet defSet;
|
| H A D | nv50_ir_emit_gm107.cpp | 3960 BitSet defs(255, 1); 4120 BitSet srcs(255, 1), defs(255, 1); 4282 BitSet bars(6, 1); 4358 BitSet alive_bars(6, 1);
|
| H A D | nv50_ir_from_tgsi.cpp | 1749 updatePrototype(BitSet *set, void (Function::*updateSet)(), 4271 BitSet *set, void (Function::*updateSet)(), T (Function::*proto))
|
| H A D | nv50_ir_ra.cpp | 105 BitSet bits[LAST_REGISTER_FILE + 1]; 625 // aliasing works fine with BitSet::setOr
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 225 BitSet::andNot(const BitSet &set) 233 BitSet& BitSet::operator|=(const BitSet &set) 242 bool BitSet::resize(unsigned int nBits) 265 bool BitSet::allocate(unsigned int nBits, bool zero) 285 unsigned int BitSet::popCount() const 295 void BitSet::fill(uint32_t val) 304 void BitSet [all...] |
| H A D | nv50_ir_util.h | 477 class BitSet class in namespace:nv50_ir 480 BitSet() : marker(false), data(0), size(0) { } function in class:nv50_ir::BitSet 481 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) function in class:nv50_ir::BitSet 485 ~BitSet() 499 void setOr(BitSet *, BitSet *); // second BitSet may be NULL 548 BitSet& operator|=(const BitSet&); 550 BitSet [all...] |
| H A D | nv50_ir_ssa.cpp | 224 BitSet usedBeforeAssigned(allLValues.getSize(), true); 225 BitSet assigned(allLValues.getSize(), true);
|
| H A D | nv50_ir.h | 1212 BitSet liveSet; 1213 BitSet defSet;
|
| H A D | nv50_ir_emit_gm107.cpp | 3883 BitSet defs(255, true); 4043 BitSet srcs(255, true), defs(255, true); 4205 BitSet bars(6, true); 4281 BitSet alive_bars(6, true);
|
| H A D | nv50_ir_from_tgsi.cpp | 1730 updatePrototype(BitSet *set, void (Function::*updateSet)(), 4304 BitSet *set, void (Function::*updateSet)(), T (Function::*proto))
|
| H A D | nv50_ir_ra.cpp | 105 BitSet bits[LAST_REGISTER_FILE + 1]; 670 // aliasing works fine with BitSet::setOr
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtrapemacros.h | 72 BitSet((tcv)->v.flags.e, XETrapTimestamp, (x)) 74 BitSet((tcv)->v.flags.e, XETrapCmd, (x)) 76 BitSet((tcv)->v.flags.e, XETrapCmdKeyMod, (x)) 78 BitSet((tcv)->v.flags.e, XETrapRequest, (x)) 80 BitSet((tcv)->v.flags.e, XETrapEvent, (x)) 82 BitSet((tcv)->v.flags.e, XETrapMaxPacket, (x)) 84 BitSet((tcv)->v.flags.e, XETrapStatistics, (x)) 86 BitSet((tcv)->v.flags.e, XETrapWinXY, (x)) 88 BitSet((tcv)->v.flags.e, XETrapCursor, (x)) 90 BitSet((tc [all...] |
| H A D | xtrapbits.h | 80 #define BitSet(array,bit,value) /* Set bit to given value in array */ \ macro
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.2.8.rst | 57 - nv50/ir/util: fix BitSet issues
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| H A D | isa.py | 243 class BitSet(object): class in inherits:object 441 b = BitSet(self, bitset)
|