Lines Matching refs:pPropertyCount
55 … (VkPhysicalDevice physicalDevice, const char* pLayerName, deUint32* pPropertyCount, VkExtensionPr… argument
57 …return m_vk.enumerateDeviceExtensionProperties(physicalDevice, pLayerName, pPropertyCount, pProper…
60 …ateDeviceLayerProperties (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkLayerProper… argument
62 return m_vk.enumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties);
65 …ts samples, VkImageUsageFlags usage, VkImageTiling tiling, deUint32* pPropertyCount, VkSparseImage… argument
67 …ormatProperties(physicalDevice, format, type, samples, usage, tiling, pPropertyCount, pProperties);
95 …viceDisplayPropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayProp… argument
97 return m_vk.getPhysicalDeviceDisplayPropertiesKHR(physicalDevice, pPropertyCount, pProperties);
100 …isplayPlanePropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayPlan… argument
102 …return m_vk.getPhysicalDeviceDisplayPlanePropertiesKHR(physicalDevice, pPropertyCount, pProperties…
110 …HR (VkPhysicalDevice physicalDevice, VkDisplayKHR display, deUint32* pPropertyCount, VkDisplayMode… argument
112 return m_vk.getDisplayModePropertiesKHR(physicalDevice, display, pPropertyCount, pProperties);