Home
last modified time | relevance | path

Searched refs:mDevice (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dbase.cpp38 refcount = mDevice->waitForMix();
39 ret.ClockTime = GetDeviceClockTime(mDevice);
41 } while(refcount != ReadRef(mDevice->MixCount));
47 ret.Latency = std::max(std::chrono::seconds{mDevice->BufferSize-mDevice->UpdateSize},
49 ret.Latency /= mDevice->Frequency;
58 switch(mDevice->FmtChans)
64 mDevice->RealOut.ChannelIndex[FrontLeft] = 0;
65 mDevice->RealOut.ChannelIndex[FrontRight] = 1;
68 mDevice->RealOut.ChannelIndex[FrontLeft] = 0;
69 mDevice->RealOut.ChannelIndex[FrontRight] = 1;
[all …]
/dports/games/linwarrior/linwarrior/source/
H A DcController.cpp21 mDevice = entity; in cController()
76 cout << mDevice->nameable->name.c_str() << "#" << mDevice->base->oid << ".pop()\n"; in pop()
89 if (mDevice == NULL) return; in process()
130 mDevice->do_idle(); in waitEvent()
178 mDevice->do_aimAt(); in attackEnemy()
179 if (mDevice->inWeaponRange() > 0.5) mDevice->do_fireAt(); in attackEnemy()
185 mDevice->do_aimFor(0); in attackEnemy()
190 mDevice->do_aimFor(0); in attackEnemy()
194 mDevice->do_aimFor(0); in attackEnemy()
221 mDevice->do_aimAt(); in followLeader()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp21 FencedDeleter::FencedDeleter(Device* device) : mDevice(device) { in FencedDeleter()
103 VkDevice vkDevice = mDevice->GetVkDevice(); in Tick()
104 VkInstance instance = mDevice->GetVkInstance(); in Tick()
109 mDevice->fn.DestroyBuffer(vkDevice, buffer, nullptr); in Tick()
113 mDevice->fn.DestroyImage(vkDevice, image, nullptr); in Tick()
118 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
138 mDevice->fn.DestroyImageView(vkDevice, view, nullptr); in Tick()
148 mDevice->fn.DestroyPipeline(vkDevice, pipeline, nullptr); in Tick()
158 mDevice->fn.DestroySurfaceKHR(instance, surface, nullptr); in Tick()
173 mDevice->fn.DestroyQueryPool(vkDevice, pool, nullptr); in Tick()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp21 FencedDeleter::FencedDeleter(Device* device) : mDevice(device) { in FencedDeleter()
98 VkDevice vkDevice = mDevice->GetVkDevice(); in Tick()
99 VkInstance instance = mDevice->GetVkInstance(); in Tick()
104 mDevice->fn.DestroyBuffer(vkDevice, buffer, nullptr); in Tick()
108 mDevice->fn.DestroyImage(vkDevice, image, nullptr); in Tick()
113 mDevice->fn.FreeMemory(vkDevice, memory, nullptr); in Tick()
133 mDevice->fn.DestroyImageView(vkDevice, view, nullptr); in Tick()
138 mDevice->fn.DestroyShaderModule(vkDevice, module, nullptr); in Tick()
143 mDevice->fn.DestroyPipeline(vkDevice, pipeline, nullptr); in Tick()
153 mDevice->fn.DestroySurfaceKHR(instance, surface, nullptr); in Tick()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/
H A Dqeglfsopenwfdintegration.cpp92 if (WFD_INVALID_HANDLE == mDevice) in platformInit()
101 mPort = wfdCreatePort(mDevice, portIds[0], nullptr); in platformInit()
116 wfdSetPortMode(mDevice, mPort, portModes[0]); in platformInit()
117 WFDErrorCode eError = wfdGetError(mDevice); in platformInit()
123 eError = wfdGetError(mDevice); in platformInit()
164 WFDErrorCode eError = wfdGetError(mDevice); in createNativeWindow()
169 eError = wfdGetError(mDevice); in createNativeWindow()
173 wfdBindPipelineToPort(mDevice, mPort, pipeline); in createNativeWindow()
174 eError = wfdGetError(mDevice); in createNativeWindow()
200 eError = wfdGetError(mDevice); in createNativeWindow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A DDeviceManagerD3D9.cpp340 mDevice = mDeviceEx; in Initialize()
350 mDevice = nullptr; in Initialize()
356 if (!mDevice) { in Initialize()
366 if (FAILED(hr) || !mDevice) { in Initialize()
390 if (mDevice) { in Initialize()
561 mDevice->SetVertexDeclaration(mVD); in SetupRenderState()
613 mDevice->SetPixelShader(mRGBPS); in SetShaderMode()
617 mDevice->SetPixelShader(mRGBAPS); in SetShaderMode()
629 mDevice->SetPixelShader(mYCbCrPS); in SetShaderMode()
643 mDevice->SetPixelShader(mRGBPSMask); in SetShaderMode()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/cmd/
H A Dcmddeviceinstanceedit.cpp41 mDevice(dev), in CmdDeviceInstanceEdit()
42 mOldPos(mDevice.getPosition()), in CmdDeviceInstanceEdit()
53 mDevice.setPosition(mOldPos); in ~CmdDeviceInstanceEdit()
95 mDevice.setPosition(mNewPos); in rotate()
96 mDevice.setRotation(mNewRotation); in rotate()
134 mDevice.setPosition(position); in mirror()
135 mDevice.setRotation(rotation); in mirror()
157 mDevice.setPosition(mOldPos); in performUndo()
158 mDevice.setRotation(mOldRotation); in performUndo()
163 mDevice.setPosition(mNewPos); in performRedo()
[all …]

12345678910>>...45