Home
last modified time | relevance | path

Searched refs:vkp (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/textproc/link-grammar/link-grammar-5.8.0/data/fa/words/
H A Dwords.v.compound2 C.vkp
5 dAr.vkp
11 kn.vkp
13 ru.vkp
15 zn.vkp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp81 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() argument
83 return getValidationLayers(enumerateInstanceLayerProperties(vkp)); in getValidationLayers()
228 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local
263 if (!isDebugReportSupported(vkp)) in addDebugReportExt()
290 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local
297 enabledLayers = getValidationLayers(vkp); in createCustomInstanceFromInfo()
303 enabledExtensions = addDebugReportExt(vkp, createInfo); in createCustomInstanceFromInfo()
319 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance() local
327 enabledLayers = getValidationLayers(vkp); in createUncheckedInstance()
333 enabledExtensions = addDebugReportExt(vkp, createInfo); in createUncheckedInstance()
[all …]
H A DvktTestCase.cpp147 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument
151 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion()
156 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() argument
158 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion); in determineDeviceVersions()
159 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions()
178 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() argument
191 if (!isDebugReportSupported(vkp)) in createInstance()
194 enabledLayers = vkt::getValidationLayers(vkp); in createInstance()
199 …return createDefaultInstance(vkp, apiVersion, vector<string>(begin(enabledLayers), end(enabledLaye… in createInstance()
215 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice() argument
[all …]
H A DvktCustomInstancesDevices.hpp47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp);
111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp
H A DvktTestPackage.cpp184 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder() argument
186 if (isDebugReportSupported(vkp)) in createDebugReportRecorder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp236 const vk::PlatformInterface& vkp, in createTestDevice() argument
1894 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceImportReimport()
1940 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceSignalExportImportWait()
1976 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceImportSyncFdSignaled()
2002 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceExportSignalImportWait()
2073 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceSignalImport()
2121 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceReset()
2236 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceMultipleExports()
2275 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceMultipleImports()
2325 const vk::DeviceDriver vkd (vkp, instance, *device); in testFenceTransference()
[all …]
H A DvktApiDeviceInitializationTests.cpp566 const PlatformInterface& vkp (context.getPlatformInterface()); in enumerateDevicesAllocLeakTest() local
570 …Move<VkInstance> instance (vk::createDefaultInstance(vkp, apiVersion, {}, {}, recorder.getCallb… in enumerateDevicesAllocLeakTest()
571 InstanceDriver vki (vkp, *instance); in enumerateDevicesAllocLeakTest()
996 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local
1038 …tomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, phy… in createDeviceFeatures2Test()
1039 const DeviceDriver vkd (vkp, instance, device.get()); in createDeviceFeatures2Test()
1523 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local
1590 result = vkp.createInstance(&instanceCreateInfo, &allocationCallbacks, &instance); in createInstanceDeviceIntentionalAllocFail()
1603 const InstanceDriver instanceDriver (vkp, instance); in createInstanceDeviceIntentionalAllocFail()
1698 DeviceDriver(vkp, instance, device).destroyDevice(device, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
H A DvktApiToolingInfoTests.cpp74 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstance() local
82 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, enabledEx… in createCustomInstance()
H A DvktApiObjectManagementTests.cpp240 const PlatformInterface& vkp; member
253 : vkp (context.getPlatformInterface()) in Environment()
278 : vkp (vkp_) in Environment()
482 …const vector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, D… in create()
516 return createInstance(env.vkp, &instanceInfo, env.allocationCallbacks); in create()
544 , vki (env.vkp, *instance.object) in Resources()
611 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, r… in create()
645 , vki (env.vkp, *instance.object) in Resources()
2730 , vkd (parent.vkp, parent.instance, *device) in EnvClone()
2800 const Environment objEnv (resEnv.env.vkp, in createSingleAllocCallbacksTest()
[all …]
H A DvktApiBufferMarkerTests.cpp105 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithExtension() local
157 wd.logicalDevice = createDevice(vkp, instance, instanceDriver, physicalDevice, &deviceInfo); in createDeviceWithExtension()
158 wd.deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, *wd.logicalDevice)); in createDeviceWithExtension()
/dports/databases/grass7/grass-7.8.6/raster/r.kappa/
H A Dcalc_kappa.c15 double kp, vkp, *kpp; in calc_kappa() local
95 vkp = (inter1 + pow((1 - p0), 2.) * inter2 - in calc_kappa()
98 fprintf(fd, "%f\t%f\n", kp, vkp); in calc_kappa()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/misc/java/src/cpp/
H A Dfeatures2d_converters.cpp69 std::vector<KeyPoint> vkp; in Mat_to_vector_vector_KeyPoint() local
70 Mat_to_vector_KeyPoint(vm[i], vkp); in Mat_to_vector_vector_KeyPoint()
71 vv_kp.push_back(vkp); in Mat_to_vector_vector_KeyPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp348 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() argument
353 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL)); in enumerateInstanceLayerProperties()
358 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, &properties[0])); in enumerateInstanceLayerProperties()
365 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties() argument
370 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL)); in enumerateInstanceExtensionProperties()
375 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, &properties[0])); in enumerateInstanceExtensionProperties()
H A DvkDebugReportUtil.cpp172 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported() argument
174 return isExtensionSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL), in isDebugReportSupported()
H A DvkDebugReportUtil.hpp104 bool isDebugReportSupported (const PlatformInterface& vkp);
H A DvkQueryUtil.hpp65 …::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp);
66 …rties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerN…
/dports/science/tinker/tinker/source/
H A Dkinetic.f174 real*8 vk,vkp
204 vkp = vpaux(k,m)
206 ekauxp(k,j) = ekauxp(k,j) + term*vjp*vkp
/dports/math/cppad/CppAD-20210000.8/example/sparse/
H A Drc_sparsity.cpp82 double vkp = val[ row_major[k+1] ]; in check_jac() local
87 std::swap(vk, vkp); in check_jac()
94 ok &= NearEqual( vkp, x[i] * x[i], eps99, eps99 ); in check_jac()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp55 const PlatformInterface& vkp = context.getPlatformInterface(); in makeProtectedMemInstance() local
56 const Extensions supportedExtensions(vk::enumerateInstanceExtensionProperties(vkp, DE_NULL)); in makeProtectedMemInstance()
136 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp, in makeProtectedMemDevice() argument
235 …return createCustomDevice(validationEnabled, vkp, instance, vkd, physicalDevice, &deviceParams, DE… in makeProtectedMemDevice()
H A DvktProtectedMemUtils.hpp67 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dautowidth.c1324 KernPair *kp, *vkp; in FVVKernFromHKern() local
1344 vkp = chunkalloc(sizeof(KernPair)); in FVVKernFromHKern()
1345 *vkp = *kp; in FVVKernFromHKern()
1346 vkp->subtable = VSubtableFromH(&lookupmap,kp->subtable); in FVVKernFromHKern()
1347 vkp->adjust = DeviceTableCopy(vkp->adjust); in FVVKernFromHKern()
1348 vkp->sc = sc2; in FVVKernFromHKern()
1349 vkp->next = sc1->vkerns; in FVVKernFromHKern()
1350 sc1->vkerns = vkp; in FVVKernFromHKern()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/PerlMagick/t/reference/read/
H A Dtopol_1.miff11 …����������sdVLGG@:GQVQ@@LQZgy��������߿~QLG@@:@GLZs�������������¼������ƿ����vkp~~y�����������������…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp97 const PlatformInterface& vkp; member
118 : vkp (vkp_) in Environment()
200 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, env.vki, e… in create()
1669 , vkd (parent.vkp, parent.instance, *device) in EnvClone()
1670 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp129 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
174 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
H A DvktWsiFullScreenExclusiveTests.cpp104 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
151 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()

12345678