Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp479 Type* pContainedType = pType->getContainedType(0); in PRINT() local
500 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy())) in PRINT()
511 else if ((tempStr[pos + 1] == 'd') && (pContainedType->isIntegerTy())) in PRINT()