Home
last modified time | relevance | path

Searched refs:driverVersion (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_info.cpp969 int driverVersion = 0, runtimeVersion = 0; in printCudaDeviceInfo()
970 cudaSafeCall( cudaDriverGetVersion(&driverVersion) ); in printCudaDeviceInfo()
988 …Driver Version / Runtime Version %d.%d / %d.%d\n", driverVersion/1000, driverVersion%100,… in printCudaDeviceInfo()
1032 printf(", CUDA Driver Version = %d.%d", driverVersion / 1000, driverVersion % 100); in printCudaDeviceInfo()
1052 int driverVersion = 0, runtimeVersion = 0; in printShortCudaDeviceInfo()
1053 cudaSafeCall( cudaDriverGetVersion(&driverVersion) ); in printShortCudaDeviceInfo()
1069 …printf(", Driver/Runtime ver.%d.%d/%d.%d\n", driverVersion/1000, driverVersion%100, runtimeVersion… in printShortCudaDeviceInfo()
Docl.cpp1940 String Device::driverVersion() const in driverVersion() function in cv::ocl::Device
3692 dev.name().c_str(), dev.driverVersion().c_str(), buildflags.c_str()); in getPrefix()
/external/skia/src/gpu/gl/
DGrGLContext.h33 GrGLDriverVersion driverVersion() const { return fDriverVersion; } in driverVersion() function
DGrGLCaps.cpp881 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(337,00)) { in initBlendEqationSupport()
/external/mesa3d/src/gallium/targets/xorg-r600/
Dxorg.c137 scrn->driverVersion = 1; in r600_xorg_pci_probe()
/external/mesa3d/src/gallium/targets/xorg-i915/
Dintel_xorg.c136 scrn->driverVersion = 1; in intel_xorg_pci_probe()
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
Dxorg.c137 scrn->driverVersion = 1; in radeonsi_xorg_pci_probe()
/external/mesa3d/src/gallium/targets/xorg-r300/
Dxorg.c137 scrn->driverVersion = 1; in r300_xorg_pci_probe()
/external/mesa3d/src/gallium/targets/xorg-nouveau/
Dnouveau_xorg.c183 scrn->driverVersion = 1; in nouveau_xorg_pci_probe()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp135 << "driverVersion: " << tcu::toHex(properties.driverVersion) << "\n" in logDeviceInfo()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp474 props->driverVersion = 1u; in getPhysicalDeviceProperties()
DvkStructTypes.inl241 deUint32 driverVersion; member
DvkStrUtilImpl.inl1728 s << "\tdriverVersion = " << value.driverVersion << '\n';
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc210 visitor->Visit("driverVersion", &properties->driverVersion) && in Iterate()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp100 String driverVersion() const;
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1024 printf("\tdriverVersion = %u\n", props->driverVersion); in app_gpu_dump_props()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp785 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, driverVersion), in deviceProperties()
/external/skia/third_party/vulkan/
Dvulkan.h1348 uint32_t driverVersion; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1357 uint32_t driverVersion; member