Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp166 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties() local
173 deMemset(&deviceProperties2, memsetPattern, sizeof(deviceProperties2)); in testQueryProperties()
174 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in testQueryProperties()
175 deviceProperties2.pNext = &deviceDriverProperties; in testQueryProperties()
177 context.getInstanceInterface().getPhysicalDeviceProperties2(physDevice, &deviceProperties2); in testQueryProperties()
DvktApiFeatureInfo.cpp4041 tcu::TestStatus deviceProperties2 (Context& context) in deviceProperties2() function
5650 …xtendedPropertiesTests.get(), "properties", "Extended Device Properties", deviceProperties2); in createFeatureInfoTests()
/external/deqp/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.cpp416 VkPhysicalDeviceProperties2 deviceProperties2; in TransformFeedbackTestInstance() local
421 deMemset(&deviceProperties2, 0, sizeof(deviceProperties2)); in TransformFeedbackTestInstance()
424 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in TransformFeedbackTestInstance()
425 deviceProperties2.pNext = &m_transformFeedbackProperties; in TransformFeedbackTestInstance()
430 …tInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &deviceProperties2); in TransformFeedbackTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp549 VkPhysicalDeviceProperties2 deviceProperties2; in fillMissingParameters() local
550 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in fillMissingParameters()
551 deviceProperties2.pNext = &multiviewProperties; in fillMissingParameters()
553 instance.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2); in fillMissingParameters()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1133 VkPhysicalDeviceProperties2 deviceProperties2; in BaseLineTestInstance() local
1134 deviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in BaseLineTestInstance()
1135 deviceProperties2.pNext = &lineRasterizationProperties; in BaseLineTestInstance()
1137 …nstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &deviceProperties2); in BaseLineTestInstance()