Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp292 VkPhysicalDeviceProperties2KHR properties2; in getClippingBehavior() local
296 deMemset(&properties2, 0, sizeof(properties2)); in getClippingBehavior()
298 properties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR; in getClippingBehavior()
299 properties2.pNext = &behaviorProperties; in getClippingBehavior()
301 vk.getPhysicalDeviceProperties2KHR(physicalDevice, &properties2); in getClippingBehavior()