Home
last modified time | relevance | path

Searched refs:deviceProperties2 (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties() local
93 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testDeviceDrmProperties()
94 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testDeviceDrmProperties()
95 deviceProperties2.pNext = &deviceDrmProperties; in testDeviceDrmProperties()
97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
DvktApiDriverPropertiesTests.cpp184 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties() local
191 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testQueryProperties()
192 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testQueryProperties()
193 deviceProperties2.pNext = &deviceDriverProperties; in testQueryProperties()
195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
DvktApiFeatureInfo.cpp4532 tcu::TestStatus deviceProperties2 (Context& context) in deviceProperties2() function
6883 …xtendedPropertiesTests.get(), "properties", "Extended Device Properties", deviceProperties2); in createFeatureInfoTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties() local
93 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testDeviceDrmProperties()
94 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testDeviceDrmProperties()
95 deviceProperties2.pNext = &deviceDrmProperties; in testDeviceDrmProperties()
97 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testDeviceDrmProperties()
DvktApiDriverPropertiesTests.cpp184 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties() local
191 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testQueryProperties()
192 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testQueryProperties()
193 deviceProperties2.pNext = &deviceDriverProperties; in testQueryProperties()
195 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
DvktApiFeatureInfo.cpp4532 tcu::TestStatus deviceProperties2 (Context& context) in deviceProperties2() function
6883 …xtendedPropertiesTests.get(), "properties", "Extended Device Properties", deviceProperties2); in createFeatureInfoTests()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp263 vk::VkPhysicalDeviceProperties2 deviceProperties2; in initializeDisplay() local
270 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in initializeDisplay()
271 deviceProperties2.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in initializeDisplay()
272 deviceProperties2.pNext = &deviceDrmProperties; in initializeDisplay()
274 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in initializeDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiAcquireDrmDisplayTests.cpp188 VkPhysicalDeviceProperties2 deviceProperties2; in getDrmFdPtr() local
195 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in getDrmFdPtr()
196 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getDrmFdPtr()
197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr()
199 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiAcquireDrmDisplayTests.cpp188 VkPhysicalDeviceProperties2 deviceProperties2; in getDrmFdPtr() local
195 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in getDrmFdPtr()
196 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getDrmFdPtr()
197 deviceProperties2.pNext = &deviceDrmProperties; in getDrmFdPtr()
199 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp973 VkPhysicalDeviceProperties2 deviceProperties2 = initVulkanStructure(&vulkanSC10Properties); in importPipelineCacheData() local
974 vki.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in importPipelineCacheData()
1163 VkPhysicalDeviceProperties2 deviceProperties2 = initVulkanStructure(&vulkanSC10Properties); in importPipelineCacheData() local
1164 vki.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in importPipelineCacheData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1664 VkPhysicalDeviceProperties2 deviceProperties2; in InterfaceBlockCaseInstance() local
1669 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in InterfaceBlockCaseInstance()
1672 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in InterfaceBlockCaseInstance()
1673 deviceProperties2.pNext = &transformFeedbackProperties; in InterfaceBlockCaseInstance()
1678 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in InterfaceBlockCaseInstance()
DvktTransformFeedbackSimpleTests.cpp513 VkPhysicalDeviceProperties2 deviceProperties2; in TransformFeedbackTestInstance() local
515 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in TransformFeedbackTestInstance()
518 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TransformFeedbackTestInstance()
519 deviceProperties2.pNext = &m_transformFeedbackProperties; in TransformFeedbackTestInstance()
524 …tInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &deviceProperties2); in TransformFeedbackTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1664 VkPhysicalDeviceProperties2 deviceProperties2; in InterfaceBlockCaseInstance() local
1669 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in InterfaceBlockCaseInstance()
1672 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in InterfaceBlockCaseInstance()
1673 deviceProperties2.pNext = &transformFeedbackProperties; in InterfaceBlockCaseInstance()
1678 vki.getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in InterfaceBlockCaseInstance()
DvktTransformFeedbackSimpleTests.cpp513 VkPhysicalDeviceProperties2 deviceProperties2; in TransformFeedbackTestInstance() local
515 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in TransformFeedbackTestInstance()
518 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TransformFeedbackTestInstance()
519 deviceProperties2.pNext = &m_transformFeedbackProperties; in TransformFeedbackTestInstance()
524 …tInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &deviceProperties2); in TransformFeedbackTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp653 VkPhysicalDeviceProperties2 deviceProperties2; in fillMissingParameters() local
654 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in fillMissingParameters()
655 deviceProperties2.pNext = &multiviewProperties; in fillMissingParameters()
657 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in fillMissingParameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderTests.cpp653 VkPhysicalDeviceProperties2 deviceProperties2; in fillMissingParameters() local
654 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in fillMissingParameters()
655 deviceProperties2.pNext = &multiviewProperties; in fillMissingParameters()
657 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in fillMissingParameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationTests.cpp1207 VkPhysicalDeviceProperties2 deviceProperties2; in BaseLineTestInstance() local
1208 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in BaseLineTestInstance()
1209 deviceProperties2.pNext = &lineRasterizationProperties; in BaseLineTestInstance()
1211 …nstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &deviceProperties2); in BaseLineTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1207 VkPhysicalDeviceProperties2 deviceProperties2; in BaseLineTestInstance() local
1208 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in BaseLineTestInstance()
1209 deviceProperties2.pNext = &lineRasterizationProperties; in BaseLineTestInstance()
1211 …nstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &deviceProperties2); in BaseLineTestInstance()