Searched refs:pCommandBuffers (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 446 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 494 …kCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); 1166 …evice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) { in AllocateCommandBuffers() argument 1167 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers() 1171 …Data(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers() 1358 …CommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { in CmdExecuteCommands() argument 1359 …ata(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in CmdExecuteCommands() 2048 return vulkan::api::AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers() 2053 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 2287 …CommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { in vkCmdExecuteCommands() argument [all …]
|
H A D | driver.h | 152 VkCommandBuffer* pCommandBuffers);
|
H A D | driver.cpp | 1380 VkCommandBuffer* pCommandBuffers) { in AllocateCommandBuffers() argument 1386 pCommandBuffers); in AllocateCommandBuffers() 1389 SetData(pCommandBuffers[i], data); in AllocateCommandBuffers()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.h | 121 …Device device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); 122 …e, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); 169 …kCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestGpuNnapi.cpp | 747 .pCommandBuffers = &mCommandBuffer, in runInternal()
|