Home
last modified time | relevance | path

Searched refs:commandPool (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp368 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/
Dnull_driver_gen.h117 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…
Dnull_driver.cpp729 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers()
/frameworks/native/vulkan/api/
Dvulkan.api2810 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/
DVulkanManager.cpp339 commandBuffersInfo.commandPool = mCommandPool; in createBuffers()
/frameworks/rs/rsov/driver/
DrsovScript.cpp509 .commandPool = mRSoV->getCmdPool(), in runForEach()