HomeSort by: relevance | last modified time | path
    Searched defs:pType (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 390 Type* pType = pArg->getType();
392 if (pType->isVectorTy())
394 Type* pContainedType = pType->getContainedType(0);
396 FixedVectorType* pVectorType = cast<FixedVectorType>(pType);
398 VectorType* pVectorType = cast<VectorType>(pType);
413 for (uint32_t i = 1; i < pType->getVectorNumElements(); ++i)
429 for (; i < pType->getVectorNumElements() - 1; i++)
446 for (; i < pType->getVectorNumElements() - 1; i++)
463 for (; i < pType->getVectorNumElements() - 1; i++)
485 else if ((tempStr[pos + 1] == 'f') && (pType->isFloatTy())
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 339 Type* pType = pArg->getType();
341 if (pType->isVectorTy())
343 Type* pContainedType = pType->getContainedType(0);
355 for (uint32_t i = 1; i < pType->getVectorNumElements(); ++i)
414 else if ((tempStr[pos + 1] == 'f') && (pType->isFloatTy()))
710 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType)
714 Value* pAlloca = ALLOCA(pType);
720 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize)
724 Value* pAlloca = ALLOCA(pType, pArraySize);
988 uint32_t Builder::GetTypeSize(Type* pType)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c 3658 XkbKeyTypePtr pType = xkb->map->types;
3662 for (i=0;i<xkb->map->num_types;i++,pType++) {
3663 if (pType->level_names!=NULL)
3664 nKTLevels+= pType->num_levels;
  /xsrc/external/mit/xorg-server/dist/xkb/
xkb.c 3854 XkbKeyTypePtr pType = xkb->map->types;
3858 for (i = 0; i < xkb->map->num_types; i++, pType++) {
3859 if (pType->level_names != NULL)
3860 nKTLevels += pType->num_levels;

Completed in 17 milliseconds