Home
last modified time | relevance | path

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

/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…
185 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags …
Dnull_driver.cpp741 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers()
1536 void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in TrimCommandPool() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp431 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
432 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
434 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
498 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags …
1112 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument
1113 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
1116 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument
1117 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
1124 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument
1125 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
[all …]
/frameworks/native/vulkan/api/
Dvulkan.api4347 VkCommandPool commandPool
9171 commandPool := ?
9172 pCommandPool[0] = commandPool
9173 State.CommandPools[commandPool] = new!CommandPoolObject(device: device)
9180 VkCommandPool commandPool,
9183 commandPoolObject := GetCommandPool(commandPool)
9186 State.CommandPools[commandPool] = null
9191 VkCommandPool commandPool,
9194 commandPoolObject := GetCommandPool(commandPool)
9239 VkCommandPool commandPool,
[all …]
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp581 .commandPool = mCommandPool[queue], in initializeVkSyncObjects()
/frameworks/rs/rsov/driver/
DrsovScript.cpp574 .commandPool = mRSoV->getCmdPool(), in runForEach()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2279 .commandPool = demo->cmd_pool, in demo_prepare()
2326 .commandPool = demo->present_cmd_pool, in demo_prepare()