| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.cpp | 173 Type* Builder::GetVectorType(Type* pType) argument 175 if (pType->isVectorTy()) 177 return pType; 181 if (pType->isArrayTy()) 183 uint32_t arraySize = pType->getArrayNumElements(); 184 Type* pArrayType = pType->getArrayElementType(); 191 if (pType->isAggregateType()) 193 uint32_t numElems = pType->getStructNumElements(); 197 Type* pElemType = pType->getStructElementType(i); 206 if (pType [all...] |
| H A D | builder_misc.cpp | 339 Type* pType = pArg->getType(); local in function:SwrJit::Builder::PRINT 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) argument 714 Value* pAlloca = ALLOCA(pType); 720 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) argument 724 Value* pAlloca = ALLOCA(pType, pArraySize); 988 uint32_t Builder::GetTypeSize(Type* pType) argument [all...] |
| H A D | JitManager.h | 183 llvm::DIType* GetDebugStructType(llvm::Type* pType) argument 185 llvm::StructType* pStructTy = llvm::cast<llvm::StructType>(pType); 194 CreateDebugStructType(llvm::StructType* pType,
|
| H A D | builder_misc.h | 189 Value* CreateEntryAlloca(Function* pFunc, Type* pType); 190 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize); 192 uint32_t GetTypeSize(Type* pType);
|
| H A D | JitManager.cpp | 225 JitManager::CreateDebugStructType(StructType* pType, argument 234 uint32_t size = DL.getTypeAllocSizeInBits(pType); 235 uint32_t alignment = DL.getABITypeAlignment(pType); 249 mDebugStructMap[pType] = pDIStructTy; 252 for (auto& elem : pType->elements()) 258 uint32_t offset = DL.getStructLayout(pType)->getElementOffsetInBits(idx);
|
| H A D | builder.h | 129 Type* GetVectorType(Type* pType);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder.cpp | 176 Type* Builder::GetVectorType(Type* pType) argument 178 if (pType->isVectorTy()) 180 return pType; 184 if (pType->isArrayTy()) 186 uint32_t arraySize = pType->getArrayNumElements(); 187 Type* pArrayType = pType->getArrayElementType(); 194 if (pType->isAggregateType()) 196 uint32_t numElems = pType->getStructNumElements(); 200 Type* pElemType = pType->getStructElementType(i); 209 if (pType [all...] |
| H A D | builder_misc.cpp | 390 Type* pType = pArg->getType(); local in function:SwrJit::Builder::PRINT 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 776 CreateEntryAlloca(Function * pFunc,Type * pType) argument 786 CreateEntryAlloca(Function * pFunc,Type * pType,Value * pArraySize) argument 1085 GetTypeSize(Type * pType) argument [all...] |
| H A D | JitManager.h | 185 llvm::DIType* GetDebugStructType(llvm::Type* pType) argument 187 llvm::StructType* pStructTy = llvm::cast<llvm::StructType>(pType); 196 CreateDebugStructType(llvm::StructType* pType,
|
| H A D | builder_misc.h | 209 Value* CreateEntryAlloca(Function* pFunc, Type* pType); 210 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize); 212 uint32_t GetTypeSize(Type* pType);
|
| H A D | builder.h | 132 Type* GetVectorType(Type* pType);
|
| H A D | JitManager.cpp | 225 JitManager::CreateDebugStructType(StructType* pType, argument 234 uint32_t size = DL.getTypeAllocSizeInBits(pType); 235 uint32_t alignment = DL.getABITypeAlignment(pType); 249 mDebugStructMap[pType] = pDIStructTy; 252 for (auto& elem : pType->elements()) 258 uint32_t offset = DL.getStructLayout(pType)->getElementOffsetInBits(idx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.h | 84 AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
|
| H A D | siaddrlib.h | 148 ADDR_TILEINFO* pInfo, AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
|
| H A D | ciaddrlib.cpp | 603 AddrTileType* pType ///< [out] Tile type 676 if (pType != NULL) 678 *pType = pCfgTable->type;
|
| H A D | siaddrlib.cpp | 2998 AddrTileType* pType ///< [out] Tile type 3013 if (pType) 3015 *pType = ADDR_DISPLAYABLE; 3053 if (pType) 3055 *pType = pCfgTable->type;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.h | 84 AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
|
| H A D | siaddrlib.h | 147 ADDR_TILEINFO* pInfo, AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
|
| H A D | ciaddrlib.cpp | 602 AddrTileType* pType ///< [out] Tile type 675 if (pType != NULL) 677 *pType = pCfgTable->type;
|
| H A D | siaddrlib.cpp | 2998 AddrTileType* pType ///< [out] Tile type 3013 if (pType) 3015 *pType = ADDR_DISPLAYABLE; 3053 if (pType) 3055 *pType = pCfgTable->type;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Xrm.c | 2289 XrmRepresentation *pType, /* RETURN */ 2355 *pType = XrmQString; 2358 *pType = RepType(entry); 2364 *pType = NULLQUARK; 2527 XrmRepresentation *pType, /* RETURN */ 2535 closure.type = pType; 2559 *pType = NULLQUARK; 2285 XrmQGetSearchResource(XrmSearchList searchList,register XrmName name,register XrmClass class,XrmRepresentation * pType,XrmValue * pValue) argument 2523 XrmQGetResource(XrmDatabase db,XrmNameList names,XrmClassList classes,XrmRepresentation * pType,XrmValuePtr pValue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_emit_gk110.cpp | 38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|
| H A D | nv50_ir_emit_nv50.cpp | 42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|
| H A D | nv50_ir_emit_gm107.cpp | 42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|
| H A D | nv50_ir_emit_nvc0.cpp | 38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
|