Searched defs:commandPool (Results 1 - 22 of 22) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp342 startWriteObject(my_data, pAllocateInfo->commandPool);
348 finishWriteObject(my_data, pAllocateInfo->commandPool);
357 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
373 startWriteObject(my_data, commandPool);
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
389 finishWriteObject(my_data, commandPool);
H A Dobject_tracker.cpp1740 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
1745 ValidateObject(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false, VALIDATION_ERROR_00074);
1751 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetCommandPool(device, commandPool, flags);
3348 skip_call |= ValidateObject(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false,
3361 AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i],
3400 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
3404 ValidateObject(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false, VALIDATION_ERROR_00099);
3407 skip_call |= ValidateCommandBuffer(device, commandPool, pCommandBuffers[i]);
3417 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
3496 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, cons argument
[all...]
H A Dparameter_validation.cpp3792 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
3797 skip_call |= parameter_validation_vkDestroyCommandPool(my_data->report_data, commandPool, pAllocator);
3800 get_dispatch_table(pc_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
3804 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
3810 skip_call |= parameter_validation_vkResetCommandPool(my_data->report_data, commandPool, flags);
3813 result = get_dispatch_table(pc_device_table_map, device)->ResetCommandPool(device, commandPool, flags);
3839 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
3846 skip_call |= parameter_validation_vkFreeCommandBuffers(report_data, commandPool, commandBufferCount, pCommandBuffers);
3856 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
H A Dcore_validation.cpp3890 auto pPool = getCommandPoolNode(my_data, pCB->createInfo.commandPool);
4877 auto pPool = getCommandPoolNode(dev_data, pCB->createInfo.commandPool);
6122 // Iterate over all cmdBuffers in given commandPool and verify that each is not in use
6141 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) { argument
6157 auto pPool = getCommandPoolNode(dev_data, commandPool);
6175 dev_data->dispatch_table.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
6240 // Destroy commandPool along with all of the commandBuffers allocated from that pool
6241 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
6245 bool skip = PreCallValidateDestroyCommandPool(dev_data, commandPool, &cp_state);
6248 dev_data->dispatch_table.DestroyCommandPool(device, commandPool, pAllocato
6255 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp342 startWriteObject(my_data, pAllocateInfo->commandPool);
348 finishWriteObject(my_data, pAllocateInfo->commandPool);
357 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
373 startWriteObject(my_data, commandPool);
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
389 finishWriteObject(my_data, commandPool);
H A Dobject_tracker.cpp1740 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
1745 ValidateObject(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false, VALIDATION_ERROR_00074);
1751 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetCommandPool(device, commandPool, flags);
3348 skip_call |= ValidateObject(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false,
3361 AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i],
3400 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
3404 ValidateObject(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false, VALIDATION_ERROR_00099);
3407 skip_call |= ValidateCommandBuffer(device, commandPool, pCommandBuffers[i]);
3417 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
3496 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, cons argument
[all...]
H A Dparameter_validation.cpp3792 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
3797 skip_call |= parameter_validation_vkDestroyCommandPool(my_data->report_data, commandPool, pAllocator);
3800 get_dispatch_table(pc_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
3804 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
3810 skip_call |= parameter_validation_vkResetCommandPool(my_data->report_data, commandPool, flags);
3813 result = get_dispatch_table(pc_device_table_map, device)->ResetCommandPool(device, commandPool, flags);
3839 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
3846 skip_call |= parameter_validation_vkFreeCommandBuffers(report_data, commandPool, commandBufferCount, pCommandBuffers);
3856 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
H A Dcore_validation.cpp3890 auto pPool = getCommandPoolNode(my_data, pCB->createInfo.commandPool);
4877 auto pPool = getCommandPoolNode(dev_data, pCB->createInfo.commandPool);
6122 // Iterate over all cmdBuffers in given commandPool and verify that each is not in use
6141 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) { argument
6157 auto pPool = getCommandPoolNode(dev_data, commandPool);
6175 dev_data->dispatch_table.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
6240 // Destroy commandPool along with all of the commandBuffers allocated from that pool
6241 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
6245 bool skip = PreCallValidateDestroyCommandPool(dev_data, commandPool, &cp_state);
6248 dev_data->dispatch_table.DestroyCommandPool(device, commandPool, pAllocato
6255 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1805 VkCommandPool commandPool,
1814 startWriteObject(my_data, commandPool);
1815 // Host access to commandPool must be externally synchronized
1817 pTable->DestroyCommandPool(device,commandPool,pAllocator);
1820 finishWriteObject(my_data, commandPool);
1821 // Host access to commandPool must be externally synchronized
1829 VkCommandPool commandPool,
1839 startWriteObject(my_data, commandPool);
1840 // Host access to commandPool must be externally synchronized
1842 result = pTable->ResetCommandPool(device,commandPool,flag
1803 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1827 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
H A Dunique_objects_wrappers.h1353 VkCommandPool commandPool,
1358 uint64_t commandPool_id = reinterpret_cast<uint64_t &>(commandPool);
1359 commandPool = (VkCommandPool)dev_data->unique_id_mapping[commandPool_id];
1362 dev_data->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
1368 VkCommandPool commandPool,
1374 commandPool = (VkCommandPool)dev_data->unique_id_mapping[reinterpret_cast<uint64_t &>(commandPool)];
1376 VkResult result = dev_data->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
1392 if (pAllocateInfo->commandPool) {
1393 local_pAllocateInfo->commandPool
1351 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1366 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
1403 FreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
H A Dparameter_validation.h2345 VkCommandPool commandPool,
2348 UNUSED_PARAMETER(commandPool);
2366 VkCommandPool commandPool,
2371 skipCall |= validate_required_handle(report_data, "vkResetCommandPool", "commandPool", commandPool);
2391 skipCall |= validate_required_handle(report_data, "vkAllocateCommandBuffers", "pAllocateInfo->commandPool", pAllocateInfo->commandPool);
2405 VkCommandPool commandPool,
2413 skipCall |= validate_required_handle(report_data, "vkFreeCommandBuffers", "commandPool", commandPool);
2343 parameter_validation_vkDestroyCommandPool( debug_report_data* report_data, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
2364 parameter_validation_vkResetCommandPool( debug_report_data* report_data, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
2403 parameter_validation_vkFreeCommandBuffers( debug_report_data* report_data, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
H A Dvk_safe_struct.h892 VkCommandPool commandPool; member in struct:safe_VkCommandBufferAllocateInfo
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1805 VkCommandPool commandPool,
1814 startWriteObject(my_data, commandPool);
1815 // Host access to commandPool must be externally synchronized
1817 pTable->DestroyCommandPool(device,commandPool,pAllocator);
1820 finishWriteObject(my_data, commandPool);
1821 // Host access to commandPool must be externally synchronized
1829 VkCommandPool commandPool,
1839 startWriteObject(my_data, commandPool);
1840 // Host access to commandPool must be externally synchronized
1842 result = pTable->ResetCommandPool(device,commandPool,flag
1803 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1827 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
H A Dunique_objects_wrappers.h1353 VkCommandPool commandPool,
1358 uint64_t commandPool_id = reinterpret_cast<uint64_t &>(commandPool);
1359 commandPool = (VkCommandPool)dev_data->unique_id_mapping[commandPool_id];
1362 dev_data->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
1368 VkCommandPool commandPool,
1374 commandPool = (VkCommandPool)dev_data->unique_id_mapping[reinterpret_cast<uint64_t &>(commandPool)];
1376 VkResult result = dev_data->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
1392 if (pAllocateInfo->commandPool) {
1393 local_pAllocateInfo->commandPool
1351 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1366 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
1403 FreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
H A Dparameter_validation.h2345 VkCommandPool commandPool,
2348 UNUSED_PARAMETER(commandPool);
2366 VkCommandPool commandPool,
2371 skipCall |= validate_required_handle(report_data, "vkResetCommandPool", "commandPool", commandPool);
2391 skipCall |= validate_required_handle(report_data, "vkAllocateCommandBuffers", "pAllocateInfo->commandPool", pAllocateInfo->commandPool);
2405 VkCommandPool commandPool,
2413 skipCall |= validate_required_handle(report_data, "vkFreeCommandBuffers", "commandPool", commandPool);
2343 parameter_validation_vkDestroyCommandPool( debug_report_data* report_data, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
2364 parameter_validation_vkResetCommandPool( debug_report_data* report_data, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
2403 parameter_validation_vkFreeCommandBuffers( debug_report_data* report_data, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
H A Dvk_safe_struct.h892 VkCommandPool commandPool; member in struct:safe_VkCommandBufferAllocateInfo
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.cpp660 VKAPI_ATTR void VKAPI_CALL vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
662 device_dispatch_table(device)->DestroyCommandPool(device, commandPool, pAllocator);
665 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags);
677 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
679 device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
H A Dwrap_objects.cpp660 VKAPI_ATTR void VKAPI_CALL vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
662 device_dispatch_table(device)->DestroyCommandPool(device, commandPool, pAllocator);
665 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
667 VkResult result = device_dispatch_table(device)->ResetCommandPool(device, commandPool, flags);
677 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
679 device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2093 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2339 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2340 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2342 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2864 VkCommandPool commandPool,
2869 VkCommandPool commandPool,
2879 VkCommandPool commandPool,
H A Dvulkan.hpp980 CommandPool(VkCommandPool commandPool) argument
981 : m_commandPool(commandPool)
984 CommandPool& operator=(VkCommandPool commandPool) argument
986 m_commandPool = commandPool;
7399 , commandPool( commandPool_ )
7430 commandPool = commandPool_;
7455 && ( commandPool == rhs.commandPool )
7470 CommandPool commandPool; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::CommandBufferAllocateInfo
16941 CommandPool commandPool; local
16947 destroyCommandPool( CommandPool commandPool, const AllocationCallbacks* pAllocator ) const argument
16953 destroyCommandPool( CommandPool commandPool, Optional<const AllocationCallbacks> allocator = nullptr ) const argument
16960 resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags ) const argument
16967 resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags ) const argument
16989 freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer* pCommandBuffers ) const argument
16995 freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers ) const argument
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2093 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2339 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2340 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2342 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2864 VkCommandPool commandPool,
2869 VkCommandPool commandPool,
2879 VkCommandPool commandPool,
H A Dvulkan.hpp980 CommandPool(VkCommandPool commandPool) argument
981 : m_commandPool(commandPool)
984 CommandPool& operator=(VkCommandPool commandPool) argument
986 m_commandPool = commandPool;
7399 , commandPool( commandPool_ )
7430 commandPool = commandPool_;
7455 && ( commandPool == rhs.commandPool )
7470 CommandPool commandPool; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::CommandBufferAllocateInfo
16941 CommandPool commandPool; local
16947 destroyCommandPool( CommandPool commandPool, const AllocationCallbacks* pAllocator ) const argument
16953 destroyCommandPool( CommandPool commandPool, Optional<const AllocationCallbacks> allocator = nullptr ) const argument
16960 resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags ) const argument
16967 resetCommandPool( CommandPool commandPool, CommandPoolResetFlags flags ) const argument
16989 freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer* pCommandBuffers ) const argument
16995 freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers ) const argument
[all...]

Completed in 573 milliseconds