Searched refs:nShort (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp269 unsigned int nShort; local in function:nv50_ir::CodeEmitter::prepareEmission
296 nShort = 0;
302 ++nShort;
304 if ((nShort & 1) && next && getMinEncodingSize(next) == 4) {
310 ++nShort;
317 ++nShort;
322 nShort = 0;
326 if (nShort & 1) {
330 nShort = 0;
336 assert(nShort);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp260 unsigned int nShort; local in function:nv50_ir::CodeEmitter::prepareEmission
287 nShort = 0;
298 ++nShort;
300 if ((nShort & 1) && next && getMinEncodingSize(next) == 4) {
306 ++nShort;
313 ++nShort;
318 nShort = 0;
322 if (nShort & 1) {
326 nShort = 0;
332 assert(nShort);
[all...]

Completed in 2 milliseconds