Searched refs:commandPool (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 368 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… 369 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 371 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… 971 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument 972 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool() 975 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument 976 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool() 983 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument 984 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers() 1660 VKAPI_ATTR void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocation… in vkDestroyCommandPool() argument [all …]
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 117 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… 118 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 120 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
|
D | null_driver.cpp | 729 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2810 VkCommandPool commandPool 5682 commandPool := ? 5683 pCommandPool[0] = commandPool 5684 State.CommandPools[commandPool] = new!CommandPoolObject(device: device) 5691 VkCommandPool commandPool, 5694 commandPoolObject := GetCommandPool(commandPool) 5697 State.CommandPools[commandPool] = null 5702 VkCommandPool commandPool, 5705 commandPoolObject := GetCommandPool(commandPool) 5750 VkCommandPool commandPool, [all …]
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 339 commandBuffersInfo.commandPool = mCommandPool; in createBuffers()
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 509 .commandPool = mRSoV->getCmdPool(), in runForEach()
|