Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.cpp2114 auto it = my_data->swapchainMap.find(pPresentInfo->pSwapchains[i]); in QueuePresentKHR()
2139 … reinterpret_cast<const uint64_t &>(pPresentInfo->pSwapchains[i]), __LINE__, in QueuePresentKHR()
2160 auto it = my_data->swapchainMap.find(pPresentInfo->pSwapchains[i]); in QueuePresentKHR()
2179 … const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) { in CreateSharedSwapchainsKHR() argument
2197 if (!pCreateInfos || !pSwapchains) { in CreateSharedSwapchainsKHR()
2214 auto it = my_data->swapchainMap.find(pSwapchains[iii]); in CreateSharedSwapchainsKHR()
2229 pSwapchains); in CreateSharedSwapchainsKHR()
Dobject_tracker.cpp2696 if (pPresentInfo->pSwapchains) { in QueuePresentKHR()
2698 skip_call |= ValidateObject(queue, pPresentInfo->pSwapchains[idx0], in QueuePresentKHR()
2941 … const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) { in CreateSharedSwapchainsKHR() argument
2961 … device)->CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
2966 … CreateObject(device, pSwapchains[i], VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EXT, pAllocator); in CreateSharedSwapchainsKHR()
Dparameter_validation.cpp5074 … const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) { in CreateSharedSwapchainsKHR() argument
5081 pSwapchains); in CreateSharedSwapchainsKHR()
5085 … ->CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
Dcore_validation.cpp11456 auto swapchain_data = getSwapchainNode(dev_data, pPresentInfo->pSwapchains[i]); in QueuePresentKHR()
11460 …reinterpret_cast<uint64_t const &>(pPresentInfo->pSwapchains[i]), __LINE__, DRAWSTATE_SWAPCHAIN_IN… in QueuePresentKHR()
11471 …reinterpret_cast<uint64_t const &>(pPresentInfo->pSwapchains[i]), __LINE__, DRAWSTATE_SWAPCHAIN_IM… in QueuePresentKHR()
11520 auto swapchain_data = getSwapchainNode(dev_data, pPresentInfo->pSwapchains[i]); in QueuePresentKHR()
11536 … const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) { in CreateSharedSwapchainsKHR() argument
11540 …tch_table.CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
Dvk_validation_error_database.txt1897 …ation refer to Vulkan Spec Section '29.6. WSI Swapchain' which states 'pSwapchains must be a point…
1912 … Spec Section '29.6. WSI Swapchain' which states 'Any given element of pSwapchains member of pPres…
1915 …uired from the swapchain specified by the corresponding element of the pSwapchains array' (https:/…
1920 …ation refer to Vulkan Spec Section '29.6. WSI Swapchain' which states 'pSwapchains must be a point…
2290 …Section '29.6. WSI Swapchain' which states 'If more than one member of pSwapchains was created fro…
/external/mesa3d/src/amd/vulkan/
Dradv_wsi.c349 RADV_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]); in radv_QueuePresentKHR()
/external/mesa3d/src/intel/vulkan/
Danv_wsi.c356 ANV_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]); in anv_QueuePresentKHR()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1078 …nCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) in createSharedSwapchainsKHR() argument
1082pSwapchains[ndx] = allocateNonDispHandle<SwapchainKHR, VkSwapchainKHR>(device, pCreateInfos+ndx, p… in createSharedSwapchainsKHR()
DvkDeviceDriverImpl.inl630 …eInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const
632 …turn m_vk.createSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains);
DvkVirtualDeviceInterface.inl129 …KHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const = 0;
DvkConcreteDeviceInterface.inl129 …InfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const;
DvkFunctionPointerTypes.inl158 …CreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
DvkStructTypes.inl1235 const VkSwapchainKHR* pSwapchains; member
DvkStrUtilImpl.inl3399 s << "\tpSwapchains = " << value.pSwapchains << '\n';
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp531 present_info.pSwapchains = &ctx_.swapchain; in present_back_buffer()
/external/vulkan-validation-layers/loader/
Dwsi.c1524 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchains) { in vkCreateSharedSwapchainsKHR() argument
1527 …urn disp->CreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in vkCreateSharedSwapchainsKHR()
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h3455 const VkSwapchainKHR* pSwapchains; member
3639 …CreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
3647 VkSwapchainKHR* pSwapchains);
5341 …taEXT)(VkDevice device, uint32_t swapchainCount, const VkSwapchainKHR* pSwapchains, const VkHdrMet…
5347 const VkSwapchainKHR* pSwapchains,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3331 const VkSwapchainKHR* pSwapchains; member
3515 …CreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
3523 VkSwapchainKHR* pSwapchains);
Dvulkan.hpp9155 , pSwapchains( pSwapchains_ ) in PresentInfoKHR()
9204 pSwapchains = pSwapchains_; in setPSwapchains()
9232 && ( pSwapchains == rhs.pSwapchains ) in operator ==()
9250 const SwapchainKHR* pSwapchains; member
17001 …eateInfoKHR* pCreateInfos, const AllocationCallbacks* pAllocator, SwapchainKHR* pSwapchains ) const in createSharedSwapchainsKHR()
17003 …<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkSwapchainKHR*>( pSwapchains ) ) ); in createSharedSwapchainsKHR()
/external/mesa3d/include/vulkan/
Dvulkan.h3340 const VkSwapchainKHR* pSwapchains; member
3524 …CreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
3532 VkSwapchainKHR* pSwapchains);
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3516 const VkSwapchainKHR* pSwapchains; member
3700 …CreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains);
3708 VkSwapchainKHR* pSwapchains);
/external/vulkan-validation-layers/demos/
Dcube.c849 .pSwapchains = &demo->swapchain, in demo_draw()