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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp64 unsigned int fullSize = typeSizeof(fTy); local in function:nv50_ir::expandIntegerMUL
75 t[j] = bld->getSSA(fullSize);
78 s[0] = bld->getSSA(fullSize);
79 s[1] = bld->getSSA(fullSize);
120 r[j] = bld->getSSA(fullSize);
143 Value *one = bld->getSSA(fullSize);
146 rr[j] = bld->getSSA(fullSize);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dac.c239 Bool fullSize = FALSE; local in function:TridentInit
375 fullSize = (mode->HDisplay == LCD[i].display_x)
383 if (LCDActive && fullSize) {
394 if (LCDActive && !fullSize) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp82 unsigned int fullSize = typeSizeof(fTy); local in function:nv50_ir::expandIntegerMUL
93 t[j] = bld->getSSA(fullSize);
96 s[0] = bld->getSSA(fullSize);
97 s[1] = bld->getSSA(fullSize);
138 r[j] = bld->getSSA(fullSize);
161 Value *one = bld->getSSA(fullSize);
164 rr[j] = bld->getSSA(fullSize);

Completed in 8 milliseconds