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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp343 Type* pContainedType = pType->getContainedType(0); local in function:SwrJit::Builder::PRINT
364 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy()))
377 else if ((tempStr[pos + 1] == 'd') && (pContainedType->isIntegerTy()))
390 else if ((tempStr[pos + 1] == 'u') && (pContainedType->isIntegerTy()))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp394 Type* pContainedType = pType->getContainedType(0); local in function:SwrJit::Builder::PRINT
423 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy()))
440 else if ((tempStr[pos + 1] == 'd') && (pContainedType->isIntegerTy()))
457 else if ((tempStr[pos + 1] == 'u') && (pContainedType->isIntegerTy()))

Completed in 55 milliseconds