Home
last modified time | relevance | path

Searched refs:deviceDrmProperties (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp53 void testFilesExist (const VkPhysicalDeviceDrmPropertiesEXT& deviceDrmProperties) in testFilesExist() argument
55 bool primaryFound = !deviceDrmProperties.hasPrimary; in testFilesExist()
56 bool renderFound = !deviceDrmProperties.hasRender; in testFilesExist()
65 deviceDrmProperties.primaryMajor, in testFilesExist()
66 deviceDrmProperties.primaryMinor)) in testFilesExist()
69 deviceDrmProperties.renderMajor, in testFilesExist()
70 deviceDrmProperties.renderMinor)) in testFilesExist()
87 VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in testDeviceDrmProperties() local
89 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in testDeviceDrmProperties()
90 deviceDrmProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in testDeviceDrmProperties()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp53 void testFilesExist (const VkPhysicalDeviceDrmPropertiesEXT& deviceDrmProperties) in testFilesExist() argument
55 bool primaryFound = !deviceDrmProperties.hasPrimary; in testFilesExist()
56 bool renderFound = !deviceDrmProperties.hasRender; in testFilesExist()
65 deviceDrmProperties.primaryMajor, in testFilesExist()
66 deviceDrmProperties.primaryMinor)) in testFilesExist()
69 deviceDrmProperties.renderMajor, in testFilesExist()
70 deviceDrmProperties.renderMinor)) in testFilesExist()
87 VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in testDeviceDrmProperties() local
89 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in testDeviceDrmProperties()
90 deviceDrmProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in testDeviceDrmProperties()
[all …]
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp264 vk::VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in initializeDisplay() local
266 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in initializeDisplay()
267 deviceDrmProperties.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in initializeDisplay()
268 deviceDrmProperties.pNext = DE_NULL; in initializeDisplay()
272 deviceProperties2.pNext = &deviceDrmProperties; in initializeDisplay()
276 if (!deviceDrmProperties.hasPrimary) in initializeDisplay()
282 … libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmPrope… in initializeDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiAcquireDrmDisplayTests.cpp189 VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in getDrmFdPtr() local
191 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in getDrmFdPtr()
192 deviceDrmProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in getDrmFdPtr()
193 deviceDrmProperties.pNext = DE_NULL; in getDrmFdPtr()
197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr()
201 if (!deviceDrmProperties.hasPrimary) in getDrmFdPtr()
206 …_libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmPrope… in getDrmFdPtr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiAcquireDrmDisplayTests.cpp189 VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in getDrmFdPtr() local
191 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in getDrmFdPtr()
192 deviceDrmProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in getDrmFdPtr()
193 deviceDrmProperties.pNext = DE_NULL; in getDrmFdPtr()
197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr()
201 if (!deviceDrmProperties.hasPrimary) in getDrmFdPtr()
206 …_libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmPrope… in getDrmFdPtr()