/external/swiftshader/src/WSI/ |
D | VkSwapchainKHR.cpp | 227 VkResult SwapchainKHR::releaseImages(uint32_t imageIndexCount, const uint32_t *pImageIndices) in releaseImages() argument 231 releaseImage(pImageIndices[i]); in releaseImages()
|
D | VkSwapchainKHR.hpp | 50 VkResult releaseImages(uint32_t imageIndexCount, const uint32_t *pImageIndices);
|
/external/swiftshader/tests/VulkanWrapper/ |
D | Swapchain.cpp | 86 presentInfo.pImageIndices = &imageIndex; in queuePresent()
|
/external/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 216 VkResult perSwapchainResult = swapchain->present(presentInfo->pImageIndices[i]); in present()
|
D | libVulkan.cpp | 4669 …ReleaseInfo->swapchain)->releaseImages(pReleaseInfo->imageIndexCount, pReleaseInfo->pImageIndices); in vkReleaseSwapchainImagesEXT()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 221 mPresentInfo.pImageIndices = nullptr; in initTask() 284 mImageIndex = other.pImageIndices[0]; in copyPresentInfo() 285 mPresentInfo.pImageIndices = &mImageIndex; in copyPresentInfo()
|
D | SurfaceVk.cpp | 2177 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()
|
/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 207 present.pImageIndices = &info.current_buffer; in Present()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1946 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR() 1957 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR() 1970 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR() 1975 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 566 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 10161 pImageIndices(nullptr), in safe_VkPresentInfoKHR() 10177 if (in_struct->pImageIndices) { in safe_VkPresentInfoKHR() 10178 pImageIndices = new uint32_t[in_struct->swapchainCount]; in safe_VkPresentInfoKHR() 10179 …memcpy ((void *)pImageIndices, (void *)in_struct->pImageIndices, sizeof(uint32_t)*in_struct->swapc… in safe_VkPresentInfoKHR() 10191 pImageIndices(nullptr), in safe_VkPresentInfoKHR() 10202 pImageIndices = nullptr; in safe_VkPresentInfoKHR() 10217 if (src.pImageIndices) { in safe_VkPresentInfoKHR() 10218 pImageIndices = new uint32_t[src.swapchainCount]; in safe_VkPresentInfoKHR() 10219 … memcpy ((void *)pImageIndices, (void *)src.pImageIndices, sizeof(uint32_t)*src.swapchainCount); in safe_VkPresentInfoKHR() 10235 if (pImageIndices) in operator =() [all …]
|
D | vk_safe_struct.h | 2164 const uint32_t* pImageIndices; member
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 2374 presentInfo.pImageIndices = &imageIndex; in DrawFrame()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13052 if (pPresentInfo->pImageIndices[i] >= swapchain_data->images.size()) { in PreCallValidateQueuePresentKHR() 13057 … pPresentInfo->pImageIndices[i], (uint32_t)swapchain_data->images.size()); in PreCallValidateQueuePresentKHR() 13059 auto image = swapchain_data->images[pPresentInfo->pImageIndices[i]]; in PreCallValidateQueuePresentKHR() 13070 pPresentInfo->pImageIndices[i]); in PreCallValidateQueuePresentKHR() 13178 if (swapchain_data && (swapchain_data->images.size() > pPresentInfo->pImageIndices[i])) { in PostCallRecordQueuePresentKHR() 13179 auto image = swapchain_data->images[pPresentInfo->pImageIndices[i]]; in PostCallRecordQueuePresentKHR()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkStructTypes.inl | 2430 const uint32_t* pImageIndices; member
|
D | vulkan_json_data.hpp | 24497 if (obj.pImageIndices) { in print_VkPresentInfoKHR() 24501 print_uint32_t(obj.pImageIndices[i], "", isCommaNeeded); in print_VkPresentInfoKHR() 24586 if (obj->pImageIndices) { in print_VkPresentInfoKHR() 24590 print_uint32_t(obj->pImageIndices[i], "", isCommaNeeded); in print_VkPresentInfoKHR()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 1439 const uint32_t* pImageIndices; member 8085 const uint32_t* pImageIndices; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 84594 , pImageIndices( pImageIndices_ ) 84614 , pImageIndices( imageIndices_.data() ) 84700 pImageIndices = pImageIndices_; in setPImageIndices() 84708 pImageIndices = imageIndices_.data(); in setImageIndices() 84754 …pNext, waitSemaphoreCount, pWaitSemaphores, swapchainCount, pSwapchains, pImageIndices, pResults ); in reflect() 84768 ( pImageIndices == rhs.pImageIndices ) && ( pResults == rhs.pResults ); in operator ==() 84785 const uint32_t * pImageIndices = {}; member 87497 , pImageIndices( pImageIndices_ ) 87512 … ), imageIndexCount( static_cast<uint32_t>( imageIndices_.size() ) ), pImageIndices( imageIndices_… in ReleaseSwapchainImagesInfoEXT() 87547 pImageIndices = pImageIndices_; in setPImageIndices() [all …]
|
D | vulkan_core.h | 7685 const uint32_t* pImageIndices; member 13212 const uint32_t* pImageIndices; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 78635 …s_ ), swapchainCount( swapchainCount_ ), pSwapchains( pSwapchains_ ), pImageIndices( pImageIndices… 78646 …uint32_t>( swapchains_.size() ) ), pSwapchains( swapchains_.data() ), pImageIndices( imageIndices_… 78730 pImageIndices = pImageIndices_; in setPImageIndices() 78738 pImageIndices = imageIndices_.data(); in setImageIndices() 78778 …pNext, waitSemaphoreCount, pWaitSemaphores, swapchainCount, pSwapchains, pImageIndices, pResults ); in reflect() 78797 && ( pImageIndices == rhs.pImageIndices ) in operator ==() 78815 const uint32_t * pImageIndices = {}; member 81417 …: pNext( pNext_ ), swapchain( swapchain_ ), imageIndexCount( imageIndexCount_ ), pImageIndices( pI… 81428 … ), imageIndexCount( static_cast<uint32_t>( imageIndices_.size() ) ), pImageIndices( imageIndices_… in ReleaseSwapchainImagesInfoEXT() 81463 pImageIndices = pImageIndices_; in setPImageIndices() [all …]
|
D | vulkan_core.h | 7569 const uint32_t* pImageIndices; member 13555 const uint32_t* pImageIndices; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 89108 , pImageIndices( pImageIndices_ ) 89128 , pImageIndices( imageIndices_.data() ) 89214 pImageIndices = pImageIndices_; in setPImageIndices() 89222 pImageIndices = imageIndices_.data(); in setImageIndices() 89268 …pNext, waitSemaphoreCount, pWaitSemaphores, swapchainCount, pSwapchains, pImageIndices, pResults ); in reflect() 89282 ( pImageIndices == rhs.pImageIndices ) && ( pResults == rhs.pResults ); in operator ==() 89299 const uint32_t * pImageIndices = {}; member 92203 , pImageIndices( pImageIndices_ ) 92218 … ), imageIndexCount( static_cast<uint32_t>( imageIndices_.size() ) ), pImageIndices( imageIndices_… in ReleaseSwapchainImagesInfoEXT() 92253 pImageIndices = pImageIndices_; in setPImageIndices() [all …]
|
D | vulkan_core.h | 7687 const uint32_t* pImageIndices; member 14152 const uint32_t* pImageIndices; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 5255 const uint32_t* pImageIndices; member
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 7628 const uint32_t* pImageIndices; member 13409 const uint32_t* pImageIndices; member
|