Searched defs:swapchain (Results 1 - 20 of 20) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dunique_objects.h378 VkResult explicit_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, argument
381 // 0 : swapchain,VkSwapchainKHR, pSwapchainImages,VkImage
383 if (VK_NULL_HANDLE != swapchain) {
385 swapchain = (VkSwapchainKHR)my_device_data->unique_id_mapping[reinterpret_cast<uint64_t &>(swapchain)];
388 ->GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
H A Dswapchain.h61 SWAPCHAIN_INDEX_TOO_LARGE, // Index is too large for swapchain
291 VkSwapchainKHR swapchain; member in struct:SwpSwapchain
H A Dswapchain.cpp27 #include "swapchain.h"
32 namespace swapchain { namespace
942 // In case the swapchain's device hasn't been destroyed yet
944 // association with this swapchain (i.e. so we can't point to
1066 // In case the swapchain's surface hasn't been destroyed yet
1067 // (which is likely) delete its association with this swapchain
1355 // TODO: Validate cases of re-creating a swapchain (the current code
1356 // assumes a new swapchain is being created).
1366 // Validate that the swapchain extension was enabled:
1695 // Remember the swapchain'
1726 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) argument
1788 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) argument
1860 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
H A Dobject_tracker.h102 // of swapchain-created images
569 static void create_swapchain_image_obj(VkDevice dispatchable_object, VkImage vkObj, VkSwapchainKHR swapchain) { argument
579 pNewObjNode->parentObj = (uint64_t)swapchain;
848 void explicit_DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
850 // A swapchain's images are implicitly deleted when the swapchain is deleted.
851 // Remove this swapchain's images from our map of such images.
855 if (pNode->parentObj == reinterpret_cast<uint64_t &>(swapchain)) {
862 destroy_swapchain_khr(device, swapchain);
865 get_dispatch_table(object_tracker_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocato
955 explicit_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) argument
[all...]
H A Dcore_validation.cpp372 "%s: Cannot read invalid swapchain image 0x%" PRIx64 ", please fill the memory before using.",
538 return "swapchain";
4714 if (pFenceInfo->second.queues.empty() && !pFenceInfo->second.swapchain) { // Checking status of unsubmitted fence
9718 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
9723 auto swapchain_data = dev_data->device_extensions.swapchainMap.find(swapchain);
9743 dev_data->device_extensions.swapchainMap.erase(swapchain);
9747 dev_data->device_dispatch_table->DestroySwapchainKHR(device, swapchain, pAllocator);
9751 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) { argument
9753 VkResult result = dev_data->device_dispatch_table->GetSwapchainImagesKHR(device, swapchain, pCount, pSwapchainImages);
9761 auto swapchain_node = dev_data->device_extensions.swapchainMap[swapchain];
9854 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dunique_objects.h378 VkResult explicit_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, argument
381 // 0 : swapchain,VkSwapchainKHR, pSwapchainImages,VkImage
383 if (VK_NULL_HANDLE != swapchain) {
385 swapchain = (VkSwapchainKHR)my_device_data->unique_id_mapping[reinterpret_cast<uint64_t &>(swapchain)];
388 ->GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
H A Dswapchain.h61 SWAPCHAIN_INDEX_TOO_LARGE, // Index is too large for swapchain
291 VkSwapchainKHR swapchain; member in struct:SwpSwapchain
H A Dswapchain.cpp27 #include "swapchain.h"
32 namespace swapchain { namespace
942 // In case the swapchain's device hasn't been destroyed yet
944 // association with this swapchain (i.e. so we can't point to
1066 // In case the swapchain's surface hasn't been destroyed yet
1067 // (which is likely) delete its association with this swapchain
1355 // TODO: Validate cases of re-creating a swapchain (the current code
1356 // assumes a new swapchain is being created).
1366 // Validate that the swapchain extension was enabled:
1695 // Remember the swapchain'
1726 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) argument
1788 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) argument
1860 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
H A Dobject_tracker.h102 // of swapchain-created images
569 static void create_swapchain_image_obj(VkDevice dispatchable_object, VkImage vkObj, VkSwapchainKHR swapchain) { argument
579 pNewObjNode->parentObj = (uint64_t)swapchain;
848 void explicit_DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
850 // A swapchain's images are implicitly deleted when the swapchain is deleted.
851 // Remove this swapchain's images from our map of such images.
855 if (pNode->parentObj == reinterpret_cast<uint64_t &>(swapchain)) {
862 destroy_swapchain_khr(device, swapchain);
865 get_dispatch_table(object_tracker_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocato
955 explicit_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) argument
[all...]
H A Dcore_validation.cpp372 "%s: Cannot read invalid swapchain image 0x%" PRIx64 ", please fill the memory before using.",
538 return "swapchain";
4714 if (pFenceInfo->second.queues.empty() && !pFenceInfo->second.swapchain) { // Checking status of unsubmitted fence
9718 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
9723 auto swapchain_data = dev_data->device_extensions.swapchainMap.find(swapchain);
9743 dev_data->device_extensions.swapchainMap.erase(swapchain);
9747 dev_data->device_dispatch_table->DestroySwapchainKHR(device, swapchain, pAllocator);
9751 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) { argument
9753 VkResult result = dev_data->device_dispatch_table->GetSwapchainImagesKHR(device, swapchain, pCount, pSwapchainImages);
9761 auto swapchain_node = dev_data->device_extensions.swapchainMap[swapchain];
9854 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
H A Dswapchain.cpp27 #include "swapchain.h"
32 namespace swapchain { namespace
942 // In case the swapchain's device hasn't been destroyed yet
944 // association with this swapchain (i.e. so we can't point to
1066 // In case the swapchain's surface hasn't been destroyed yet
1067 // (which is likely) delete its association with this swapchain
1355 // TODO: Validate cases of re-creating a swapchain (the current code
1356 // assumes a new swapchain is being created).
1366 // Validate that the swapchain extension was enabled:
1695 // Remember the swapchain'
1726 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) argument
1788 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) argument
1860 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
H A Dswapchain.cpp27 #include "swapchain.h"
32 namespace swapchain { namespace
942 // In case the swapchain's device hasn't been destroyed yet
944 // association with this swapchain (i.e. so we can't point to
1066 // In case the swapchain's surface hasn't been destroyed yet
1067 // (which is likely) delete its association with this swapchain
1355 // TODO: Validate cases of re-creating a swapchain (the current code
1356 // assumes a new swapchain is being created).
1366 // Validate that the swapchain extension was enabled:
1695 // Remember the swapchain'
1726 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) argument
1788 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) argument
1860 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp2098 VKAPI_ATTR void VKAPI_CALL DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) argument
2102 // STRUCT USES:['swapchain']
2104 uint64_t local_swapchain = reinterpret_cast<uint64_t &>(swapchain);
2105 swapchain = (VkSwapchainKHR)my_map_data->unique_id_mapping[local_swapchain];
2108 get_dispatch_table(unique_objects_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocator);
2115 VKAPI_ATTR VkResult VKAPI_CALL GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
2117 return explicit_GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
2120 VKAPI_ATTR VkResult VKAPI_CALL AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
2124 // STRUCT USES:['fence', 'semaphore', 'swapchain']
2132 swapchain
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp2098 VKAPI_ATTR void VKAPI_CALL DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) argument
2102 // STRUCT USES:['swapchain']
2104 uint64_t local_swapchain = reinterpret_cast<uint64_t &>(swapchain);
2105 swapchain = (VkSwapchainKHR)my_map_data->unique_id_mapping[local_swapchain];
2108 get_dispatch_table(unique_objects_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocator);
2115 VKAPI_ATTR VkResult VKAPI_CALL GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
2117 return explicit_GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
2120 VKAPI_ATTR VkResult VKAPI_CALL AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
2124 // STRUCT USES:['fence', 'semaphore', 'swapchain']
2132 swapchain
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h3488 VkSwapchainKHR swapchain,
3494 skipCall |= validate_required_handle(report_data, "vkGetSwapchainImagesKHR", "swapchain", swapchain);
3503 VkSwapchainKHR swapchain,
3515 skipCall |= validate_required_handle(report_data, "vkAcquireNextImageKHR", "swapchain", swapchain);
3486 parameter_validation_vkGetSwapchainImagesKHR( debug_report_data* report_data, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
3501 parameter_validation_vkAcquireNextImageKHR( debug_report_data* report_data, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h3488 VkSwapchainKHR swapchain,
3494 skipCall |= validate_required_handle(report_data, "vkGetSwapchainImagesKHR", "swapchain", swapchain);
3503 VkSwapchainKHR swapchain,
3515 skipCall |= validate_required_handle(report_data, "vkAcquireNextImageKHR", "swapchain", swapchain);
3486 parameter_validation_vkGetSwapchainImagesKHR( debug_report_data* report_data, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
3501 parameter_validation_vkAcquireNextImageKHR( debug_report_data* report_data, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp1374 // We need to validate normal image objects and those from the swapchain
1565 // We need to validate normal image objects and those from the swapchain
1837 // We need to validate normal image objects and those from the swapchain
5201 VKAPI_ATTR void VKAPI_CALL DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) argument
5203 return explicit_DestroySwapchainKHR(device, swapchain, pAllocator);
5207 VKAPI_ATTR VkResult VKAPI_CALL GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
5209 return explicit_GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
5215 VKAPI_ATTR VkResult VKAPI_CALL AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
5220 // objects to validate: ['device', 'fence', 'semaphore', 'swapchain']
5228 skipCall |= validate_swapchain_khr(device, swapchain, VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EX
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp1374 // We need to validate normal image objects and those from the swapchain
1565 // We need to validate normal image objects and those from the swapchain
1837 // We need to validate normal image objects and those from the swapchain
5201 VKAPI_ATTR void VKAPI_CALL DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) argument
5203 return explicit_DestroySwapchainKHR(device, swapchain, pAllocator);
5207 VKAPI_ATTR VkResult VKAPI_CALL GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) argument
5209 return explicit_GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages);
5215 VKAPI_ATTR VkResult VKAPI_CALL AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) argument
5220 // objects to validate: ['device', 'fence', 'semaphore', 'swapchain']
5228 skipCall |= validate_swapchain_khr(device, swapchain, VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EX
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp372 "%s: Cannot read invalid swapchain image 0x%" PRIx64 ", please fill the memory before using.",
538 return "swapchain";
4714 if (pFenceInfo->second.queues.empty() && !pFenceInfo->second.swapchain) { // Checking status of unsubmitted fence
9718 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
9723 auto swapchain_data = dev_data->device_extensions.swapchainMap.find(swapchain);
9743 dev_data->device_extensions.swapchainMap.erase(swapchain);
9747 dev_data->device_dispatch_table->DestroySwapchainKHR(device, swapchain, pAllocator);
9751 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) { argument
9753 VkResult result = dev_data->device_dispatch_table->GetSwapchainImagesKHR(device, swapchain, pCount, pSwapchainImages);
9761 auto swapchain_node = dev_data->device_extensions.swapchainMap[swapchain];
9854 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp372 "%s: Cannot read invalid swapchain image 0x%" PRIx64 ", please fill the memory before using.",
538 return "swapchain";
4714 if (pFenceInfo->second.queues.empty() && !pFenceInfo->second.swapchain) { // Checking status of unsubmitted fence
9718 DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) { argument
9723 auto swapchain_data = dev_data->device_extensions.swapchainMap.find(swapchain);
9743 dev_data->device_extensions.swapchainMap.erase(swapchain);
9747 dev_data->device_dispatch_table->DestroySwapchainKHR(device, swapchain, pAllocator);
9751 GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pCount, VkImage *pSwapchainImages) { argument
9753 VkResult result = dev_data->device_dispatch_table->GetSwapchainImagesKHR(device, swapchain, pCount, pSwapchainImages);
9761 auto swapchain_node = dev_data->device_extensions.swapchainMap[swapchain];
9854 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) argument
[all...]

Completed in 755 milliseconds