Searched refs:commandPool (Results 1 – 7 of 7) sorted by relevance
/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… 185 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags …
|
D | null_driver.cpp | 741 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers() 1536 void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in TrimCommandPool() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 431 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/ |
D | vulkan.api | 4347 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/ |
D | SwappyVk.cpp | 581 .commandPool = mCommandPool[queue], in initializeVkSyncObjects()
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 574 .commandPool = mRSoV->getCmdPool(), in runForEach()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2279 .commandPool = demo->cmd_pool, in demo_prepare() 2326 .commandPool = demo->present_cmd_pool, in demo_prepare()
|