Home
last modified time | relevance | path

Searched refs:ObjFile (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/devel/upp/upp/bazaar/plugin/assimp/code/Obj/
H A DObjFileImporter.h54 namespace ObjFile {
84 void CreateDataFromImport(const ObjFile::Model* pModel, aiScene* pScene);
87 aiNode *createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pData,
91 aiMesh *createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData,
95 void createVertexArray(const ObjFile::Model* pModel, const ObjFile::Object* pCurrentObject,
99 void countObjects(const std::vector<ObjFile::Object*> &rObjects, int &iNumMeshes);
102 void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
114 ObjFile::Object *m_pRootObject;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DObjFileImporter.h55 namespace ObjFile
88 void CreateDataFromImport(const ObjFile::Model* pModel, aiScene* pScene);
91 aiNode *createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pData,
95 aiMesh *createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData,
99 void createVertexArray(const ObjFile::Model* pModel, const ObjFile::Object* pCurrentObject,
103 void countObjects(const std::vector<ObjFile::Object*> &rObjects, int &iNumMeshes);
106 void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
118 ObjFile::Object *m_pRootObject;
H A DObjFileImporter.cpp222 aiNode *ObjFileImporter::createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pObject, in createNodes()
281 aiMesh *ObjFileImporter::createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData, in createTopology()
292 ObjFile::Mesh *pObjMesh = pModel->m_Meshes[ meshIndex ]; in createTopology()
304 ObjFile::Face *const inp = pObjMesh->m_Faces[ index ]; in createTopology()
334 ObjFile::Face* const inp = pObjMesh->m_Faces[ index ]; in createTopology()
369 void ObjFileImporter::createVertexArray(const ObjFile::Model* pModel, in createVertexArray()
383 ObjFile::Mesh *pObjMesh = pModel->m_Meshes[ uiMeshIndex ]; in createVertexArray()
412 ObjFile::Face *pSourceFace = pObjMesh->m_Faces[ index ]; in createVertexArray()
553 ObjFile::Material *pCurrentMaterial = (*it).second; in createMaterials()
642 ObjFile::Material::TextureReflectionCubeTopType : in createMaterials()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjFileImporter.h54 namespace ObjFile {
83 void CreateDataFromImport(const ObjFile::Model *pModel, aiScene *pScene);
86 aiNode *createNodes(const ObjFile::Model *pModel, const ObjFile::Object *pData,
90 aiMesh *createTopology(const ObjFile::Model *pModel, const ObjFile::Object *pData,
94 void createVertexArray(const ObjFile::Model *pModel, const ObjFile::Object *pCurrentObject,
98 void countObjects(const std::vector<ObjFile::Object *> &rObjects, int &iNumMeshes);
101 void createMaterials(const ObjFile::Model *pModel, aiScene *pScene);
113 ObjFile::Object *m_pRootObject;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DObjFileImporter.h55 namespace ObjFile
88 void CreateDataFromImport(const ObjFile::Model* pModel, aiScene* pScene);
91 aiNode *createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pData,
95 aiMesh *createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData,
99 void createVertexArray(const ObjFile::Model* pModel, const ObjFile::Object* pCurrentObject,
103 void countObjects(const std::vector<ObjFile::Object*> &rObjects, int &iNumMeshes);
106 void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
118 ObjFile::Object *m_pRootObject;
H A DObjFileMtlImporter.cpp91 ObjFile::Model *pModel ) : in ObjFileMtlImporter()
100 m_pModel->m_pDefaultMaterial = new ObjFile::Material; in ObjFileMtlImporter()
312 clampIndex = ObjFile::Material::TextureDiffuseType; in getTexture()
316 clampIndex = ObjFile::Material::TextureAmbientType; in getTexture()
320 clampIndex = ObjFile::Material::TextureSpecularType; in getTexture()
324 clampIndex = ObjFile::Material::TextureOpacityType; in getTexture()
328 clampIndex = ObjFile::Material::TextureEmissiveType; in getTexture()
332 clampIndex = ObjFile::Material::TextureEmissiveType; in getTexture()
338 clampIndex = ObjFile::Material::TextureBumpType; in getTexture()
342 clampIndex = ObjFile::Material::TextureNormalType; in getTexture()
[all …]
H A DObjFileImporter.cpp237 aiNode *ObjFileImporter::createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pObject, in createNodes()
296 aiMesh *ObjFileImporter::createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData, in createTopology()
307 ObjFile::Mesh *pObjMesh = pModel->m_Meshes[ meshIndex ]; in createTopology()
323 ObjFile::Face *const inp = pObjMesh->m_Faces[ index ]; in createTopology()
353 ObjFile::Face* const inp = pObjMesh->m_Faces[ index ]; in createTopology()
388 void ObjFileImporter::createVertexArray(const ObjFile::Model* pModel, in createVertexArray()
402 ObjFile::Mesh *pObjMesh = pModel->m_Meshes[ uiMeshIndex ]; in createVertexArray()
435 ObjFile::Face *pSourceFace = pObjMesh->m_Faces[ index ]; in createVertexArray()
583 ObjFile::Material *pCurrentMaterial = (*it).second; in createMaterials()
672 ObjFile::Material::TextureReflectionCubeTopType : in createMaterials()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DObjFileImporter.h53 namespace ObjFile {
83 void CreateDataFromImport(const ObjFile::Model* pModel, aiScene* pScene);
86 aiNode *createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pData,
90 aiMesh *createTopology( const ObjFile::Model* pModel, const ObjFile::Object* pData,
94 void createVertexArray(const ObjFile::Model* pModel, const ObjFile::Object* pCurrentObject,
98 void countObjects(const std::vector<ObjFile::Object*> &rObjects, int &iNumMeshes);
101 void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
113 ObjFile::Object *m_pRootObject;
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DObjFileImporter.h54 namespace ObjFile
87 void CreateDataFromImport(const ObjFile::Model* pModel, aiScene* pScene);
90 …aiNode *createNodes(const ObjFile::Model* pModel, const ObjFile::Object* pData, unsigned int uiMes…
94 void createTopology(const ObjFile::Model* pModel, const ObjFile::Object* pData,
98 void createVertexArray(const ObjFile::Model* pModel, const ObjFile::Object* pCurrentObject,
102 void countObjects(const std::vector<ObjFile::Object*> &rObjects, int &iNumMeshes);
105 void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
117 ObjFile::Object *m_pRootObject;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/COFF/
H A DDebugTypes.h28 class ObjFile; variable
34 TpiSource(TpiKind k, const ObjFile *f);
38 const ObjFile *file;
41 TpiSource *makeTpiSource(const ObjFile *f);
42 TpiSource *makeUseTypeServerSource(const ObjFile *f,
44 TpiSource *makePrecompSource(const ObjFile *f);
45 TpiSource *makeUsePrecompSource(const ObjFile *f,
55 findTypeServerSource(const ObjFile *f);
H A DDebugTypes.cpp41 static void enqueue(const ObjFile *dependentFile,
49 findFromFile(const ObjFile *dependentFile);
65 UseTypeServerSource(const ObjFile *f, const TypeServer2Record *ts) in UseTypeServerSource()
79 PrecompSource(const ObjFile *f) : TpiSource(PCH, f) {} in PrecompSource()
86 UsePrecompSource(const ObjFile *f, const PrecompRecord *precomp) in UsePrecompSource()
97 TpiSource *makeTpiSource(const ObjFile *f) { in makeTpiSource()
101 TpiSource *makeUseTypeServerSource(const ObjFile *f, in makeUseTypeServerSource()
107 TpiSource *makePrecompSource(const ObjFile *f) { in makePrecompSource()
111 TpiSource *makeUsePrecompSource(const ObjFile *f, in makeUsePrecompSource()
171 TypeServerSource::findFromFile(const ObjFile *dependentFile) { in findFromFile()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/COFF/
H A DDebugTypes.h28 class ObjFile; variable
34 TpiSource(TpiKind k, const ObjFile *f);
38 const ObjFile *file;
41 TpiSource *makeTpiSource(const ObjFile *f);
42 TpiSource *makeUseTypeServerSource(const ObjFile *f,
44 TpiSource *makePrecompSource(const ObjFile *f);
45 TpiSource *makeUsePrecompSource(const ObjFile *f,
55 findTypeServerSource(const ObjFile *f);
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/COFF/
H A DDebugTypes.h28 class ObjFile; variable
34 TpiSource(TpiKind k, const ObjFile *f);
38 const ObjFile *file;
41 TpiSource *makeTpiSource(const ObjFile *f);
42 TpiSource *makeUseTypeServerSource(const ObjFile *f,
44 TpiSource *makePrecompSource(const ObjFile *f);
45 TpiSource *makeUsePrecompSource(const ObjFile *f,
55 findTypeServerSource(const ObjFile *f);
H A DDebugTypes.cpp41 static void enqueue(const ObjFile *dependentFile,
49 findFromFile(const ObjFile *dependentFile);
65 UseTypeServerSource(const ObjFile *f, const TypeServer2Record *ts) in UseTypeServerSource()
79 PrecompSource(const ObjFile *f) : TpiSource(PCH, f) {} in PrecompSource()
86 UsePrecompSource(const ObjFile *f, const PrecompRecord *precomp) in UsePrecompSource()
97 TpiSource *makeTpiSource(const ObjFile *f) { in makeTpiSource()
101 TpiSource *makeUseTypeServerSource(const ObjFile *f, in makeUseTypeServerSource()
107 TpiSource *makePrecompSource(const ObjFile *f) { in makePrecompSource()
111 TpiSource *makeUsePrecompSource(const ObjFile *f, in makeUsePrecompSource()
171 TypeServerSource::findFromFile(const ObjFile *dependentFile) { in findFromFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj()
63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj()
64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj()
65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj()
72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile)) in loadObj()
110 }(ObjFile.getBinary()); in loadObj()
115 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) ||
62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 ||
63 ObjFile.getBinary()->getArch() == Triple::ppc64le ||
64 ObjFile.getBinary()->getArch() == Triple::arm ||
65 ObjFile.getBinary()->getArch() == Triple::aarch64))
72 const auto &Sections = ObjFile.getBinary()->sections();
95 if (ObjFile.getBinary()->isELF()) {
100 dyn_cast<object::ELF32BEObjectFile>(ObjFile))
110 }(ObjFile.getBinary());
115 object::getRelocationResolver(*ObjFile.getBinary());
[all …]

12345678910>>...48