Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/bench/
Dmain.c1127 (phy_device_props.driverVersion>>24)&0xFF, in main()
1128 (phy_device_props.driverVersion>>16)&0xFF, in main()
1129 (phy_device_props.driverVersion>> 8)&0xFF, in main()
1130 (phy_device_props.driverVersion )&0xFF, in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c1127 (phy_device_props.driverVersion>>24)&0xFF, in main()
1128 (phy_device_props.driverVersion>>16)&0xFF, in main()
1129 (phy_device_props.driverVersion>> 8)&0xFF, in main()
1130 (phy_device_props.driverVersion )&0xFF, in main()
/external/skia/src/gpu/gl/
DGrGLContext.h45 GrGLDriverVersion driverVersion() const { return fDriverVersion; } in driverVersion() function
DGrGLCaps.cpp2431 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(367, 57, 0)) { in applyDriverCorrectnessWorkarounds()
2453 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(127, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2470 ctxInfo.driverVersion() > GR_GL_DRIVER_VER(127, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2515 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(10, 30, 12)) { in applyDriverCorrectnessWorkarounds()
2531 if (ctxInfo.driverVersion() <= GR_GL_DRIVER_VER(219, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2551 ctxInfo.driverVersion() > GR_GL_DRIVER_VER(53, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2738 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(337, 00, 0) && in applyDriverCorrectnessWorkarounds()
2751 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(355, 00, 0)) { in applyDriverCorrectnessWorkarounds()
/external/skqp/src/gpu/gl/
DGrGLContext.h45 GrGLDriverVersion driverVersion() const { return fDriverVersion; } in driverVersion() function
DGrGLCaps.cpp2413 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(367, 57, 0)) { in applyDriverCorrectnessWorkarounds()
2435 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(127, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2452 ctxInfo.driverVersion() > GR_GL_DRIVER_VER(127, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2497 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(10, 30, 12)) { in applyDriverCorrectnessWorkarounds()
2513 if (ctxInfo.driverVersion() <= GR_GL_DRIVER_VER(219, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2533 ctxInfo.driverVersion() > GR_GL_DRIVER_VER(53, 0, 0)) { in applyDriverCorrectnessWorkarounds()
2720 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(337, 00, 0) && in applyDriverCorrectnessWorkarounds()
2733 ctxInfo.driverVersion() < GR_GL_DRIVER_VER(355, 00, 0)) { in applyDriverCorrectnessWorkarounds()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp135 << "driverVersion: " << tcu::toHex(properties.driverVersion) << "\n" in logDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp294 deUint32 driverVersion,
309 deUint32 driverVersion, in DeviceId() argument
313 , m_driverVersion (driverVersion) in DeviceId()
352 …return DeviceId(properties.properties.vendorID, properties.properties.driverVersion, propertiesId.… in getDeviceId()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp839 props->driverVersion = 1u; in getPhysicalDeviceProperties()
DvkStructTypes.inl241 deUint32 driverVersion; member
DvkVulkan_c.inl1777 deUint32 driverVersion; member
DvkStrUtilImpl.inl2635 s << "\tdriverVersion = " << value.driverVersion << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c934 .driverVersion = vk_get_driver_version(), in anv_GetPhysicalDeviceProperties()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_10_0.inc25 CUresult CUDAAPI cuDriverGetVersion(int *driverVersion) {
29 return func_ptr(driverVersion);
/external/mesa3d/src/amd/vulkan/
Dradv_device.c763 .driverVersion = vk_get_driver_version(), in radv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1115 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, driverVersion),
/external/mesa3d/include/vulkan/
Dvulkan.h1704 uint32_t driverVersion; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1874 uint32_t driverVersion; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1874 uint32_t driverVersion; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2039 uint32_t driverVersion; member
Dvulkan.hpp38346 && ( driverVersion == rhs.driverVersion ) in operator ==()
38362 uint32_t driverVersion; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1992 uint32_t driverVersion; member
Dvulkan.hpp27784 && ( driverVersion == rhs.driverVersion ) in operator ==()
27800 uint32_t driverVersion; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1774 uint32_t driverVersion; member