Searched refs:deviceDrmProperties (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceDrmPropertiesTests.cpp | 53 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() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceDrmPropertiesTests.cpp | 53 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() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 193 VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; in getDrmFdPtr() local 195 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); in getDrmFdPtr() 196 deviceDrmProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; in getDrmFdPtr() 197 deviceDrmProperties.pNext = DE_NULL; in getDrmFdPtr() 201 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr() 205 if (!deviceDrmProperties.hasPrimary) in getDrmFdPtr() 210 const char* drmNode = m_libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmProperties.primaryMinor); in getDrmFdPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 189 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 const char* drmNode = m_libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmProperties.primaryMinor); in getDrmFdPtr()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
H A D | tcuLnxVulkanPlatform.cpp | 282 vk::VkPhysicalDeviceDrmPropertiesEXT deviceDrmProperties; variable 284 deMemset(&deviceDrmProperties, 0, sizeof(deviceDrmProperties)); 285 deviceDrmProperties.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT; 286 deviceDrmProperties.pNext = DE_NULL; 290 deviceProperties2.pNext = &deviceDrmProperties; 294 if (!deviceDrmProperties.hasPrimary) 300 const char* drmNode = libDrm.findDeviceNode(drmDevices, numDrmDevices, deviceDrmProperties.primaryMajor, deviceDrmProperties.primaryMinor);
|
Completed in 4 milliseconds