Searched refs:commandBufferCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_trampolines.cc | 63 for (uint32_t idx = 0; idx < pAllocateInfo_host->commandBufferCount; ++idx) { in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 743 std::fill(cmdbufs, cmdbufs + alloc_info->commandBufferCount, nullptr); in AllocateCommandBuffers() 744 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers() 756 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
|
D | null_driver_gen.h | 122 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… 169 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 484 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… 531 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… 1286 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in FreeCommandBuffers() argument 1287 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers() 1474 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… in CmdExecuteCommands() argument 1475 …GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands() 2316 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vkFreeCommandBuffers() argument 2317 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 2551 VKAPI_ATTR void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, co… in vkCmdExecuteCommands() argument 2552 vulkan::api::CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()
|
D | driver.cpp | 1696 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
|