Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.cpp1191 …PresentModesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModesKHR() argument
1206 if (!pPresentModeCount) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
1214pPresentModeCount, pPresentModes); in vkGetPhysicalDeviceSurfacePresentModesKHR()
1219 if ((result == VK_SUCCESS) && pPhysicalDevice && !pPresentModes && pPresentModeCount) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
1221 pPhysicalDevice->presentModeCount = *pPresentModeCount; in vkGetPhysicalDeviceSurfacePresentModesKHR()
1222 … } else if ((result == VK_SUCCESS) && pPhysicalDevice && pPresentModes && pPresentModeCount) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
1225 if (*pPresentModeCount > pPhysicalDevice->presentModeCount) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
1227 … "pPresentModes", *pPresentModeCount, pPhysicalDevice->presentModeCount); in vkGetPhysicalDeviceSurfacePresentModesKHR()
1228 } else if (*pPresentModeCount > 0) { in vkGetPhysicalDeviceSurfacePresentModesKHR()
1230 pPhysicalDevice->presentModeCount = *pPresentModeCount; in vkGetPhysicalDeviceSurfacePresentModesKHR()
[all …]
/external/vulkan-validation-layers/loader/
Dwsi.c355 uint32_t *pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModesKHR() argument
362 unwrapped_phys_dev, surface, pPresentModeCount, pPresentModes); in vkGetPhysicalDeviceSurfacePresentModesKHR()
373 uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) { in terminator_GetPhysicalDeviceSurfacePresentModesKHR() argument
378 assert(pPresentModeCount && "GetPhysicalDeviceSurfacePresentModesKHR: " in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
385 phys_dev->phys_dev, surface, pPresentModeCount, pPresentModes); in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
Dwsi.h62 uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes);
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl90 …R (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentMo… argument
92 …return m_vk.getPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pP…
DvkConcreteInstanceInterface.inl21 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentMo…
DvkVirtualInstanceInterface.inl21 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentMo…
DvkNullDriverImpl.inl1013 …R (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentMo… argument
1017 DE_UNREF(pPresentModeCount);
DvkFunctionPointerTypes.inl145 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentMo…
/external/skia/third_party/vulkan/
Dvulkan.h3205 …R)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo…
3233 uint32_t* pPresentModeCount,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3214 …R)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo…
3242 uint32_t* pPresentModeCount,