Home
last modified time | relevance | path

Searched refs:pImageIndices (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/src/WSI/
DVkSwapchainKHR.cpp227 VkResult SwapchainKHR::releaseImages(uint32_t imageIndexCount, const uint32_t *pImageIndices) in releaseImages() argument
231 releaseImage(pImageIndices[i]); in releaseImages()
DVkSwapchainKHR.hpp50 VkResult releaseImages(uint32_t imageIndexCount, const uint32_t *pImageIndices);
/external/swiftshader/tests/VulkanWrapper/
DSwapchain.cpp86 presentInfo.pImageIndices = &imageIndex; in queuePresent()
/external/swiftshader/src/Vulkan/
DVkQueue.cpp216 VkResult perSwapchainResult = swapchain->present(presentInfo->pImageIndices[i]); in present()
DlibVulkan.cpp4669 …ReleaseInfo->swapchain)->releaseImages(pReleaseInfo->imageIndexCount, pReleaseInfo->pImageIndices); in vkReleaseSwapchainImagesEXT()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp221 mPresentInfo.pImageIndices = nullptr; in initTask()
284 mImageIndex = other.pImageIndices[0]; in copyPresentInfo()
285 mPresentInfo.pImageIndices = &mImageIndex; in copyPresentInfo()
DSurfaceVk.cpp2177 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()
/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp207 present.pImageIndices = &info.current_buffer; in Present()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1946 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/
Dwsi_common.c566 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp10161 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 …]
Dvk_safe_struct.h2164 const uint32_t* pImageIndices; member
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp2374 presentInfo.pImageIndices = &imageIndex; in DrawFrame()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp13052 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/
DvkStructTypes.inl2430 const uint32_t* pImageIndices; member
Dvulkan_json_data.hpp24497 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/
DvkStructTypes.inl1439 const uint32_t* pImageIndices; member
8085 const uint32_t* pImageIndices; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp84594 , 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 …]
Dvulkan_core.h7685 const uint32_t* pImageIndices; member
13212 const uint32_t* pImageIndices; member
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp78635 …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 …]
Dvulkan_core.h7569 const uint32_t* pImageIndices; member
13555 const uint32_t* pImageIndices; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp89108 , 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 …]
Dvulkan_core.h7687 const uint32_t* pImageIndices; member
14152 const uint32_t* pImageIndices; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5255 const uint32_t* pImageIndices; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h7628 const uint32_t* pImageIndices; member
13409 const uint32_t* pImageIndices; member

12