/dports/graphics/ospray/ospray-2.8.0/modules/mpi/ospray/render/distributed/ |
H A D | DistributedRenderer.cpp | 29 fb->getIE(), 30 camera->getIE(), 31 world->getIE(), 47 ispc::DistributedRenderer_renderRegionToTile(getIE(), 48 fb->getIE(), 49 camera->getIE(), 50 world->getIE(), 72 ispc::DistributedRenderer_pick(getIE(), 73 fb->getIE(), 74 camera->getIE(), [all …]
|
/dports/graphics/ospray/ospray-2.8.0/ospray/render/ |
H A D | Renderer.cpp | 64 if (getIE()) { in commit() 65 ispc::Renderer_set(getIE(), in commit() 70 backplate ? backplate->getIE() : nullptr, in commit() 95 ispc::Renderer_renderTile(getIE(), in renderTile() 96 fb->getIE(), in renderTile() 97 camera->getIE(), in renderTile() 98 world->getIE(), in renderTile() 117 ispc::Renderer_pick(getIE(), in pick() 118 fb->getIE(), in pick() 119 camera->getIE(), in pick() [all …]
|
/dports/graphics/ospray/ospray-2.8.0/ospray/render/pathtracer/ |
H A D | PathTracer.cpp | 64 if (ispc::GeometryLight_isSupported(model->getIE())) { in generateGeometryLights() 66 model->getIE(), getIE(), instance->getIE()); in generateGeometryLights() 95 ispc::PathTracer_set(getIE(), in commit() 140 lightArray.push_back(obj->createIE(inst->getIE())); in beginFrame() 141 void *secondIE = obj->createSecondIE(inst->getIE()); in beginFrame() 150 world->getIE(), lightPtr, lightArray.size(), geometryLights); in beginFrame()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/input/ |
H A D | inputengine_script.cpp | 82 static InputEngine *getIE() { in getIE() function 91 InputEngine *pIE = getIE(); in init() 98 InputEngine *pIE = getIE(); in update() 105 InputEngine *pIE = getIE(); in isLeftMouseDown() 112 InputEngine *pIE = getIE(); in isRightMouseDown() 119 InputEngine *pIE = getIE(); in wasLeftMouseDown() 126 InputEngine *pIE = getIE(); in wasRightMouseDown() 133 InputEngine *pIE = getIE(); in isLeftDoubleClick() 140 InputEngine *pIE = getIE(); in getMouseX() 147 InputEngine *pIE = getIE(); in getMouseY() [all …]
|
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/input/ |
H A D | inputengine_script.cpp | 82 static InputEngine *getIE() { in getIE() function 91 InputEngine *pIE = getIE(); in init() 98 InputEngine *pIE = getIE(); in update() 105 InputEngine *pIE = getIE(); in isLeftMouseDown() 112 InputEngine *pIE = getIE(); in isRightMouseDown() 119 InputEngine *pIE = getIE(); in wasLeftMouseDown() 126 InputEngine *pIE = getIE(); in wasRightMouseDown() 133 InputEngine *pIE = getIE(); in isLeftDoubleClick() 140 InputEngine *pIE = getIE(); in getMouseX() 147 InputEngine *pIE = getIE(); in getMouseY() [all …]
|
/dports/graphics/ospray/ospray-2.8.0/ospray/common/ |
H A D | World.cpp | 31 ispc::Instance_set_embreeGeom(inst->getIE(), eInst); in addGeometryInstance() 52 ispc::World_destroy(getIE()); in ~World() 101 geometriesInstIEs.push_back(inst->getIE()); in commit() 108 volumesInstIEs.push_back(inst->getIE()); in commit() 115 clippersInstIEs.push_back(inst->getIE()); in commit() 146 ispc::World_set(getIE(), in commit()
|
H A D | Instance.cpp | 31 ispc::Instance_set(getIE(), 32 group->getIE(),
|
H A D | Managed.h | 34 void *getIE() const; 67 inline void *ManagedObject::getIE() const
|
/dports/graphics/ospray/ospray-2.8.0/ospray/fb/ |
H A D | LocalFB.cpp | 106 ispc::LocalFrameBuffer_accumulateTile(getIE(), (ispc::Tile &)tile); in setTile() 113 getIE(), (ispc::Tile &)tile); in setTile() 117 ispc::LocalFrameBuffer_accumulateAuxTile(getIE(), in setTile() 126 ispc::LocalFrameBuffer_accumulateAuxTile(getIE(), in setTile() 149 ispc::LocalFrameBuffer_writeTile_RGBA8(getIE(), (ispc::Tile &)tile); in setTile() 152 ispc::LocalFrameBuffer_writeTile_SRGBA(getIE(), (ispc::Tile &)tile); in setTile() 155 ispc::LocalFrameBuffer_writeTile_RGBA32F(getIE(), (ispc::Tile &)tile); in setTile()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/texture/ |
H A D | TextureVolume.cpp | 45 ispc::TextureVolume_create(volume->getIE(), transferFunction->getIE()); in commit() 52 ispc::TextureVolume_create_deprecated(volumetricModel->getIE()); in commit()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/volume/ |
H A D | VolumetricModel.cpp | 80 getVolume()->getIE(), in commit() 81 transferFunction->getIE(), in commit() 105 ispc::Volume_set_geomID(volume->getIE(), geomID); in setGeomID()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/geometry/ |
H A D | Isosurfaces.cpp | 89 ispc::Isosurfaces_set(getIE(), in commit() 93 model ? model->getIE() : nullptr, in commit() 94 volume ? volume->getIE() : nullptr, in commit()
|
H A D | GeometricModel.cpp | 79 ispc::GeometricModel_set(getIE(), 80 geometry().getIE(),
|
H A D | Boxes.cpp | 33 ispc::Boxes_set(getIE(), embreeGeometry, ispc(boxData)); in commit()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/render/scivis/ |
H A D | SciVis.cpp | 85 ispc::SciVis_set(getIE(), in commit() 119 lightArray, visibleOnly, inst->group->lights, inst->getIE()); in beginFrame() 123 ispc::World_setSciVisData(world->getIE(), in beginFrame()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/render/materials/ |
H A D | Mix.cpp | 32 mat1 ? mat1->getIE() : nullptr, 33 mat2 ? mat2->getIE() : nullptr);
|
H A D | Luminous.cpp | 28 getIE(), (const ispc::vec3f &)radiance, transparency); in commit()
|
H A D | Plastic.cpp | 28 getIE(), (const ispc::vec3f &)pigmentColor, eta, roughness);
|
H A D | ThinGlass.cpp | 29 ispc::PathTracer_ThinGlass_set(getIE(), in commit()
|
/dports/graphics/ospray/ospray-2.8.0/ospray/camera/ |
H A D | OrthographicCamera.cpp | 29 ispc::OrthographicCamera_set(getIE(), 40 getIE(), (const ispc::box3f &)b, (ispc::box3f &)projection);
|
H A D | PerspectiveCamera.cpp | 48 ispc::PerspectiveCamera_set(getIE(), 68 getIE(), (const ispc::box3f &)b, (ispc::box3f &)projection);
|
H A D | PanoramicCamera.cpp | 23 ispc::PanoramicCamera_set(getIE(),
|
/dports/graphics/ospray/ospray-2.8.0/ospray/lights/ |
H A D | HDRILight.cpp | 22 map ? map->getIE() : nullptr, in createIE() 43 distributionIE = ispc::HDRILight_createDistribution(map->getIE()); in commit()
|
/dports/security/nmap/nmap-7.91/nselib/ |
H A D | iax2.lua | 145 getIE = function(self, key) function 193 getIE = function(self, key) function 289 local token = resp:getIE(IAX2.InfoElement.CALLTOKEN) 300 local challenge = resp:getIE(IAX2.InfoElement.CHALLENGE)
|
/dports/graphics/ospray/ospray-2.8.0/ospray/render/ao/ |
H A D | AORenderer.cpp | 23 ispc::AORenderer_set(getIE(),
|