Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp366 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
367 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
369 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
954 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument
955 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
958 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument
959 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
966 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument
967 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1643 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.cpp691 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2073 VkCommandPool commandPool; member
2319 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, cons…
2320 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, Vk…
2322 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint…
2844 VkCommandPool commandPool,
2849 VkCommandPool commandPool,
2859 VkCommandPool commandPool,
/frameworks/native/vulkan/api/
Dvulkan.api2095 VkCommandPool commandPool
4071 commandPool := ?
4072 pCommandPool[0] = commandPool
4073 State.CommandPools[commandPool] = new!CommandPoolObject(device: device)
4080 VkCommandPool commandPool,
4083 commandPoolObject := GetCommandPool(commandPool)
4086 State.CommandPools[commandPool] = null
4091 VkCommandPool commandPool,
4094 commandPoolObject := GetCommandPool(commandPool)
4139 VkCommandPool commandPool,
[all …]